mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Added DisableSpecialMapIDs option (from Mr.Stalin)
Fixed the overflow of the automap tables when the number of maps in maps.txt is more than 160.
This commit is contained in:
+5
-1
@@ -1,5 +1,5 @@
|
||||
;sfall configuration settings
|
||||
;v4.1.6
|
||||
;v4.1.7
|
||||
|
||||
[Main]
|
||||
;Change to 1 if you want to use command line args to tell sfall to use another ini file.
|
||||
@@ -680,6 +680,10 @@ InterfaceDontMoveOnTop=0
|
||||
;Set to -1 to disable the special death message when the global variable is set
|
||||
SpecialDeathGVAR=491
|
||||
|
||||
;Set to 1 to disable the special handling of map IDs 19 and 37 in the engine when entering the maps
|
||||
;Don't set this to anything other than 0 unless another mod you're using explicitly tells you to!
|
||||
DisableSpecialMapIDs=0
|
||||
|
||||
;Set to 1 to display sfall built-in credits at the bottom of credits.txt contents instead of at the top
|
||||
CreditsAtBottom=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user