pnill / T4MP

T4MP (Turok 4 Multiplayer) is an modification to bring online play to Turok 4 Evolution for PC it's currently not any where near being actually useable for competitive or serious gameplay but it's getting there.
GNU Affero General Public License v3.0
16 stars 2 forks source link

Game will crash when Picking up powerups #4

Closed pnill closed 6 years ago

pnill commented 6 years ago

If the remote player picks a powerup up (Boots for instance) the game will crash, this will most likely require some hook to fix as I assume it's related to not being able to display data to the screen.

Debugging from here should help figure out how to push these over the network though.

pnill commented 6 years ago

I've hooked jump boots OSD display and made it only display for the local player, the speed increase,health regen, damage increase and empathy plate still need to be dealt with.

The helmet will cause a crash even when playing as the host, not sure what the cause of this is yet.