Commit Graph

2 Commits

Author SHA1 Message Date
Thunder12345
60db0b4d3a Fixes Modular Map Loading Runtimes (#64212)
## About The Pull Request

Moves the modmap root object's load_map() call to New(). This changes something about where it falls in init order that stops it from causing a flood of lighting runtimes. Don't ask my why, it just does.

## Why It's Good For The Game

Fixes #64192
2022-01-19 15:38:17 -05:00
Thunder12345
9dc96a68f5 Adds Modular Ruins (#64077)
Adds a new system to allow mappers to randomly load modular map segments.

For implementation details and a tutorial check the included README.md.
2022-01-16 15:50:40 -08:00