Search results

  1. 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.
  2. 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.
  3. 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...
  4. Inkko

    need help please

    Pastebin your arma2oaserver.RPT
  5. 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"...
  6. 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?
  7. Inkko

    need help please

    What version of dayz/mod variant? and do you have a link to the files?
  8. 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.
  9. Inkko

    I want to remove items from loot spawn

    on second thought since its jut the NVGs you can client side just the loot files and code it in to replace NVGs with something else.
  10. Inkko

    I want to remove items from loot spawn

    Haven't looked at dayz 1.8.9 code but I would assume its not too far off from some of the previous versions. You would probably want to setup custom loot tables and just remove NVGs from all the loot configs so they do not spawn anymore. There should be a tutorial on the site somewhere for...
  11. Inkko

    Epoch1061 logout punishment Script Help

    a simple way to do it could be something like this added at the bottom of init.sqf There are ways to do it in the mission.sqm as well with trigger zones but this is what I came up with. I personally would probably use this code to handle the punishment and use the mission.sqm to have a...
  12. Inkko

    Exile mod help needed

    Haven't done anything with exile for arma 3 in a while but what exactly were you trying to do?
  13. Inkko

    Vehicle Texture concept

    The only downside is that the textures would be in the mission and depending on how many you have it can add up.
  14. Inkko

    Vehicle Texture concept

    I could also make something server side that randomizes some textures then clients loading in get updated with them. But would mean every restart they'd have different textures. So you may get a vehicle you like then after a restart its something different.
  15. Inkko

    Vehicle Texture concept

    Was thinking about a way to spice up the look of vehicles and smashed out a script. Completely untested at the moment, don't have any textures either but is this something anyone would be looking interested in? Pretty much there would be select vehicles with "additional" textures that could be...
  16. Inkko

    Arma2 Battle Royale Carepackage Markers! HELP

    Have you tried relogging at a box that is not working? I am completely stumped on this as well. When I had tested I checked just a couple boxes and they all seemed to work but then again I may have just been lucky on which ones I checked.
  17. Inkko

    Arma2 Battle Royale Carepackage Markers! HELP

    During my testing I had the latest infistar version and latest DayZ at the time but I had pretty much every option set to false since it was just a local test server so not sure what is up with the inventory not working on the boxes. Was working fine for me on the test server. I was also going...
  18. Inkko

    Dogs and anomalies addin scripts

    I believe this is the install instructions for it. http://opendayz.net/threads/dayz-mission-addin-serverside-scripts.12116/
  19. Inkko

    Dogs and anomalies addin scripts

    Not sure if this was the last version he made but I had a very old backup that had the addin folder still. https://www.dropbox.com/sh/p8wdue0n2ux6kku/AAA4bJ_k6SHmR27trIQzgD1Qa?dl=0
  20. Inkko

    Arma2 Battle Royale Carepackage Markers! HELP

    Here is the latest (untested) version. Added the vehicle drops (temporary only), cleaned up the files a bit, new config options for vehicles, fixed the destroyed helis insta deleting and should be timed cleanup. -> Revision 4.0 (untested) <-
Back
Top