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.
2. Download and extract SteamCMD for macOS.
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:
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 forward slashes for Linux/macOS and backslashes for Windows.)
例 force_install_dir <path>
force_install_dir .PZServer
入力後ログインする前にコマンドを打てと言われるのでlogout後に上記コマンドを入れてもう一度login anonymousする
終わったら、サーバーのファイルを指定のフォルダにダウンロードするために、次のように入力します:
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.
2. Download and extract SteamCMD for macOS.
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:
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 forward slashes for Linux/macOS and backslashes for Windows.)
例 force_install_dir <path>
force_install_dir .PZServer
入力後ログインする前にコマンドを打てと言われるのでlogout後に上記コマンドを入れてもう一度login anonymousする
終わったら、サーバーのファイルを指定のフォルダにダウンロードするために、次のように入力します:
app_update 380870 validate
380870というのはzomboidのidです
ここまでは行きましたがstartserver.commandを起動してもエラーが出て起動できませんでした
380870というのはzomboidのidです
ここまでは行きましたがstartserver.commandを起動してもエラーが出て起動できませんでした
コメント
コメントを投稿