JACoders / OpenJK

Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
GNU General Public License v2.0
2.01k stars 614 forks source link

Replace SP cvars with XCVAR method #1181

Open Razish opened 11 months ago

Razish commented 11 months ago

See codemp/game/g_xcvar.h. We should do the same for code/ and codeJK2/.

ensiform commented 11 months ago

SP uses real cvars mostly instead of vmcvars.

I would like to see refactor the cgame code to not use any of the legacy vmmachine half assed stuff anymore imo.

Maybe even turn the UI into a separate module for SP for UI mods?