Mod icon

mQuake 1.01

For anyone wondering, this mod doesn't work with CoopDX 1.3.2 and probably won't work until the mod is updated. CoopDX 1.3.1 works fine though.
 
fixed version available here: https://files.catbox.moe/ry8r2a.zip

if anyone is wondering, the only thing needed to fix was "vec3f_project" function definition was changed slightly, to accept an extra parameter at the start.

the old function had 2 options
vec3f_project(vec, onto) -- this is the one mquake used
vec3f_project(vec, onto, dest)

the new version only has this
vec3f_project(dest, vec, onto)
 

Users who are viewing this thread