Recent content by BloodNik

  1. B

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    Where i can read about HookCalls is there some documentation about sfall source code? I mean when i can and cannot use them? For example tried to replace _credits func, wrote a func with __asm and hook it like this - HookCalls(myHookFunc, {addrOfCreditsFunc}). It is always a crash on the certain...
  2. B

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    Ok. Thx for answer. But can you tell me why is that? Compiler adds some random bytes or what? How it works?
  3. B

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    I didnt know about that. Interesting. So if im not changing anything in the source and if its succesfully compiles, i will have an equal file to released version of sfall from github, right?
  4. B

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    Hi to everyone. Can someone clear to me one thing? When i compile sfall from source via Visual Studio 2022 the hash sum of compiled dll not equal to hash sum of latest released version on github. Why? Any suggestions?
Back
Top