Jump to content

geep

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About geep

  • Rank
    On the Coast
  1. Iceman, do you mind me asking? How do you get multiple servers to start? After 1 is up, I just get "DayZ is running" and the 2nd server doesn't load.
  2. geep

    Newbie needs help

    Have you tried looking for a PVE server to play on, there are a few out there where people are playing RP and although that might not be what you want in the long term, you are more likely to find people that you can play with while you learn the basics. Nice Avatar by the way, great game that.
  3. Hi, I'm having some difficulty with server updates, I have a script to auto update on restarts but I don't want to leave login details in the BE startup bat. Is there a way to add a steam game token which we are able to create in our steam accounts instead so that steam login details don't have to be used for updating the server via steam cmd? The server is running on a dedicated machine without steam installed, I guess the updater wants login details to confirm ownership of the game but this can also be done through the game token, just not sure how to make it work. This is what I'm using. @echo off SETLOCAL ENABLEDELAYEDEXPANSION SET STEAMlogin="user" "PW" (server updates when I use user/pw but would rather not have that info saved in the bat file) (is it possible to use a game token here instead?) SET INSBRANCH=223350 SET InsPath=path of server installation SET STEAMPATH=path of steam cmd installation :: _________________________________________________________ echo. echo Dir: %InsPath% echo Branch: %INSBRANCH% echo. %STEAMPATH%\steamcmd.exe +login %STEAMLOGIN% +force_install_dir %InsPath% +"app_update %INSBRANCH%" validate +quit echo . Any advice would be appreciated. Thanks.
×