mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-12 23:54:26 +00:00
f829090864
Added support for custom client railgun colors in missionpack DLL. Removed sk_rail_color_* cvars from missionpack DLL. Added CS_HUDVARIANT configstring. Added code to set CS_HUDVARIANT configstring in game DLLs. |
||
---|---|---|
.. | ||
3zb2.dsp | ||
3zb2.dsw | ||
3zb2.mak | ||
3zb2_2008.sln | ||
3zb2_2008.vcproj | ||
bot.c | ||
bot.h | ||
bot_fire.c | ||
bot_func.c | ||
bot_za.c | ||
botstr.h | ||
g_chase.c | ||
g_cmds.c | ||
g_combat.c | ||
g_ctf.c | ||
g_ctf.h | ||
g_func.c | ||
g_items.c | ||
g_local.h | ||
g_main.c | ||
g_misc.c | ||
g_model.c | ||
g_monster.c | ||
g_mtrain.c | ||
g_newfnc.c | ||
g_phys.c | ||
g_save.c | ||
g_spawn.c | ||
g_svcmds.c | ||
g_target.c | ||
g_trigger.c | ||
g_turret.c | ||
g_utils.c | ||
g_weapon.c | ||
game.def | ||
game.h | ||
km_cvar.c | ||
km_cvar.h | ||
m_move.c | ||
m_player.h | ||
p_client.c | ||
p_hud.c | ||
p_menu.c | ||
p_menu.h | ||
p_trail.c | ||
p_view.c | ||
p_weapon.c | ||
pak.h | ||
q_shared.c | ||
q_shared.h | ||
readme.txt |
This is the source code to the 3ZB2 support DLL for KMQuake2. It supports the model_train, model_spawn, target_effect, and rotating func_train entities from the Lazarus mod, and also the func_plat2, func_door_secret2, and func_force_wall entities from the Ground Zero mission pack. Note this source code is under the original "Limited Program Source Code License" from id Software, NOT the GPL. It should not be mixed with GPLed code.