Skip to content

Commit dcfe240

Browse files
committed
Add support for Noita "Build Apr 8 2024 18:07:16"
1 parent 4e79c08 commit dcfe240

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

files/modification.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,16 @@ function Modification.SetMemoryOptions(memory)
238238
mPlayerNeverDies = function(value) ffi.cast("char*", 0x0131D89C+6)[0] = value end,
239239
mFreezeAI = function(value) ffi.cast("char*", 0x0131D89C+7)[0] = value end,
240240
},
241+
{_Offset = 0x0118718C, _BuildString = "Build Apr 8 2024 18:07:16", -- Steam dev build.
242+
mPostFxDisabled = function(value) ffi.cast("char*", 0x0131D8DC+0)[0] = value end,
243+
mGuiDisabled = function(value) ffi.cast("char*", 0x0131D8DC+1)[0] = value end,
244+
mGuiHalfSize = function(value) ffi.cast("char*", 0x0131D8DC+2)[0] = value end,
245+
mFogOfWarOpenEverywhere = function(value) ffi.cast("char*", 0x0131D8DC+3)[0] = value end,
246+
mTrailerMode = function(value) ffi.cast("char*", 0x0131D8DC+4)[0] = value end,
247+
mDayTimeRotationPause = function(value) ffi.cast("char*", 0x0131D8DC+5)[0] = value end,
248+
mPlayerNeverDies = function(value) ffi.cast("char*", 0x0131D8DC+6)[0] = value end,
249+
mFreezeAI = function(value) ffi.cast("char*", 0x0131D8DC+7)[0] = value end,
250+
},
241251
},
242252
},
243253
[false] = {

0 commit comments

Comments
 (0)