Search results

  1. D

    Test Server Setup Issues

    Thanks. It was the appid.txt
  2. D

    Test Server Setup Issues

    well crud, just setting up a new test server and its happening all over again
  3. D

    [1.8.6.1] - How to spawn more vehicles?

    I got mentioned above. I didn't add database spawning of vehicles for Epoch, i wrote a script that spawned them from location settings in a config file for the script. It worked very well. Only downside was having to load a new file if i wanted to change anything on the spawn setup, but if...
  4. D

    Persistent Loot

    I don't think you really need a database. If you moved loot spawning to server side, you could just track the loot details and save it as a property on the building. This is of course if you are just keeping track of it from reboot to reboot.
  5. D

    ClanDoolittle Group Management

    I don't understand the 'nickname' part. For invite, did you form a group before trying to invite someone? There are no icons until you invite someone into the group.
  6. D

    ClanDoolittle Group Management

    I'm going to convert to 1.8.7 this weekend. I'll post and update hopefully by Sunday. To speed up my work, what specifically didn't work?
  7. D

    ClanDoolittle Group Management

    To call it up in game, right click on your radio in your toolbox. If you don't have a radio for each player, add it to the default loadout. If you really want a shortcut key you can look at other scripts on how they do it and then have it call the same thing the radio does. Just look at the...
  8. D

    ClanDoolittle Group Management

    For the init.sqf add inside of the "if (!isDedicated) then {if (!isDedicated) then {" section at the very end of it. For the server_monitor.sqf, add before your line "diag_log format ["SERVER STARTING: VERSION: CC %1", dayz_serverVersionNo];"
  9. D

    ClanDoolittle Group Management

    Let me know if that doesn't work for you. I tried to figure out infistar with DangerRuss but finally gave up on that.
  10. D

    Infistar and profileNamespace issues..

    I've had sever different issues with Infistar that people have had with code I've shared. I don't use Infistar, but I looked at their version and tried to make it work. I finally gave up. Everything I did that 'should' of worked didn't change things and ended up with the exact same issue you...
  11. D

    Who is the best / cheapest server host?

    That matches my experience with Villayer in the past. Right now i'm using Vert Hosting. It is very rare for them to not respond inside of 24 hours, sometimes they inform me of the issue before I know about it. One problem is their tech guys are in Australia, so hours are weird.
  12. D

    Who is the best / cheapest server host?

    That explains the write, but how do you read form the database with the log as the in between? I'm got a strong SQL, linux, perl, ect background btw, so none of that seems daunting. I have a linux server up and running at the house I could easily add this too. It is 64 bit, but would just be...
  13. D

    Who is the best / cheapest server host?

    I do normally prefer linux, but haven't tried ti for dayz. Where would i find 1.8.6.1 equivalent .dll's and such?
  14. D

    [SUPPORT] - Sheeps Epoch Repack

    In vanilla, there is a file called player_spawn_2 where you need to remove the destroy empty box near the bottom or at least that's what the dev team says. It does fix the med box being there, but its still empty. I am going to put a fix in at least for help spawns on my server tonight. Going...
  15. D

    [SUPPORT] - Sheeps Epoch Repack

    The box issue is occuring in vanilla and without infistar. Has something to do with the arma patch.
  16. D

    Who is the best / cheapest server host?

    I took a look at the wholesateinternet place, they are sold out of everything except for the more pricey options. A question on them. How do I install windows on a remote setup like that?
  17. D

    GodMode Vehicles on Restart don't save positions to database.

    DayZ has its own damage handling routine for vehicles and units. You are changing it to something other than what it is supposed to be. Good luck on fixing your problem.
  18. D

    GodMode Vehicles on Restart don't save positions to database.

    for adding your "handleDamage" what is "_this select 2". I suspect you have copied and pasted something you didn't understand. Why are you doing the following? It should have already been done on server init. Indicates again that you copied and pasted without understanding...
  19. D

    ClanDoolittle Grave Markers

    This was written for vanilla, but shouldn't be hard to adapt. That time point in server monitor is basically after the hive has initialized but before it starts to loop through the loaded objects. It really won't matter much if you put it later on in the setup, it won't hurt anything. It...
  20. D

    Vanilla Dayz with Base building (only wood)

    Yes its involved and isn't something to cut your teeth on. I have created this for my server. You can try it out. right click on a tool box to bring up the build menu. Search CLANDOOLITTLE on dayz Launcher
Back
Top