diff options
author | Iru Cai <mytbk920423@gmail.com> | 2018-09-07 19:36:30 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2018-09-07 19:36:30 +0800 |
commit | 550996a885cf91842ca72031364b5b234566a477 (patch) | |
tree | dbad88cf7bcd370fd3f7e472f94ee77547cda3d1 /docs | |
parent | feea7e6e4527e77049e56b891dbbfb2729d321ca (diff) | |
download | rich4-550996a885cf91842ca72031364b5b234566a477.tar.xz |
docs about save format
Diffstat (limited to 'docs')
-rw-r--r-- | docs/saveload.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/saveload.txt b/docs/saveload.txt new file mode 100644 index 0000000..8e4ecde --- /dev/null +++ b/docs/saveload.txt @@ -0,0 +1,12 @@ +大富翁4存档格式 +=============== + +开始是4字节的标识,之后4字节存储日期。 + +在 0xc 处的 4 字节存储玩家数量,包括已倒闭的玩家。 + +0x10 开始的 0x68*4 字节存储玩家信息,每个玩家 0x68 字节,格式见 player_info.h. + +0x654 开始的 15*4 字节存储每个玩家的卡片。 + +0x690 开始的 15*4 字节存储每个玩家每种道具的数量,道具数量用8位无符号数表示。 |