Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squad Commits, Robust new Game Regex
Attempt at more Robust Regex This regex searches for all the current information we get via the NewGame event, but with a few patterns that search deeper/different folder structures. Appears to work on all base game content and mods that I have tested, however, mods may capture garbage information inside of mapClassname. This will also fail if a modder puts no folders between the root of their project and their layers /mymod/mymap vs /mymod/afolder/mymap afolder would end up being the mapClassname. https://regex101.com/r/e0Ui0K/1
- Loading branch information