- Added early Rewolf Health/Armor HUD variants - Added original scoreboard from the early Half-Life versions for valve/scihunt/rewolf - Fixed some skybox behaviour to only apply to BSP30 - Changed the env_message and game_text display to use "creditsfont" instead of the conchars - Tweaked damage radius and prediction for some entities and weapons - Added world_items - Added item_healthkit - Added item_battery - Fixed level transition logic - impulse 101 now fills up health and armor/suit in mod valve - Some tweaks to Damage_Apply so that healing can be performed without funky visuals - Added stub monsters for valve/rewolf that'll soon support scripted sequences - Tweaked chat system to get rid of quotation marks around messages - Added support for changing the window caption to reflect the mod you're playing - Lots of small little things in terms of cleanup
75 lines
1.2 KiB
Text
Executable file
75 lines
1.2 KiB
Text
Executable file
#pragma target fte
|
|
#pragma progs_dat "../../rewolf/data.pk3dir/csprogs.dat"
|
|
|
|
#define CSQC
|
|
#define VALVE
|
|
#define REWOLF
|
|
|
|
#includelist
|
|
../builtins.h
|
|
../defs.h
|
|
../math.h
|
|
../materials.h
|
|
../events.h
|
|
../entities.h
|
|
valve/defs.h
|
|
defs.h
|
|
vgui.h
|
|
|
|
util.c
|
|
rewolf/init.c
|
|
|
|
../gs-entbase/client.src
|
|
|
|
rewolf/decore.cpp
|
|
|
|
sound.c
|
|
text.c
|
|
voice.c
|
|
|
|
../shared/valve/animations.c
|
|
../shared/valve/player.cpp
|
|
player.c
|
|
../shared/pmove.c
|
|
predict.c
|
|
../shared/decals.c
|
|
../shared/effects.c
|
|
../shared/spraylogo.cpp
|
|
|
|
../shared/valve/items.h
|
|
../shared/valve/crosshair.h
|
|
../shared/valve/weapons.h
|
|
../shared/valve/w_crowbar.c
|
|
../shared/valve/w_glock.c
|
|
../shared/valve/w_python.c
|
|
../shared/valve/w_mp5.c
|
|
../shared/valve/w_crossbow.c
|
|
../shared/valve/w_shotgun.c
|
|
../shared/valve/w_rpg.c
|
|
../shared/valve/w_gauss.c
|
|
../shared/valve/w_egon.c
|
|
../shared/valve/w_hornetgun.c
|
|
../shared/valve/w_handgrenade.c
|
|
../shared/valve/w_tripmine.c
|
|
../shared/valve/w_satchel.c
|
|
../shared/valve/w_snark.c
|
|
../shared/valve/weapons.c
|
|
../shared/valve/weapon_common.c
|
|
|
|
valve/player.c
|
|
entities.c
|
|
|
|
valve/cmds.c
|
|
valve/game_event.c
|
|
events.c
|
|
valve/view.c
|
|
view.c
|
|
damage.c
|
|
chat.c
|
|
rewolf/hud.c
|
|
valve/hud_weaponselect.c
|
|
valve/scoreboard.c
|
|
|
|
valve/input.c
|
|
entry.c
|
|
#endlist
|