Progress on Implementing Dungeon Packs

Added code for parsing dungeon pack config files. The settings for our
built-in dungeons are now read from a file instead of being hardcoded.
One or two settings aren't being accessed yet and we still don't search
for other dungeon packs in the custom dungeon folder.  That'll come in
another commit.
This commit is contained in:
SenseiKiwi
2013-08-20 18:54:30 -04:00
parent dc7289a048
commit acab06115a
4 changed files with 452 additions and 52 deletions

View File

@@ -9,10 +9,12 @@ DeadEnd
Maze
Settings:
AllowRepetitionsInBranch = false
AllowDuplicatesInChain = false
AllowPackChangeOut = true
AllowPackChangeIn = true
PackWeight = 100
DistortDoorCoordinates = true
## Prevent this pack from being selected for transitioning in once we've transitioned out
AllowPackChangeIn = false
Rules: