Skip to content

Commit

Permalink
Upgraded AI Response System to Alien Swarm + Mapbase combo
Browse files Browse the repository at this point in the history
-Fixed CBaseMultiplayerPlayer leaking expressers
  • Loading branch information
Petercov committed Oct 6, 2019
1 parent 888c1e8 commit ecdf50c
Show file tree
Hide file tree
Showing 60 changed files with 8,343 additions and 3,827 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,13 +480,13 @@ rule PlayerCitizenStartCombatTurretCeiling

response PlayerResponseFollow
{
scene "scenes/npc/$gender01/squad_away03.vcd" weight 4
scene "scenes/npc/$gender01/squad_follow02.vcd"
scene "scenes/npc/$gender01/squad_follow03.vcd"
scene "scenes/npc/$gender01/squad_away01.vcd" weight 3
scene "scenes/npc/$gender01/squad_away02.vcd"
scene "scenes/npc/$gender01/squad_away03.vcd" weight 4 then any TLK_PLAYER_LEAD foo:0 0.5
scene "scenes/npc/$gender01/squad_follow02.vcd" then any TLK_PLAYER_LEAD foo:0 0.5
scene "scenes/npc/$gender01/squad_follow03.vcd" then any TLK_PLAYER_LEAD foo:0 0.5
scene "scenes/npc/$gender01/squad_away01.vcd" weight 3 then any TLK_PLAYER_LEAD foo:0 0.5
scene "scenes/npc/$gender01/squad_away02.vcd" then any TLK_PLAYER_LEAD foo:0 0.5
//Trav|Edt - add more Follow scenes
scene "scenes/npc/$gender01/overhere01.vcd"
scene "scenes/npc/$gender01/overhere01.vcd" then any TLK_PLAYER_LEAD foo:0 0.5
}

rule PlayerFollow
Expand Down
3 changes: 1 addition & 2 deletions src/game/client/client_base.vpc
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,6 @@ $Project
"$SRCDIR\public\dt_utlvector_recv.cpp" \
"$SRCDIR\public\filesystem_helpers.cpp" \
"$SRCDIR\public\interpolatortypes.cpp" \
"$SRCDIR\game\shared\interval.cpp" \
"$SRCDIR\common\language.cpp" \
"$SRCDIR\public\networkvar.cpp" \
"$SRCDIR\common\randoverride.cpp" \
Expand Down Expand Up @@ -1245,6 +1244,7 @@ $Project
$File "$SRCDIR\public\vgui_controls\WizardSubPanel.h"
$File "$SRCDIR\public\worldsize.h"
$File "$SRCDIR\public\zip_uncompressed.h"
$File "$SRCDIR\public\tier1\interval.h"
//Haptics
$File "$SRCDIR\public\haptics\ihaptics.h" [$WIN32]
$File "$SRCDIR\public\haptics\haptic_utils.h" [$WIN32]
Expand Down Expand Up @@ -1301,7 +1301,6 @@ $Project
$File "$SRCDIR\game\shared\igamesystem.h"
$File "$SRCDIR\game\shared\imovehelper.h"
$File "$SRCDIR\game\shared\in_buttons.h"
$File "$SRCDIR\game\shared\interval.h"
$File "$SRCDIR\game\shared\iplayeranimstate.h"
$File "$SRCDIR\game\shared\ipredictionsystem.h"
$File "$SRCDIR\game\shared\itempents.h"
Expand Down
Loading

0 comments on commit ecdf50c

Please sign in to comment.