Changed DebugMode to not require enabling sfall debugging mode

Changed version to 3.8.19.1 as maintenance release.
This commit is contained in:
NovaRain
2019-07-17 10:10:28 +08:00
parent 147382de25
commit b26208141f
3 changed files with 12 additions and 10 deletions
+6 -4
View File
@@ -1,5 +1,5 @@
;sfall configuration settings
;v3.8.20
;v3.8.19.1
[Main]
;Change to 1 if you want to use command line args to tell sfall to use another ini file.
@@ -173,7 +173,7 @@ FastMoveFromContainer=0
;A key to press to open a debug game editor
;Set to 0 to disable, or a DX scancode otherwise
;Requires sfall debugging mode and FalloutClient.exe from the modders pack
;Requires sfall debugging mode to be enabled and FalloutClient.exe from the modders pack
DebugEditorKey=0
;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
@@ -682,6 +682,7 @@ Enable=0
;Fallout 2 Debug Patch
;Set to 1 to send debug output to the screen, 2 to a debug.log file, or 3 to both the screen and a debug.log file
;Does not require enabling sfall debugging mode
;While you don't need to create an environment variable, you do still need to set the appropriate lines in fallout2.cfg:
;-------
;[debug]
@@ -700,12 +701,12 @@ DebugMode=0
SkipCompatModeCheck=0
;Set to 1 to skip the executable file size check
;Does not require sfall debugging mode
;Does not require enabling sfall debugging mode
SkipSizeCheck=0
;If you're testing changes to the Fallout exe, you can override the CRC that sfall looks for here
;You can use several hex values, separated by commas
;Does not require sfall debugging mode
;Does not require enabling sfall debugging mode
;ExtraCRC=0x00000000,0x00000000
;Set to 1 to stop Fallout from deleting non read-only protos at startup
@@ -716,6 +717,7 @@ DontDeleteProtos=0
AllowUnsafeScripting=0
;Set to 1 to hide error messages in debug output when a null value is passed to the function as an object
;Does not require enabling sfall debugging mode
HideObjIsNullMsg=0
;Set to 1 to force critters to display combat float messages