Zum Inhalt springen

Krake49

Mitglied
  • Gesamte Inhalte

    7
  • Benutzer seit

  • Letzter Besuch

Alle Inhalte von Krake49

  1. jetzt habe ich nur noch ein problem wie kann ich jetzt ein server passwort machen, ich habe diese start.bat @echo off :: Setup set STEAMCMDDIR="E:\SteamCMD\" set SERVERDIR="E:\ASAServer\Server1\" set ARKAPPID=2430930 ::ASA Server Settings set SERVERMAP=TheIsland_WP set SERVERPORT=27015 set SERVERQUERYPORT=27016 set SERVERADMINPASSWORD=dortmund set SERVERMAXPLAYERS=50 set CLUSTERID= set SERVERMODS= set PASSIVEMODS= if not "%SERVERMODS%"=="" ( set MODS_PARAM=-mods=%SERVERMODS% ) else ( set MODS_PARAM= ) if not "%PASSIVEMODS%"=="" ( set PMODS_PARAM=-passivemods=%PASSIVEMODS% ) else ( set PMODS_PARAM= ) if not "%CLUSTERID%"=="" ( set CLUSTER_PARAM=-NoTransferFromFiltering -clusterid=%CLUSTERID% ) else ( set CLUSTER_PARAM= ) ::Start/Updatescript :run @echo on echo (%time% ) - Server wird via Steam geupdated... @echo off cd /d %STEAMCMDDIR% del steamcmd.exe timeout /t 5 /nobreak curl -o steamcmd.zip https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip powershell Expand-Archive -Path .\steamcmd.zip -DestinationPath .\ start "" /wait steamcmd.exe +force_install_dir "%SERVERDIR%" +login anonymous +app_update %ARKAPPID% validate +quit @echo on echo (%time% ) - ASA DS wird gestartet... @echo off cd /d %SERVERDIR% ShooterGame\Binaries\Win64\ArkAscendedServer.exe %SERVERMAP%?listen?Port=%SERVERPORT%?QueryPort=%SERVERQUERYPORT%?ServerAdminPassword=%SERVERADMINPASSWORD% -WinLiveMaxPlayers=%SERVERMAXPLAYERS% %MODS_PARAM% %PMODS_PARAM% %CLUSTER_PARAM% -culture=en -log @echo on echo (%time% ) - Serverprozess unterbrochen! Neustartsquenz läuft... @echo off timeout /t 15 goto run
  2. Danke hab ich auch gemacht funktioniert auch nicht
  3. danke für die info aber leider funktioniert es auch nicht . die ports sind 27015-27016 und 7777-7778 bei router und firewall frei gemacht
  4. Hallo kann mir einer helfen Server erstellt ports freigegeben Vodafon Routerund firewall ports freigegeben, server startet auch ,aber findet ihn nicht in Ark Platform Memory Stats for WindowsServer Process Physical Memory: 178.05 MB used, 179.11 MB peak Process Virtual Memory: 199.08 MB used, 199.08 MB peak Physical Memory: 7226.17 MB used, 9114.20 MB free, 16340.37 MB total Virtual Memory: 18003.79 MB used, 16860.75 MB free, 34864.54 MB total ARK Version: 36.12 SetSettings called: { "defaultLanguage": "en", "gameId": 83374, "apiKey": "*****1aZe", "maxConcurrentInstallations": 3, "modsDirectory": "ShooterGame/Mods", "modsDirectoryMode": "CFCore", "userDataDirectory": "ShooterGame/ModsUserData", "isServer": true, "isServerPcOnly": false, "throttling": { "diskWriteBytesPerSec": 0 }, "premiumMods": { "publicKeyPem": "*****" }, "logger": { "enabled": true, "history": 8, "maxSizeInMB": 2 } } Couldn't load mods library from disk User context not loaded from disk Primal Game Data Took 1.59 seconds Server Initializing with BattlEye Anti-Cheat Protection. If you do not wish to use BattlEye, please launch with -NoBattlEye BattlEye successfully started. Server: "Moers" has successfully started! Commandline: TheIsland_WP?listen?Port=27015?QueryPort=27016?ServerAdminPassword=ZENSIERT -WinLiveMaxPlayers=50 -culture=en -log Full Startup: 326.95 seconds Number of cores 4 No spawn additional explorer notes to spawn
×
×
  • Neu erstellen...