Jump to content

Carp!

Member
  • Posts

    219
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Carp! got a reaction from IT07 in [Chernarus] Epoch/Overpoch traders by IT07   
    Sweet! I just switched to these and its a nice touch!
  2. Like
    Carp! got a reaction from freakystyle in infiSTAR SafeZone   
    Same, this is how it should be, otherwise you ruin the game for yourself.
  3. Like
    Carp! got a reaction from MGT in Automatic PBO uploading   
    Hello survivors!
      I wanted to pass this along as this has helped me a lot in not being around when my server restarts to make any changes go live. My server restarts at 2 and 8 am and I am not always around at 2am to be up to upload the new pbos.   In my restart script, just before I start the server, I have added the following lines:   :: Check to see if we have new pbos IF EXIST "C:\DayZ Epoch Server\ToGoLive\dayz_1.napf.pbo" (     MOVE /Y "C:\DayZ Epoch Server\ToGoLive\dayz_1.napf.pbo" "C:\DayZ Epoch Server\MPMissions" ) IF EXIST "C:\DayZ Epoch Server\ToGoLive\dayz_server.pbo" (     MOVE /Y "C:\DayZ Epoch Server\ToGoLive\dayz_server.pbo" "C:\DayZ Epoch Server\@DayZ_Epoch_Server\addons" )   The ToGoLive folder I added as a place to dump my files before they are moved. This moves any pbos i have added to that folder to the normal places where your pbo's are normally stored. So, make a change, repack, add files to the folder, and the next time your server reboots, it moves the new pbos to their respective places automagically.   I hope someone finds this as useful as I have. The only disclaimer is if you do not have a test server to test your pbos, then these might be uploaded if you should happen to miss a comma or something, so definitely make sure they work if you are not going to be around during restart.   Enjoy!
  4. Like
    Carp! got a reaction from Turtle in You must be close to a rock to mine ore....   
    Very excited to hear that man :) Good luck with the whole trader thing.
  5. Like
    Carp! got a reaction from Axe Cop in [Release] Vehicle Service Point (Refuel, Repair, Rearm) [Script]   
    Just like the default refuel value, leave blank :) This is in the service_point.sqf
     
    _refuel_costs = []; // free for all vehicles (equal to [["AllVehicles",[]]])
     
    So for Repair it would look like this:
     
    _repair_costs = [];
  6. Like
    Carp! got a reaction from insertcoins in You must be close to a rock to mine ore....   
    I use a 100mb connection and these work for my network.
     
    Min: 20971520
    Max: 100000000
     
    If you have a 1gpbs its something like 1073741824.
     
    According to BI, it uses the minimum and max to calculate the average network speed for the entire server. I think this is why I have issues when I have it removed.
     
    I had my minimum set too low too and that caused issues as well. I used to have it set to 131072 and bad things were happening lag wise as well.
     
    I only focus on these 2 settings first because it took me so long to figure out what the issue was. Took me 2 frustrating weeks and alot of help from the community for me to nail these down.
  7. Like
    Carp! got a reaction from insertcoins in Too many dedicated server issues   
    Hey so I have been stepping up the maxmsgsnd til ppl have been seeing red/yellow chains and it looks like 256 is when it starts. 128 was fine and when i bumped it up to 192 it was still fine so thanks for your assist on that.
  8. Like
    Carp! got a reaction from LordDan1989 in [Chernarus] Epoch/Overpoch traders by IT07   
    Its the servers preference to how close you have to be to the trader. Server admin has to configure that :)
  9. Like
    Carp! got a reaction from SurvivalServers.com in Reliable Epoch Server Hosts?   
    Things have gotten way better in the past few days. Have talked to the guys at SS and their recent changes have made life sooo much easier to manage our server. They even spent some time on the server to make sure things were stable. Thanks for the assist and sorry for the frustrations this has caused :)
×
×
  • Create New...