Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


StealthyMartian

Administrators
  • Posts

    1960
  • Joined

  • Last visited

  • Days Won

    39

Reputation Activity

  1. Like
    StealthyMartian got a reaction from RPG-Fail in Night Cycle values make night time shorter?   
    For the day/night cycles you will want to add time to those so they speed up. If you want a shorter night time and a longer day time. Then up the night cycle but lower the day cycle. Upping the night time speed will make it go faster.
  2. Like
    StealthyMartian got a reaction from Erebus025 in Unable to spawn boss on Ragnarok server   
    I believe some of the commands that normally work on PC do not fully work on PS4 yet. I have seen this issue before with PS4 and tried a few commands on my server but didn't work.
  3. Like
    StealthyMartian got a reaction from mimmosan in Server Status "Unknown?"   
    It is now back up and running.
  4. Like
    StealthyMartian got a reaction from BabydollGeek in Imprinting and uploading characters by Obi   
    I think the imprinting goes by server. Though I could be wrong on this one. So if you upload your dinos and such and then go to another server it would go off of that. If you download to the same server it should stay the same.
  5. Like
    StealthyMartian reacted to Overlord in How do I make a payment for a specific server if the renew date is not up yet   
    To upgrade slots click on the green "$ Buy Upgrades" button at the top right in your Control Panel.   I am not sure on paying ahead on servers though so someone else will have to answer that.
  6. Like
    StealthyMartian reacted to Overlord in How long does it take for server to start?   
    I bought my server and it was instantly set up and i was able to join it immediately.  What is your server ip and port?
  7. Like
    StealthyMartian got a reaction from Overlord in How long does it take for server to start?   
    It should only take but a few minutes for it to fully boot up. If the server has to update it will take a bit longer as it will update the server and its mods. You should see a little tab on the control panel stating "Started" when it is ready to be joined. If you are having issues with this and it does not seem to be starting for a while please submit a ticket and we will go in and take a look over it.
  8. Like
    StealthyMartian reacted to budwiser in How To Add you're Self as an Admin to you're own Server ?   
    After playing with it a little more i seem to have gotten it to work. I am not really clear on what i did differently, i do appreciate the offer of help and if i have any more issues i may take you up on it. ty 
  9. Like
    StealthyMartian reacted to ets2mod in How to wipe server   
    I have followed your steps and if you have wipe the map but when i change the seed the same map still comes out but wiped. I change the seed in the panel board but it does not change it, can someone help me?
     
    EDIT - SOLVED- : I have already solved adding these lines in Launch Parameters Line:
    + server.worldsize 4000 + server.seed 80000
  10. Like
    StealthyMartian reacted to Dodoarmy in we really need a video or help using settings not included in the normal ps4 custom game   
    We were having the same issue on our server...
     
    Here is a "workaround"....
     
    go to your game .ini file, and copy , and paste this line anywhere in there,,,''
     
    ShowFloatingDamageText=True
     
     
    Also, friendly fire doesn't seem to work, either. So, if you need that code, it's
     
     
     
    bDisableFriendlyFire=True
     
     
    Hope this helps!
  11. Like
    StealthyMartian reacted to Overlord in new server but legacy instead of Experimental!!   
    On your Control Panel for your server you will see Mod section.  Click the drop down and select Oxide then hit the Save Settings and Restart Server button at the bottom.  When your server loads it will load all of the directories for Oxide.
  12. Like
    StealthyMartian reacted to Overlord in Exile.ini   
  13. Like
    StealthyMartian reacted to JustJ3ss in How does SS handle mod updates?   
    I know this is old but when EBM updates you just need to replace the folder and make sure to replace the key
     

  14. Like
    StealthyMartian reacted to DeezGames in Happy Anniversary Survival Servers, with Big Discounts!   
    Survival Servers celebrates its 5th Year of Kicking Butt and Providing the best server host around to you and all of your friends!
     
    With amazing games, a leading edge custom control panel, an amazing team, and support for so many early access games; It's a surprise Survival Servers can even stay in the game with them holding onto the low prices they maintain!
     
    And right now, they're hooking you all up with an even Bigger discount, as a thank you to every one of you for your loyal support for Five years now, with a HUGE 20% off discount on new server orders, until the end of the month!
     
    So don't wait around until this deal is gone, cause these are unheard of prices in this field!
    Take advantage of the Survival Servers top performance machines and set up your first server with them today.
    Or be like me, and set up your 6th!
     
    Btw, I don't even get paid to say this.
    Thanks Survival Servers, for everything you do for all of us nerds looking to create a place to hang with our friends.
    Here's to the next 5 and onwards from there.
  15. Like
    StealthyMartian reacted to Overlord in Coins and Global Banking for Epoch 1.0.6.1   
    In the install it tells you to find this line in mission\dayz_code\init\variables.sqf
    ZSC_MaxMoneyInStorageMultiplier = 50000; // Multiplier for how much money a bank object can hold, example: 200 magazine slots in the object (or the default value above ^^) multiplied by the 50,000 multiplier is 10 million coin storage. (200*50000=10m coins) and add this directly below it.
    Z_bankVariable = "moneySpecial"; // If using single currency this is the variable name used to store object bank wealth.Z_globalVariable = "GlobalMoney"; // If using single currency this is the variable name used to store coins globally.//Z_moneyVariable = "GlobalMoney"; // Uncomment this this to make it so players don't lose coins on death. Will need to disable checkWallet as you can dupe if you have this and check wallet running./* IMPORTANT: The following 2 variables below are CASE SENSITIVE! If you don't put the object/trader classname EXACTLY how they appear in game, THEY WILL NOT WORK!*/ZSC_bankObjects = [""]; // Array of objects that are available for banking (i.e Suitcase, Info_Board_EP1)ZSC_bankTraders = ["Functionary1_EP1_DZ"]; // Array of trader classnames that are available for banking (i.e Functionary1_EP1_DZ)ZSC_limitOnBank = true; // Have a limit on the bank? (i.e true or false) limits the global banking to the number below.ZSC_maxBankMoney = 5000000; // Default limit for bank objects. also double check your fnselfactions.  If you are running a clean server you replace yours with the one in the install  and if you are running a modded server before installation you will want to merge the contents of the fnselfactions.
  16. Like
    StealthyMartian reacted to Jnkbller in Coins and Global Banking for Epoch 1.0.6.1   
    Right you are Overlord,
     
    It was my fn_selfActions.sqf in my mission pbo that was not displaying options on the bankers in the traders. I did a diffmerge on the one in my mission file and the one that came with the ZSC and now it works like a charm. Thanks for your help!
     
    Jnkbller
  17. Like
    StealthyMartian reacted to Overlord in Coins and Global Banking for Epoch 1.0.6.1   
    Assuming you already installed Global Banking which it already sounds like you have this done.
     
     
     
     
    You need to install the NPC based banks which adds the bank traders to each trader city.  These files and folders are in your download from https://github.com/oiad/ZSC.
     
     
  18. Like
    StealthyMartian reacted to Overlord in Coins and Global Banking for Epoch 1.0.6.1   
    I installed this version to my Overpoch servers and it is working perfectly.  This is for Epoch or Overpoch.
    https://epochmod.com/forum/topic/43331-zsc-for-epoch-106-and-overwatch-025/
  19. Like
    StealthyMartian got a reaction from Haribo01 in Changing restart time   
    Currently there are not any ways to do a custom restart time. I will however pass your suggestion on to Ryan.
  20. Like
    StealthyMartian reacted to jbird206 in Need Help   
    go to your control panel, stop server. open filezilla, in the default directory of your server look for steam_appid.txt. Edit file to 224580, save. Go to control panel hit start, not save and restart.
  21. Like
    StealthyMartian reacted to Madwolf267 in Exiles 1.0.3 " Lemon " Update   
    Installed and running Fine.  Thank You.  Have a good Memmorial Day weekend.
  22. Like
    StealthyMartian reacted to hoenens in How can i wipe my server.   
    Hello,
     
    Its easy, just select this checkbox, and reboot your server and it will be wiped.

    Think twice before doing this!
  23. Like
    StealthyMartian reacted to Overlord in Custom Loading Screen Image   
    Any of these will work for your loadscreen.
     
    2048x1024
    1024x512
    512x256
  24. Like
    StealthyMartian reacted to Ryan Pennington in Infistar Antihack and DayZ Vanilla 1.8.8   
    Well you are in luck because it is now integrated.
  25. Like
    StealthyMartian got a reaction from merlin777 in New Dayz Epoch Update???   
    It will indeed. Once released we will go back into looking at it and add it.