Added AlwaysFindScripts option to [Debugging].

Added log message for InjectAllGameHooks.
This commit is contained in:
NovaRain
2018-12-16 09:04:30 +08:00
parent f33f356b7a
commit ecae724411
6 changed files with 19 additions and 9 deletions
+3
View File
@@ -703,6 +703,9 @@ DontDeleteProtos=0
;Set to 1 to give scripts direct access to Fallout's address space, and to make arbitrary calls into Fallout's code
AllowUnsafeScripting=0
;Set to 1 to force sfall to search for global scripts every time the game loads rather than only once on the first game start
AlwaysFindScripts=0
;Set to 1 to force sfall to inject all hooks code into the game, even if corresponding hook scripts don't exist
InjectAllGameHooks=0