https://github.com/samuelyuan/wc4saveeditor
Save editor for World Conqueror 4
https://github.com/samuelyuan/wc4saveeditor
Last synced: 3 months ago
JSON representation
Save editor for World Conqueror 4
- Host: GitHub
- URL: https://github.com/samuelyuan/wc4saveeditor
- Owner: samuelyuan
- License: mit
- Created: 2024-08-31T04:00:21.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-08T01:30:32.000Z (8 months ago)
- Last Synced: 2024-10-31T02:42:49.758Z (7 months ago)
- Language: Go
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WC4SaveEditor
## How to Use
There are various commands to modify the save file.
Make sure you quit your current game and go to the main menu before overwriting the save file. If you overwrite the file while the game is still in progress, the game will overwrite the file when you leave and none of your new changes will apply.
Read Commands:
* list-players
* list-player-tiles
* list-cities
* list-units
* list-generalsWrite Commands:
* max-money: Sets max currency to 9999.
* max-city-tech: Sets all city tech levels to level 4.
* restore-allies: Heal all of your units and your allies units.
* weaken-enemy: Reduce all enemy units to have 1 health and all enemy cities to have 0 health.
* convert-player: Convert all tiles owned by one player and assign ownership to another player. May crash game.
* convert-tile: Convert one tile and assign ownership to another player. May crash game.
* convert-all-allies: Convert all allied tiles to be your own tiles. May crash game.
* convert-team: Convert all players to be on the same team.
* convert-all-players: Convert all tiles to be your tiles. May crash game.