Skip to content

Commit ecdf50c

Browse files
committed
Upgraded AI Response System to Alien Swarm + Mapbase combo
-Fixed CBaseMultiplayerPlayer leaking expressers
1 parent 888c1e8 commit ecdf50c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+8343
-3827
lines changed

game/spp_shared/content/hl2epX_extra/scripts/talker/player/humans.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -480,13 +480,13 @@ rule PlayerCitizenStartCombatTurretCeiling
480480

481481
response PlayerResponseFollow
482482
{
483-
scene "scenes/npc/$gender01/squad_away03.vcd" weight 4
484-
scene "scenes/npc/$gender01/squad_follow02.vcd"
485-
scene "scenes/npc/$gender01/squad_follow03.vcd"
486-
scene "scenes/npc/$gender01/squad_away01.vcd" weight 3
487-
scene "scenes/npc/$gender01/squad_away02.vcd"
483+
scene "scenes/npc/$gender01/squad_away03.vcd" weight 4 then any TLK_PLAYER_LEAD foo:0 0.5
484+
scene "scenes/npc/$gender01/squad_follow02.vcd" then any TLK_PLAYER_LEAD foo:0 0.5
485+
scene "scenes/npc/$gender01/squad_follow03.vcd" then any TLK_PLAYER_LEAD foo:0 0.5
486+
scene "scenes/npc/$gender01/squad_away01.vcd" weight 3 then any TLK_PLAYER_LEAD foo:0 0.5
487+
scene "scenes/npc/$gender01/squad_away02.vcd" then any TLK_PLAYER_LEAD foo:0 0.5
488488
//Trav|Edt - add more Follow scenes
489-
scene "scenes/npc/$gender01/overhere01.vcd"
489+
scene "scenes/npc/$gender01/overhere01.vcd" then any TLK_PLAYER_LEAD foo:0 0.5
490490
}
491491

492492
rule PlayerFollow

src/game/client/client_base.vpc

+1-2
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,6 @@ $Project
672672
"$SRCDIR\public\dt_utlvector_recv.cpp" \
673673
"$SRCDIR\public\filesystem_helpers.cpp" \
674674
"$SRCDIR\public\interpolatortypes.cpp" \
675-
"$SRCDIR\game\shared\interval.cpp" \
676675
"$SRCDIR\common\language.cpp" \
677676
"$SRCDIR\public\networkvar.cpp" \
678677
"$SRCDIR\common\randoverride.cpp" \
@@ -1245,6 +1244,7 @@ $Project
12451244
$File "$SRCDIR\public\vgui_controls\WizardSubPanel.h"
12461245
$File "$SRCDIR\public\worldsize.h"
12471246
$File "$SRCDIR\public\zip_uncompressed.h"
1247+
$File "$SRCDIR\public\tier1\interval.h"
12481248
//Haptics
12491249
$File "$SRCDIR\public\haptics\ihaptics.h" [$WIN32]
12501250
$File "$SRCDIR\public\haptics\haptic_utils.h" [$WIN32]
@@ -1301,7 +1301,6 @@ $Project
13011301
$File "$SRCDIR\game\shared\igamesystem.h"
13021302
$File "$SRCDIR\game\shared\imovehelper.h"
13031303
$File "$SRCDIR\game\shared\in_buttons.h"
1304-
$File "$SRCDIR\game\shared\interval.h"
13051304
$File "$SRCDIR\game\shared\iplayeranimstate.h"
13061305
$File "$SRCDIR\game\shared\ipredictionsystem.h"
13071306
$File "$SRCDIR\game\shared\itempents.h"

0 commit comments

Comments
 (0)