Skip to content

Commit

Permalink
Reimplement scenario reading, implement spawn houses (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZivDero committed Oct 27, 2024
1 parent 7e4432f commit 72abde0
Show file tree
Hide file tree
Showing 11 changed files with 1,510 additions and 329 deletions.
1 change: 1 addition & 0 deletions docs/Miscellaneous.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ WriteStatistics=no ; boolean, should statistics be sent?
AINamesByDifficulty=no ; boolean, should AI players have their difficulty in their name?
CoachMode=no ; boolean, should defeated players that have allies not have the entire map revealed to them upon death?
AutoSurrender=yes ; boolean, should players surrender on disconnection, as opposed to turning their base over to the AI?
UseMPAIBaseNodes=no ; boolean, should the AI use base nodes for base construction, like in campaign?
```

- Information about the local player is read from the `Settings` section, for all other players - from `OtherX` sections, where `X` ranges from `1` to `7`.
Expand Down
Loading

0 comments on commit 72abde0

Please sign in to comment.