Jump to content

gopostal

Member
  • Posts

    142
  • Joined

  • Last visited

Posts posted by gopostal

  1. The patrol mission is very stripped down. I'd like to see how to have fine-grain control over variables like destination, speed, AI behavior, etc. My main intention isn't to have a working convoy mission since those already exist. I really want to understand how it's done so I can implement my own ideas.

  2. I used to be pretty active some years back but took an extended break to recover from treatments. Recently I've settled on  playing with a great PvE group (TheWalkingZ) but I'm getting that itch to resume development. Do any of the coders out there just hang out in discord and talk shop any longer? It would be nice to immerse myself back into the community if it's still active. I joined the Epoch discord but I was looking for something a little less formal that "question:answer", more "lets discuss".

  3. Some years back I ran a couple of popular servers (Legion owns Napf) trying to create a decently immersive storyline for players. Had to deal with fucking cancer and so I shut everything down to address that. At the time I was decently versed in coding for the mod (I posted the WAI sample mission as well as a bunch of my custom stuff) and I was really sad to have to quit.

    Fast forward a bit and now I'm spending a lot of time forced to chill in front of a computer because of the cancer. I was thinking of diving back into Arma code and server admin and starting up the Legion server again. I've been scanning the forums but I have a couple of simple questions for any admins who are reading and have time to answer:

    - Is cheating/duping/crashing still an issue? It got really bad there for a while, I even added a whitelist to my main server IIRC because it got tiresome to deal with.

    - Are there enough quality players still around? I don't mind PvP hunter/killers as long as there is a scattering of basebuilders and hero players too.

     

    I'm thinking of reopening my server on New Years to give me time to get back up to speed on the mod and changes since I was last active. Thanks for reading.

  4. @OP: You can have our website files if you'd like. Saves you the trouble of setting one up yourself. Send me a PM if interested.

     

     

    I might take you up on that, if only to compare what I have to what you have to see the changes in action. It's one thing to read a changelog and very much another to see the actual script. I pretty much had everything on my PvP Napf server so class comparison will give me a good idea what's been done. I promise you though that there will be no "duplicate server" nonsense. I'm very aware that sharing involves respect and etiquette and I make sure those are observed on my end.

     

     

    First of all to say it's nice that your recovered from cancer!

     

    Me myself for example. I would prefer to work more in a Dev team. I joined a community because it already had a Decent dev. But since i joined, he just dropped work and i had to do basicly everything myself again. I would prefer a 2-5 man team with a good server versioning on Git for example. Make this files compatible over different maps so u don't have to change much and boom. U got a nice working communtie.

     

    Honestly guys I'm with you on the run a server via a consortium of staff thing. It's near a full time job for a single person to run a server. Hobby-level gamers just don't want to spend 8-10 hours a week doing everything, then trying to fit playtime in somewhere. It's too much to ask of one guy. You really need two and preferably three.

     

    Thanks for the cancer good word. It kicked my ass. Lost so much weight/muscle mass my doctor almost forced me to retire. I've been holding steady for a bit however and I'm getting a little bored sitting around. Might be nice to get back into the game. I played and coded for Unreal Tournament for years (still do some) but DayZ may be my favorite game of all time.

  5. I appreciate the honest responses and opinions. I did the whole 'overblown' thing on my servers and it was just stupid. The unending work on the database was what drove me to stop, I just don't have the energy for all that any more.

     

    When I shut down I was already thinking of rebooting the PvP server with a much more 'real' experience. Absolutely no military weapons, vehicles, etc. Everything would be done as close as possible to what you would expect in a true world zombie scenario. No traders, no safe zones, no rules. If you found a simple base you would know that person was a baller. I have no idea if this would be popular but I'd sure play it. Dayz was meant to be brutally hard, spawning with a DMR makes it "Call of DayZ" and just ruins things (I think).

     

    I still haven't decided if I'll make a run at things or not. Might see if an existing group wants an at-large dev to join. The idea of having to spend evenings setting up a website/forum does not appeal to me in the least. I have to be pretty judicial with my energy expenditure, not much in the reserve tank.

     

    Thanks again guys. I look forward to seeing you on the servers

    ....in my crosshairs

     

    Peace! 

  6. Just curious what the state of the game is currently? I used to run servers and did quite a bit of custom script work. I was forced to take time off to recover from stg4 cancer but I'm over the hump now. I was thinking about getting a server again and playing some, maybe even restoring my old database and mod package for Napf. I hopped into a couple of random servers last night and it was very fun.

     

    Is there still an active public player base, enough to spend the time updating my scripts and setting up a server? I see people are moving towards Arma 3 but I'm happy with this version honestly and I'd like to stay here. Anyway it's nice to see people still posting and working on things. It's good to be back around :)

  7. Spectral I got your message and replied. I still have backups of everything and anyone that wants them is welcome to it. Like I told him there was a lot of custom stuff I had been working on that's in the files and you can do what you want with it. I wouldn't be a huge help with support on it though, the chemo really did a number on me. I'll answer what I can though.

     

    I looked at my backup zip and it's about 300MB even 7zipped but that includes everything (databases, source code, compiled pbo's, etc). How do oyu guys want to grab this? Would it be easier to run a short term FTP server or do you guys use Sync?

     

     

    does anyone have a custom mission thats similar to take the carrier mission like the one from wasteland where you have to take over the aircraft carrier from the ai as that would be cool

    ive tried to make one but not having any joy in the ai spawning on the carrier

    I spent a lot of time testing and the short answer on this is 'it won't work'. The way Arma spawns in AI is not very good, especially over water. I had to seriously alter my "Bridge Nowhere" mission because I couldn't get gear *or* AI to spawn properly onto the bridge span itself. The same thing happened inside of buildings once you left the ground floor and anywhere over water no matter the structure.

  8. I answered this via PM but I'll add a reply here also.

     

    The way I dealt with this was to add the spawned vehicles into the destroy part of the script when the mission ends *unless* the players got to the vehicle before it was over. It really wasn't that big an issue since I hammered vehicles regularly to keep the count down. If it was unkeyed it stood a good chance of getting removed within a couple of days so the players learned to sell them pretty fast if they wanted to use them.

  9. Maybe you are not 100% sure what your talking about?

     

    That may well be but all my stuff worked 100% exactly the way I coded it to do. Is yours?

     

    You missed the methodology in my post. It may not be your init file that has the error. It could be any of your other sqf files that has the problem, I just used the init as an example. The point being is that you have a problem somewhere because this mod works as intended on a variety of servers, mine included. Go back to your installation and recheck everything.

     

    You really ought to pay attention to the part where I said

     

     

    you absolutely HAVE to address errors appearing in your RPT file even if they seem unrelated to what your current problem is

    You may not 'get' what I'm trying to explain but that doesn't mean I'm wrong. Never tolerate errors in your RPT. Find them, fix them because they can have unintended consequences (and very often do).

  10. Look at all the errors in that RPT file. No wonder things don't work.

     

    Guys, you absolutely HAVE to address errors appearing in your RPT file even if they seem unrelated to what your current problem is. Arma coding works this way:

    Let's pretend this is your init file (in plain text) and what it calls in order from top to bottom:
    
    1) set up server specs
    2) load mod called "Kelly's Vehicles"
    3) load mod called "New Traders for My current map"
    4) load new default loadout for players
    5) load WickedAI and missions
    

    You fire up your server and there's no WickedAI and the new default loadout is not working. You look in your RPT file and all you find is an error about the "New Traders" messing up. Since it's not about your WAI you figure you can skip it but that's a bad idea and here's why.

     

    Arma scripting stops wherever it is if it encounters an error and returns from the SQF it is reading from. If it returns the error from this line:

     [] execVM "custom\NewTraders.sqf":
    

    because all I did was put a : where it should be a ; then it stops reading the ENTIRE sqf file from that point. Because of that the default loadout and WAI will NEVER get accessed until I fix the problem ABOVE it in the init file.

     

    See why it's so vitally important to fix every error in your rpt file that you can? They have a cascade effect into seemingly unrelated other things but it's a direct result of allowing earlier problems to exist.

     

    I hope I explained that well enough?

  11. Guys, I want to apologize. Some of you know that I have been fighting through a recovery from a rather nasty battle with throat cancer. Unfortunately I've had to close my servers and drop off from most playing or creating. Don't worry, I didn't get the cancer back (I hope lol) but losing my teeth has just been too much for me and I've been dropping a bunch of weight again. Add to that the new meds they have me on to boost my blood platelet production and the end result is I just have almost no energy above what it takes to stay working and keep my family going.

     

    I really enjoyed chatting with all of you, I met some fantastic people and got to see some very well done servers. I'm sorry I won't be much good to you guys any more but I'm going to concentrate on getting better for a while. From time to time I'll drop into Ruben's servers http://www.thelastcrusader.eu/ and play some because he and EPD are just such great guys and they understand my limitations. Marathon sessions just are not in my cards right now sadly, and won't be for the near future.

     

    All my work is (as always) free for anyone to use. If you played on my PvE or PvP and want my server/mission PBO's (and even databases if you desire) just contact me and I'll ship them to you. They will work out-of-the-box and it would be my pleasure to give them to someone who will run them.

     

    To those of you who messaged me and I didn't respond I do hope you understand. This last year has been a real beast to get through and even though I do greatly enjoy talking shop and teaching people to code and run servers, I'm not in a place in my life where I can spare that energy output it requires.

     

    Good luck gentlemen. I hate to leave so much undone but hopefully someone else will pick this up and run with it.

     

    -Kelly

  12. I don't know the specific code for rads area but you just find where it gets spawned to a specific spot then work that spot into your reference code. If you look at my sqf explained post you will find how to harvest the location data from a mission file and how to call it where you need it. This won't be any harder than spawning the vehicles at the mission once you find the spawning class you need.

  13. lolwhut  :blink:

    Yeah, and honestly I didn't like it at all. I saw this in standalone and it concerned me when I added it to my server. Didn't take long either, especially when someone is playing as a female model and gets arrested. Quietly spectate your pub players when they use this and you might be surprised at how they are acting.

     

    I know I'm splitting hairs by condoning fantasy violence but having issue with fantasy sexual predation but they are quite unequal things in my mind and I'd just like to avoid the latter when possible. Removing the female models from the survivors will take care of this simply and easily so that's why I was asking permission.

  14. Just didn't want this to die. I'm still experiencing bouts of this, has anyone found anything out? I cleared ALL of my unkeyed vehicles last week and I'm back to 1300+ again and still climbing. I think I'm going to run a command every two days to remove all vehicles spawned but untouched. This will keep the server shaken up but ought to beat back the spam vehicle count from getting out of hand.

  15. @Lancer: How do you feel about me forking this? I'd like to add some configuration to it and remove a lot of the rpt log lines. The survivors need to be spawning with more assorted gear and backpacks to better mimic what you would expect to find. I'd also like to work towards persistent AI assigned to a player who purchased them (think mercenaries here) and maybe even build levels of them where lower ability mercs you could purchase will be cheaper but not as tough.

     

    A mildly troubling thing I'm seeing is that I'd also like to remove the female survivors. Already there is a sexual overtone that the young male players are electing to pursue with these and I'd like to avoid that. I removed the arrest script because of this too, it quickly devolved into player 'rape' culture. Yeah, I know that's the players deciding their own course of action but I'm paying the bills and I'd just rather not see this stuff in chat. This is a zombie survival sim, not 'the' Sims.

     

    Anyway, let me know how you feel about it. I'm always respectful with other people's work and I can forward you years worth of mod coding I've done and a host of people who were happy with my extensions of their stuff.

×
×
  • Create New...