mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-12-05 18:57:49 +00:00
Incomplete SP dump provided by Louvenarde
This commit is contained in:
36
maps/_patrol_anims.gsc
Normal file
36
maps/_patrol_anims.gsc
Normal file
@@ -0,0 +1,36 @@
|
||||
main()
|
||||
{
|
||||
humans();
|
||||
dogs();
|
||||
}
|
||||
|
||||
#using_animtree( "generic_human" );
|
||||
humans()
|
||||
{
|
||||
level._scr_anim[ "generic" ][ "patrol_walk" ] = %patrol_bored_patrolwalk;
|
||||
level._scr_anim[ "generic" ][ "patrol_walk_twitch" ] = %patrol_bored_patrolwalk_twitch;
|
||||
level._scr_anim[ "generic" ][ "patrol_stop" ] = %patrol_bored_walk_2_bored;
|
||||
level._scr_anim[ "generic" ][ "patrol_start" ] = %patrol_bored_2_walk;
|
||||
level._scr_anim[ "generic" ][ "patrol_turn180" ] = %patrol_bored_2_walk_180turn;
|
||||
level._scr_anim[ "generic" ][ "patrol_radio_in_clear" ] = %patrolwalk_cold_gunup_transition;
|
||||
|
||||
|
||||
level._scr_anim[ "generic" ][ "patrol_idle_1" ] = %patrol_bored_idle;
|
||||
level._scr_anim[ "generic" ][ "patrol_idle_2" ] = %patrol_bored_idle_smoke;
|
||||
level._scr_anim[ "generic" ][ "patrol_idle_3" ] = %patrol_bored_idle_cellphone;
|
||||
level._scr_anim[ "generic" ][ "patrol_idle_4" ] = %patrol_bored_twitch_bug;
|
||||
level._scr_anim[ "generic" ][ "patrol_idle_5" ] = %patrol_bored_twitch_checkphone;
|
||||
level._scr_anim[ "generic" ][ "patrol_idle_6" ] = %patrol_bored_twitch_stretch;
|
||||
|
||||
level._scr_anim[ "generic" ][ "patrol_idle_smoke" ] = %patrol_bored_idle_smoke;
|
||||
level._scr_anim[ "generic" ][ "patrol_idle_checkphone" ] = %patrol_bored_twitch_checkphone;
|
||||
level._scr_anim[ "generic" ][ "patrol_idle_stretch" ] = %patrol_bored_twitch_stretch;
|
||||
level._scr_anim[ "generic" ][ "patrol_idle_phone" ] = %patrol_bored_idle_cellphone;
|
||||
}
|
||||
|
||||
#using_animtree( "dog" );
|
||||
dogs()
|
||||
{
|
||||
level._scr_anim[ "generic" ][ "patrol_dog_stop" ] = %german_shepherd_run_stop;
|
||||
level._scr_anim[ "generic" ][ "patrol_dog_start" ] = %german_shepherd_run_start;
|
||||
}
|
||||
Reference in New Issue
Block a user