Skip to content

Commit

Permalink
update guides
Browse files Browse the repository at this point in the history
  • Loading branch information
toehunterr committed Dec 30, 2024
1 parent f0475bf commit e96fd7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/content/docs/games/Palworld/configure palworld.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Here is a list of all the settings inside the PalWorldSettings.ini file as well
| DropItemAliveMaxHours | 1.000000 | How long dropped items stay before they disappear |
| DropItemMaxNum | 3000 | Max amount of items that can be dropped |
| DropItemMaxNum_UNKO | 100 | TBD |
| EnablePredatorBossPal | True | Enables or disables the presence of predator Pals in the game. |
| EnemyDropItemRate | 1.000000 | Dropped Items Multiplier |
| ExpRate | 1.000000 | EXP rate |
| GuildPlayerMaxNum | 20 | Max Player Number of Guilds |
Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/games/Palworld/upload save.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ Unlike Steam, migrating Xbox Game Pass Co-op saves will require additional steps
- LocalData.sav This is not required.
- WorldOptions.sav Delete this.
</FileTree>
The next tool requires Python 3.9 or later. Here's how to install python, and use the tool to convert `01.sav` into a .json file, and then into `Level.sav` so it can be loaded on your server.
3. Install [Python 3.12 from the Microsoft Store](https://apps.microsoft.com/detail/9NCVDN91XZQP).
The next tool requires Python. Here's how to install python, and use the tool to convert `01.sav` into a .json file, and then into `Level.sav` so it can be loaded on your server.
3. Install [Python](https://www.python.org/downloads/).
4. Download [Palworld Save Tools](https://github.com/deafdudecomputers/PalWorldSaveTools/releases) and extract the contents.
5. In the Palworld Save Tools extracted folder drag `01.sav` onto `convert.py`.
6. Take the converted `01.json` file, and once again drag it onto `convert.py`.
6. Take the converted `01.sav.json` file, and once again drag it onto `convert.py`.
7. Rename the twice converted file to `Level.sav`.
8. Delete the `Level` folder in your save files and then drag the newly created `Level.sav` in.
9. Using [SFTP](/getting-started/uploading-files/) upload your existing save folder to `PAL/Save/Savegames/0/` and copy the folder id/name.
Expand Down

0 comments on commit e96fd7a

Please sign in to comment.