May 20 at 3:36 PM
And who would know, call_offset_xxx can call the function directly from fallout with offset as a parameter. So call_offset_v0(0x42E3E4) runs the "critter_sneak_clear_" function and, lo and behold, the thing finally works.
For now, I have no idea if that function receives or...
To eliminate all the aggravating factors, I reinstalled the vanilla version of the game, downloaded the latest "official" sfall 4.4.3.1 (and also some older versions) from the sfall team git hub and pasted it into the game directory. I set up ddraw.ini and then pasted my script into the...
Sadly, it still doesn't work. The script is definitely running because everything else works as it should (HOOK_COMBATDAMAGE, HOOK_COMBATTURN, HOOK_SNEAK) and the debug messages confirm that button 1 is pressed, however, sneaking does not turn off. I'm running the latest version of 5.x sfall on...
As per the title, is it possible and if it is, how to achive that?
A seemingly simple task for which I could not find a solution even after a week of digging through all available scripts. Tap_key(DIK_ESCAPE) (should be 1, right?) , doesn't work on my Fallout instalation.
I'm sure there's a...