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

Next revision
Previous revision
steamcmd:windows:astroneer-dedicated-server [2023/03/28 03:19] – created adminsteamcmd:windows:astroneer-dedicated-server [2024/02/17 19:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== ASTRONEER Dedicated Server (Windows) ======
 +
 +
 +===== Installation =====
 +
 +==== SteamCMD ====
  
 [[https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip|SteamCMD Windows Download]] [[https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip|SteamCMD Windows Download]]
 +
 +Download and Unzip File:
 +<code powershell>
 +wget "https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip" -outfile "D:\steamcmd.zip"
 +Expand-Archive "D:\steamcmd.zip" -DestinationPath "D:\steamcmd"
 +Remove-Item "D:\steamcmd.zip"
 +</code>
 +
 +
 +==== Download through SteamCMD ====
 +
 +Run SteamCMD
 +<code powershell>
 +D:\steamcmd\steamcmd.exe
 +</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.1679966357.txt.gz · Last modified: 2024/02/17 19:03 (external edit)