mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Removed unnecessary selfrun file creation
* autoplay was disabled in 3.8.30 (commit 6c2eb479)
Updated version number.
This commit is contained in:
@@ -1013,7 +1013,12 @@ void MiscPatches::init() {
|
||||
|
||||
BlockCall(0x4425E6); // Patch out ereg call
|
||||
|
||||
SafeWrite8(0x4810AB, CodeType::JumpShort); // Disable selfrun
|
||||
SafeWrite8(0x4810AB, CodeType::JumpShort); // Disable selfrun autoplay
|
||||
// Disable selfrun file creation
|
||||
BlockCall(0x4A8DB5); // block selfrun_save_data_ (selfrun_prep_recording_)
|
||||
SafeWrite32(0x4A8DBA, 0x9090C031); // xor eax, eax
|
||||
BlockCall(0x4A8E10); // block vcr_record_ (selfrun_recording_loop_)
|
||||
BlockCall(0x4A8E15); // just nop code
|
||||
|
||||
SimplePatch<DWORD>(0x440C2A, "Misc", "SpecialDeathGVAR", fo::GVAR_MODOC_SHITTY_DEATH);
|
||||
|
||||
|
||||
+2
-2
@@ -25,6 +25,6 @@
|
||||
#define VERSION_MAJOR 3
|
||||
#define VERSION_MINOR 8
|
||||
#define VERSION_BUILD 45
|
||||
#define VERSION_REV 0
|
||||
#define VERSION_REV 1
|
||||
|
||||
#define VERSION_STRING "3.8.45"
|
||||
#define VERSION_STRING "3.8.45.1"
|
||||
|
||||
Reference in New Issue
Block a user