Game Editor: Difference between revisions
From Old World Official Wiki
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
| amount, nation number | | amount, nation number | ||
| addmoney 100 0 | | addmoney 100 0 | ||
|- | |||
| revealmap | |||
| Explores all tiles for [nation number], if no nation is specified then the player nation | |||
| nation number | |||
| revealmap 0 | |||
|- | |||
| fullrevealmap | |||
| Grants visibility over all tiles for the player nation | |||
| | |||
| fullrevealmap | |||
|} | |} |
Revision as of 13:07, 13 March 2023
The in-game console can be opened from the game editor by clicking on the Console tab.
Command | Effect | Parameters | Example |
---|---|---|---|
help | Lists all commands | help | |
addeverything | Adds [amount] of all resources to [nation number], if no nation is specified then the player nation | amount, nation number | addeverything 100 0 |
addmoney | Adds [amount] of money to [nation number], if no nation is specified then the player nation | amount, nation number | addmoney 100 0 |
revealmap | Explores all tiles for [nation number], if no nation is specified then the player nation | nation number | revealmap 0 |
fullrevealmap | Grants visibility over all tiles for the player nation | fullrevealmap |