Skip to content

Commit

Permalink
Update reADME
Browse files Browse the repository at this point in the history
  • Loading branch information
magicbear committed Feb 7, 2024
1 parent 979da8d commit 05160a5
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 54 deletions.
51 changes: 23 additions & 28 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,29 +60,6 @@ Visit [Release Pages](https://github.com/magicbear/palworld-server-toolkit/relea
[Discord](https://discord.com/channels/1200798336916144188/1203683616488685698)


---

## palworld-player-list
```
usage: palworld-playey-list [-h] [--host HOST] [--port PORT] [--password PASSWORD] [filename]
List player on the Players Folder
positional arguments:
filename Filename of the player sav
options:
-h, --help show this help message and exit
--host HOST, -H HOST Host for PalWorld Server RCON
--port PORT, -P PORT PalWorld Server RCON Port
--password PASSWORD, -p PASSWORD
RCON Password
```

- List player - `python3 list.py` in working directory `/PalSaved/SaveGames/0/<server id>/Players`
- Check player detail - `python3 list.py <PLAYER HEX UID>`


---

## palworld-save-editor
Expand Down Expand Up @@ -125,11 +102,6 @@ This tools is for cleanup the unreference item, rename the player name, migrate
- `Save()` - Save the file and exit


### Function screenshot

![](./docs/img/ShowPlayer.png)
![](./docs/img/ShowGuild.png)

### Operate Sample

> [!IMPORTANT]
Expand Down Expand Up @@ -179,6 +151,29 @@ This tools is for cleanup the unreference item, rename the player name, migrate
```


---

## palworld-player-list
```
usage: palworld-playey-list [-h] [--host HOST] [--port PORT] [--password PASSWORD] [filename]
List player on the Players Folder
positional arguments:
filename Filename of the player sav
options:
-h, --help show this help message and exit
--host HOST, -H HOST Host for PalWorld Server RCON
--port PORT, -P PORT PalWorld Server RCON Port
--password PASSWORD, -p PASSWORD
RCON Password
```

- List player - `python3 list.py` in working directory `/PalSaved/SaveGames/0/<server id>/Players`
- Check player detail - `python3 list.py <PLAYER HEX UID>`


---

## palworld-server-taskset
Expand Down
48 changes: 22 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,27 +61,6 @@

QQ群 139107098

---
## palworld-player-list
```
usage: palworld-playey-list [-h] [--host HOST] [--port PORT] [--password PASSWORD] [filename]
用于列出服务器Players目录中的玩家名字,PlayerUId,Steam ID
positional arguments:
filename Filename of the player sav
options:
-h, --help show this help message and exit
--host HOST, -H HOST Host for PalWorld Server RCON
--port PORT, -P PORT PalWorld Server RCON Port
--password PASSWORD, -p PASSWORD RCON密码
```


- 列出玩家 - 在工作目录 `/PalSaved/SaveGames/0/<server id>/Players` 中运行 `python3 list.py`
- 玩家详细 - `python3 list.py <PLAYER HEX UID>`

---
## palworld-save-editor

Expand Down Expand Up @@ -122,11 +101,6 @@ options:
- `CopyPlayer(old_uid,new_uid, backup_wsd)` - 复制玩家数据 `backup_wsd` 为OpenBackup备份文件 `wsd`为当前主文件
- `Save()` - 保存修改并退出

### 功能截图

![](./docs/img/ShowPlayer.png)
![](./docs/img/ShowGuild.png)

### 操作示例
> [!IMPORTANT]
>
Expand Down Expand Up @@ -174,6 +148,28 @@ options:
```


---
## palworld-player-list
```
usage: palworld-playey-list [-h] [--host HOST] [--port PORT] [--password PASSWORD] [filename]
用于列出服务器Players目录中的玩家名字,PlayerUId,Steam ID
positional arguments:
filename Filename of the player sav
options:
-h, --help show this help message and exit
--host HOST, -H HOST Host for PalWorld Server RCON
--port PORT, -P PORT PalWorld Server RCON Port
--password PASSWORD, -p PASSWORD RCON密码
```


- 列出玩家 - 在工作目录 `/PalSaved/SaveGames/0/<server id>/Players` 中运行 `python3 list.py`
- 玩家详细 - `python3 list.py <PLAYER HEX UID>`


---

## palworld-server-taskset
Expand Down
Binary file modified docs/img/GUI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05160a5

Please sign in to comment.