Guest User

Untitled

a guest
Mar 21st, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. @echo off
  2. rem Change the file locations to your environment.
  3.  
  4. rem Change "+workshop_download_item 440900 <ModID>" to the mod you want to update. You can add multiple mods.
  5. start /wait "" "C:\Conan\SteamCMD\steamcmd.exe" +login <YourLogin> <YourPassword> %guard% +force_install_dir "C:\Conan" +app_update 443030 +workshop_download_item 440900 <ModID> validate +quit
  6.  
  7. rem The x-es after "MULTIHOME=" must be set to the servers IP adress.
  8. rem Change the Queryport if needed.
  9. start "" /NORMAL "C:\Conan\ConanSandboxServer.exe" "ConanSandbox?listen?" MULTIHOME=xxx.xxx.xxx.xxx QueryPort=27016 -nosteamclient -game -server -log
  10.  
  11. rem Next file is the modlist. Change it with your mods and make sure you use the full path to the mods.
Add Comment
Please, Sign In to add comment