Skip to content

Commit

Permalink
Fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
nicymike authored Mar 30, 2021
1 parent c0e99e7 commit f5c4e44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions savegame-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ The savegame for settlers 1 is divided into parts for common fields, players, ma
Elements are divided into two parts of 4 Bytes each. The difference in bytes can be found in common fields (offset to second data).

Example parts for 8x8 elements:
```
1111 1111 1111 1111 1111 1111 1111 1111 2222 2222 2222 2222 2222 2222 2222 2222
1111 1111 1111 1111 1111 1111 1111 1111 2222 2222 2222 2222 2222 2222 2222 2222
1111 1111 1111 1111 1111 1111 1111 1111 2222 2222 2222 2222 2222 2222 2222 2222
Expand All @@ -63,6 +64,7 @@ Example parts for 8x8 elements:
1111 1111 1111 1111 1111 1111 1111 1111 2222 2222 2222 2222 2222 2222 2222 2222
1111 1111 1111 1111 1111 1111 1111 1111 2222 2222 2222 2222 2222 2222 2222 2222
1111 1111 1111 1111 1111 1111 1111 1111 2222 2222 2222 2222 2222 2222 2222 2222
```

## Settler
- Type and owner: 1 Byte (Offset 0)
Expand Down

0 comments on commit f5c4e44

Please # to comment.