atsb / Doom64EX-Plus

An improved modern version of Doom64EX.
GNU General Public License v2.0
102 stars 17 forks source link

64bit clean #2

Closed atsb closed 1 year ago

atsb commented 1 year ago

Certain parts of the code aren't 64bit clean and will causes issues with tag activations and level warping/exiting if compiled as a 64bit binary. I've done a lot of fixing for this, but there is still much to do.

atsb commented 1 year ago

Level warping is now ok. However, on 64bit executables, shooting secrets like on MAP22 do not function. No idea why, I've gone over that code countless times, but the game is indeed playable. Once these issues are worked out, I'll start providing x64 builds too.

bfg01 commented 1 year ago

Does this mean that, on Linux x64, I will never be able to get all secrets in MAP22 because of this ever-existing bug?

atsb commented 1 year ago

Correct. I haven’t found out why the macro isn’t executed on 64bit…. Yet

atsb commented 1 year ago

You can of course use idclip to get it

atsb commented 1 year ago

This is done