Search results

  1. C

    Help! DayZ Server installation! Gonna Pay!

    ok, the nightstalkers code does not have any keys for sure. Looks like the @Namalsk archive and the @nc archive are basically the same, but you also need to overlay the ns_dayz.pbo with the others. All is good. I did that, made the changes to description.ext AND mission.sqm. No RPT errors, but...
  2. C

    Help! DayZ Server installation! Gonna Pay!

    i've gotten past my earlier errors - some corruption and had to reinstall all arma2,etc - done and working vanilla. Strange thing is when I try and overlay namalsk onto vanilla, I now only ever get vanilla where before when it wasn't exactly working I would at least see the namalsk load screen...
  3. C

    Help! DayZ Server installation! Gonna Pay!

    I got past the server side errors - using dayzmod server and mission files. I tried copying dayz_anim around but that didn't help. One thing I've done with my server as suggested by another admin - create a symbolic link from c:\arma2oa\addons\ to c:\arma2\addons. That resolvede the ca_dubbing...
  4. C

    Help! DayZ Server installation! Gonna Pay!

    ok, I'm not getting as far as you, but something is loading. I get errors in the RPT and then the console window spins loading the mission, but if I kill the server, the client exits and end up a the menu screen with a namalsk background - so i've made a bit of progress! I'm confused about the...
  5. C

    Session Lost Dayz Mod Steam

    If I'm reading it right, that makes sense - app_id.txt = 33930 will work in the steam/arma2 oa browser and dayzlauncher/"default" while app_id.txt = 224580 will work in steam/dayzmod browser and dayzlauncher + Settings->launch dyzmod as Steam App. It sucks that it's not consistent and is really...
  6. C

    Help! DayZ Server installation! Gonna Pay!

    the first error was about the code not having the correct coords for the map, so I wonder if the spawn is trying to find a safe spot not in the water and is spinning, just randomly looking for a spot. just a thought. hoping to get into this on the weekend.
  7. C

    Help! DayZ Server installation! Gonna Pay!

    and namalsk from here I assume - http://www.nightstalkers.cz/en_index_dn.php?menu=en_dn_server
  8. C

    Help! DayZ Server installation! Gonna Pay!

    Can you give me whatever changes you have to get the namalsk server running on top of dayzmod vanilla. I need the code and any changes made for the databases. I'd like to apply them to a test server I have here to replicate so I can debug locally. I will share everything. I'm thinking the...
  9. C

    Help! DayZ Server installation! Gonna Pay!

    If you can pass along whatever you had to layer and/or change on top of vanilla, I'd appreciate it. I run a public server now and I've been thinking of having a hive - this would be great. I might have some time this weekend to look at the errors. Reading your log again, the error is a divide...
  10. C

    Problems Spawning Vehicles with Pwn0zor's Server Pack in Namalsk

    pcsheepy - the instance you use needs to be the same in init.sqf as well as the call to pMain(). you may see rows in object_data, but if those numbers don't match, they won't show up.
  11. C

    Help! DayZ Server installation! Gonna Pay!

    i've been wondering how to run vanilla dayzmod on a different map. I've asked around as well and no replies yet. Those errors look related to the map coords and/or size. Did you change the mission at all? I was looking in mission.sqm and it seems like there are settings for it (search on...
  12. C

    Session Lost Dayz Mod Steam

    don't put arma2 and arma2oa in the same folder. If the game can't connect to the Db, I haven't seen a "session lost", but usually a "waiting on host" or just a hang. Sometimes, windows will block all access to .dll files that came from another system. Right click, check the security tab and look...
  13. C

    Session Lost Dayz Mod Steam

    Is this a new server or did it just start happening? Anyway 1) Run Steam as Admin 2) Are they using DayZLauncher? Did they check "Launch DayZMod as Steam App"? If so, did your server update the appid needed to make this work? Also, see this -...
  14. C

    disable patrol on foot?

    dzai_config.sqf - all the settings for land and ground patrols
  15. C

    DayZ Server Error

    thanks for the reply. It was vanilla 1051 epoch. It was my bad that I ended up with different versions. I downloaded a bunch of different things from the website and github and extracted the wrong one. The final error was "the server is running an incorrect version". And the fix was to install...
  16. C

    Session Lost?

    try running the up to date server and running steam on the client as ADMIN
  17. C

    DZAI + WAI not working together anymore

    I only use DZAI, not WAI - can you maybe diff them from version to version and see what changed - this is good tool - http://winmerge.org/ What was updated in Nov2015? What type of server are you running? Hmm, now that I think about it, arma2 was updated nov/dec 2015 and I know it broke some...
  18. C

    DZAI dynamic patrol bodies disappearing

    The dayzmod cleanup routines are doing it. find \@hive\addons\dayz_server\system\scheduler\sched_corpses.sqf look for this: if (_x isKindOf "CAManBase") then { change to this: if ((_x isKindOf "CAManBase") && (isNil {_x getVariable "DZMSAI"}) && (isNil {_x getVariable...
  19. C

    Arma2 Wasteland Server help please

    Can't help with the wasteland files but I can say nfo has been a great host. I moved from VIL too.
  20. C

    DayZ Server Error

    I've never done an epoch install - have you asked over at epochmod.com?
Back
Top