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.04k stars 615 forks source link

Replace SP cvars with XCVAR method #1181

Open Razish opened 1 year ago

Razish commented 1 year ago

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

ensiform commented 1 year 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?