ensiform / OpenSoF2MP

Getting Soldier of Fortune 2 Multiplayer to work by using a heavily modified JK engine
http://omgwtflol.rivercrew.net
GNU General Public License v2.0
4 stars 0 forks source link

Get the UI fixed #3

Open ensiform opened 7 years ago

ensiform commented 7 years ago

Currently seems like the QVM handling is borking the syscalls or args somehow.

Generally all text appears to render at 0,0 and other syscalls appear to be wrong.

The VM allocation stuff may also be slightly broken/unfixable?

ensiform commented 7 years ago

Seems ioq3's Q_VMftol is necessary rather than passing just Q_ftol (specifically the sse version since we only support sse)

Going to need to figure out how to hook this code up through CMake to work across platforms.