投稿

10月, 2025の投稿を表示しています

MacにSteamCMDをインストール メモ

結果から書くとサーバーの起動は無理でした インストールまでで終わってしまいました https://developer.valvesoftware.com/wiki/SteamCMD#macOS_2 https://pzwiki.net/wiki/Dedicated_server/ja ここから必要な部分のみ抜粋 macOS 1. Open Terminal.app and create a directory for SteamCMD. mkdir ~/Steam && cd ~/Steam 2. Download and extract SteamCMD for macOS. curl -sqL " https://steamcdn-a.akamaihd.net/client/installer/steamcmd_osx.tar.gz " | tar zxvf - macOS Stub This article or section is a stub . You can help by expanding it. Open a terminal and start SteamCMD. If you installed it using the package from repositories: cd ~ steamcmd If you installed it manually: cd ~/Steam ./steamcmd.sh SteamCMD Login Anonymous To download most game servers, you can login anonymously using login anonymous Downloading an App Note:If you are uncertain about the appid for the server, tool, or game you want to download, you can use steamdb.info to locate it. 1. Start SteamCMD, don't login just yet. 2. Set your app install directory. (Note: use fo...