Added a new value to AllowUnsafeScripting

* for disabling the memory address check in unsafe functions (#288)
This commit is contained in:
NovaRain
2020-03-17 13:26:02 +08:00
parent 288a8fedfd
commit accdeae6ad
4 changed files with 19 additions and 1 deletions
+1
View File
@@ -812,6 +812,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