Search results

  1. Inkko

    server crashing with Include file z/addons.... error

    You have the correct epoch and overwatch mod versions installed in the server location as well correct? Could be a bad version error as well.
  2. Inkko

    showCommandingMenu - Help needed with dynamic coloring

    I know what you mean, would be nice if you could have the Repair Body ect show up in the color of damage to it, it does make it looks nicer in my opinion.
  3. Inkko

    showCommandingMenu - Help needed with dynamic coloring

    I don't believe it is possible to do what you want with commandingmenu. It supports a string for input of the menu option but I couldn't find anything about it including advanced string options like being able to color the text. With addaction it'd be possible to change the color based on damage...
  4. Inkko

    Auxiliary vehicle turrets.

    That looks like the "_object" which I assume is a vehicle would have a 1014 and ammo added to the inventory of the vehicle since it isn't a vehicle weapon and then would have fences/barrel attached to the "_object". I believe if you want the vehicle to be firing a weapon it has to be a vehicle...
  5. Inkko

    Auxiliary vehicle turrets.

    For the biplane this is what was used to add M240s to them. The code is pasted into the server_monitor.sqf server side somewhere in the initialization of vehicles. if (_object isKindOf "AN2_DZ") then { _object addWeapon "M240_veh"; _object...
  6. Inkko

    Walking zombies in 1.9

    Well I tested it out and about 95% of the zombies walk, then there are the random here and there that run still. Here are the files I used, I put it all in the root of the mission folder tho so you may need to adjust a few things. In the init.sqf I added this: call compile...
  7. Inkko

    Walking zombies in 1.9

    Actually I'm stupid and there is a way to do it. I'll post more info after I test it just to make sure.
  8. Inkko

    Walking zombies in 1.9

    It looks like they're called in the actual zed config files in the dayz_code now so not sure if they're overwrittable since they are config files.
  9. Inkko

    Walking zombies in 1.9

    There are other other files that need to be modified as well along with that one, I can't remember exactly which ones but I know "zombie_agent.fsm" and "zombie_wildagent.fsm" have forceSpeed for zeds. I just remember having to client side one of them just don't remember which or maybe it was...
  10. Inkko

    need help please

    I'll take a look but I don't recall any of those issues when I tested it.
  11. Inkko

    need help please

    After adding the pbo prefixes into the server folder, it resolved the dayz_server missing file issue that was causing the hang while loading in. The server_functions.sqf not found ect.
  12. Inkko

    need help please

    I got it working, the pbo needed some prefix files for some odd reason. Here is a link to the server pbo I was using. https://www.dropbox.com/s/ha8ca3psm18p1me/dayz_server.pbo?dl=0
  13. Inkko

    need help please

    I set it up on my computer locally to test it out and I couldn't get it to work either, it seems to be an issue with the server files.
  14. Inkko

    need help please

    It looks like he was using infistars AH but has it disabled in his github. It shouldn't impact anything tho if you have or don't have it.
  15. Inkko

    need help please

    What I noticed from the pastebin was this chunk, looks like a server side issue for a main file that handles some of the hive calls between server and database. (Warning Message: Script z\addons\dayz_server\init\server_functions.sqf not found - server_functions.sqf handles some of the hive calls...
  16. Inkko

    need help please

    Pastebin your arma2oaserver.RPT
  17. Inkko

    need help please

    Try getting the DayZConfig_Chernarus folder off the github and putting it in the server root then changing the batch to: start "arma2" /min "arma2oaserver.exe" -port=2302 "-config=DayZConfig_Chernarus\server.cfg" "-cfg=DayZConfig_Chernarus\basic.cfg" "-profiles=DayZConfig_Chernarus"...
  18. Inkko

    need help please

    Are you using a batch file to launch the server, or do you have a tool/control panel you're using such as TADST? If using a batch file what are the startup parameters you're using? Also do you have the correct mods; epoch 1.0.5.1 and overwatch along with the default required arma 2 files?
  19. Inkko

    need help please

    What version of dayz/mod variant? and do you have a link to the files?
  20. Inkko

    Epoch1061 logout punishment Script Help

    You may have to adjust the coordinates tho, I didn't launch the game to get the exact coordinates.
Back
Top