sfall-team / sfall

sfall - Engine modifications for Fallout 2
https://sfall-team.github.io/sfall/
GNU General Public License v3.0
348 stars 41 forks source link

Fallout 1 worldmap sfx implementation #434

Closed ghost2238 closed 2 years ago

ghost2238 commented 2 years ago

Implements #373 Also added obj_drop call definition.

NovaRain commented 2 years ago

I think they should be unhooked from Fallout1Behavior option, maybe work as a simple addition, like the sfx for location label buttons. Haven't test them yet, but it seems the "mov eax, addr; jmp eax" can be changed to rely on call/retn instead of all-jmp style.

ghost2238 commented 2 years ago

I think they should be unhooked from Fallout1Behavior option, maybe work as a simple addition, like the sfx for location label buttons.

Changed it.

Haven't test them yet, but it seems the "mov eax, addr; jmp eax" can be changed to rely on call/retn instead of all-jmp style.

Possibly, don't have time to test right now, but feel free to check.