Added a new value to AllowUnsafeScripting

* for disabling the memory address check in write_xxx unsafe functions.
This commit is contained in:
NovaRain
2020-03-17 13:39:05 +08:00
parent 0ba3b62eff
commit aab04764ae
3 changed files with 17 additions and 1 deletions
+1
View File
@@ -770,6 +770,7 @@ SkipSizeCheck=0
DontDeleteProtos=0
;Set to 1 to give scripts direct access to Fallout's address space, and to make arbitrary calls into Fallout's code
;Set to 2 to also disable the memory address check in unsafe script functions
;Does not require sfall debugging mode
AllowUnsafeScripting=0