mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-15 00:41:21 +00:00
9481c7c513
Changed Zaero and 3ZB2 game DLLs to use WORLD_SIZE for various calculations instead of 8192. Cleaned up string handling in 3ZB2 game DLL. Added func_plat2, func_door_secret2, and func_force_wall from Rogue to 3ZB2 game DLL. Added alternate attack contact explode for grenade launcher in 3ZB2 game DLL. Added awakening2 game DLL source. |
||
---|---|---|
.. | ||
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 | ||
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, and rotating func_train entities from the Lazarus mod, and also the func_plat2 and func_door_secret2 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.