fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


steamcmd:windows:astroneer-dedicated-server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
steamcmd:windows:astroneer-dedicated-server [2023/03/28 03:27] adminsteamcmd:windows:astroneer-dedicated-server [2024/02/17 19:03] (current) – external edit 127.0.0.1
Line 11: Line 11:
 <code powershell> <code powershell>
 wget "https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip" -outfile "D:\steamcmd.zip" wget "https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip" -outfile "D:\steamcmd.zip"
-Expand-Archive D:\steamcmd.zip -DestinationPath D:\steamcmd+Expand-Archive "D:\steamcmd.zip-DestinationPath "D:\steamcmd
 +Remove-Item "D:\steamcmd.zip"
 </code> </code>
  
  
-Download and Run through SteamCMD+==== Download through SteamCMD ==== 
 + 
 +Run SteamCMD
 <code powershell> <code powershell>
-appid 728470+D:\steamcmd\steamcmd.exe
 </code> </code>
  
 +Define installation path
 +<code>
 +force_install_dir "D:\steamcmd-games\astroneer"
 +</code>
 +
 +Download astroneer with the following script:
 +<file batch update_astroneer.bat>
 +D:\steamcmd\steamcmd.exe +force_install_dir "D:\steamcmd-games\astroneer" +login anonymous +app_update 728470 +quit
 +pause
 +</file>
 +
 +==== Run Through Steam CMD ====
 +<code>
 +
 +</code>
 +
 +===== Steam Astroneer Savegame Ordner Pfad =====
 +
 +<code>
 +%localappdata%\Astro\Saved\SaveGames
 +</code>
steamcmd/windows/astroneer-dedicated-server.1679966825.txt.gz · Last modified: 2024/02/17 19:03 (external edit)