-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move/rename gateway map load text file
maps/RandomZlevels/fileList.txt >> config/awaymissions.txt Included example in examples.
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#List the potential random Z-levels here. | ||
#Maps must be the full path to them | ||
#Maps should be 255x255 or smaller and be bounded. Falling off the edge of the map will result in undefined behavior. | ||
#SPECIFYING AN INVALID MAP WILL RESULT IN RUNTIMES ON GAME START | ||
|
||
#maps/RandomZLevels/awaymission.dmm | ||
maps/RandomZLevels/beach.dmm | ||
maps/RandomZLevels/blackmarketpackers.dmm | ||
maps/RandomZLevels/labyrinth.dmm | ||
maps/RandomZLevels/carpfarm.dmm | ||
maps/RandomZLevels/listeningpost.dmm |