0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

PalworldServerセーブデータまとめ

0
Posted at

概要

SteamのPalworld Serverを自分の端末で構築してみる。
その際、複数のセーブデータを切り替える方法を確立しておく

サーバーを立ててみる

ゲームとは別にPalworld Dedicatedd Serverをインストールしておく
image.png

起動してみると黒塗り画面が出てくる(いつもの)
image.png

サーバーじゃないゲームの方を起動して、とりあえずポートも明確なのでlocalhost:8211で入ってみる。
image.png
image.png
image.png

サーバー立てれてそう

サーバー差分を出すために、ファストトラベルを開放してみる
image.png

サーバーデータを新しくしてみる

サーバーを Ctrl + C とかで落としておくこと

まず、サーバーの情報は下記で確認できる。
image.png
image.png

保存場所は標準では下記になる

C:\Program Files (x86)\Steam\steamapps\common\PalServer\Pal\Saved\SaveGames\0\ {UUID}

このUUIDは変更できるらしい
image.png

下記の設定ファイルに起動するSaveDataのファイル名を指定する箇所が存在する

C:\Program Files (x86)\Steam\steamapps\common\PalServer\Pal\Saved\Config\WindowsServer\GameUserSettings.ini

image.png
image.png

ここかえてあげればいい感じにできるはず

変更したら、新しいSaveDataがうまれるのかな?

DedicatedServerName=NewTestSaishinServer

に、変えてみた
image.png

サーバーを立ち上げた段階ではフォルダ生成されなかったが、キャラクリを終了してゲームを開始した瞬間フォルダ(ワールドデータ)が生成された
image.png

もちろん新しいデータなのでファストトラベルは開放してない
image.png

ほかのサーバー設定データについてまとめ

公式のサーバー設定 : https://docs.palworldgame.com/ja/settings-and-operation/configuration/

基本的なサーバー設定は下記を修正すると行けます

steamapps\common\PalServer\Pal\Saved\Config\WindowsServer\PalWorldSettings.ini

で、設定ファイルを生成してくれるツール紹介

動かすとこんな感じに使える

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?