Lots of changes
- Menus now have all of the Kart cvars - Removed any cvars that aren't useful for Kart from the menu (they still exist in the console, though) - Removed SP and NiGHTS Mode options from the main menu - "kartcc" is renamed "kartspeed", uses values 0-2 instead of multiples of 50, or the terms "Relaxed", "Standard", and "Turbo" - Many gametype options (game speed, frantic, mirror, & karma comeback) are now changed on map load instead of instantly - New cvar, "kartminimap", for disabling the minimap - The maxplayers cvar now actually matches up with our 16 player limit - Game now keeps track of matches played. Has a condition type associated with it, as well. - Game checks for unlocks and saves gamedata when finishing a match, even in MP - Removed most of the normal emblems, added a single emblem for Green Hills. Didn't know what to do with extra emblems and such so I just left them (FOR NOW c:<)
Showing
- src/command.c 2 additions, 2 deletionssrc/command.c
- src/command.h 1 addition, 1 deletionsrc/command.h
- src/d_clisrv.c 1 addition, 1 deletionsrc/d_clisrv.c
- src/d_netcmd.c 5 additions, 4 deletionssrc/d_netcmd.c
- src/d_netcmd.h 2 additions, 1 deletionsrc/d_netcmd.h
- src/dehacked.c 6 additions, 5 deletionssrc/dehacked.c
- src/doomstat.h 7 additions, 0 deletionssrc/doomstat.h
- src/g_game.c 13 additions, 3 deletionssrc/g_game.c
- src/k_kart.c 32 additions, 34 deletionssrc/k_kart.c
- src/k_kart.h 0 additions, 1 deletionsrc/k_kart.h
- src/lua_baselib.c 0 additions, 8 deletionssrc/lua_baselib.c
- src/m_cond.c 8 additions, 529 deletionssrc/m_cond.c
- src/m_cond.h 1 addition, 0 deletionssrc/m_cond.h
- src/m_menu.c 78 additions, 76 deletionssrc/m_menu.c
- src/p_inter.c 1 addition, 1 deletionsrc/p_inter.c
- src/p_mobj.c 5 additions, 9 deletionssrc/p_mobj.c
- src/p_setup.c 11 additions, 0 deletionssrc/p_setup.c
- src/p_user.c 16 additions, 2 deletionssrc/p_user.c
Loading
Please register or sign in to comment