投稿

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

Project Zomboid 使用メモリ量の割り当て

 シングルでMod無しでプレイしてる人以外 つまりマルチやMod入れてプレイしてる人は全員設定して欲しい デフォルトでは3GBに設定されている 必ずデフォの設定ファイルは複製しておくこと 自己責任でお願いします B42バージョンの場合深刻なメモリリークがあるバージョンがあったりしてメモリ増加しても意味がない場合があるらしい Windows設定ファイル C:\Program Files (x86)\Steam\steamapps\common\ProjectZomboid     projectzomboid64.bat   右クリックから編集を選択して -Xms3g -Xmx8g というところを探す、それぞれ初期値と最大メモリの量 こちらを自分の環境が32GB積んでいたら -Xms8g -Xmx16g のように編集しておく Macの場合 /Application Support/Steam/SteamApps/Common/ProjectZomboid/Project  Zomboid.app/Contents info.plist 同じように-Xms4096mのような場所を探して編集しておく Linuxでも同じように設定ファイルを編集するか Steamライブラリの起動オプションからでも設定できるらしい 1. Open Steam and go to your Library. 2. Right-click on Project Zomboid and select "Properties." 3. In the Properties window, click on "Set Launch Options." 4. A text field will appear. Enter the following line: -Xmx<number>G -Xms<number>G Replace  <number>  with the amount of RAM you want to allocate in gigabytes. For example, if you want to allocate 4 GB of RAM, the line will be...

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...