.gitea
aitype
animscripts
civilian
civilian_combat.gsc
civilian_cover_arrival.gsc
civilian_cover_crouch.gsc
civilian_cover_left.gsc
civilian_cover_prone.gsc
civilian_cover_right.gsc
civilian_cover_stand.gsc
civilian_death.gsc
civilian_flashed.gsc
civilian_grenade_response.gsc
civilian_init.gsc
civilian_move.gsc
civilian_pain.gsc
civilian_reactions.gsc
civilian_scripted.gsc
civilian_stop.gsc
dog
hummer_turret
riotshield
saw
shark
traverse
animmode.gsc
animset.gsc
atv.gsc
battlechatter.gsc
battlechatter_ai.gsc
civilian.gsc
combat.gsc
combat_say.gsc
combat_utility.gsc
corner.gsc
cover_arrival.gsc
cover_behavior.gsc
cover_crouch.gsc
cover_left.gsc
cover_multi.gsc
cover_prone.gsc
cover_right.gsc
cover_stand.gsc
cover_swim_left.gsc
cover_swim_right.gsc
cover_swim_up.gsc
cover_wall.gsc
cqb.gsc
death.gsc
door.gsc
exit_node.gsc
face.gsc
first_frame.gsc
flashed.gsc
grenade_cower.gsc
grenade_return_throw.gsc
init.gsc
init_move_transitions.gsc
melee.gsc
move.gsc
notetracks.gsc
pain.gsc
reactions.gsc
run.gsc
scripted.gsc
setposemovement.gsc
shared.gsc
shoot_behavior.gsc
snowmobile.gsc
squadmanager.gsc
stop.gsc
swim.gsc
track.gsc
utility.gsc
walk.gsc
weaponlist.gsc
character
codescripts
common_scripts
destructible_scripts
maps
vehicle_scripts
xmodelalias
$default.gsc
LICENSE
8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
// IW6 GSC SOURCE
|
|
// Generated by https://github.com/xensik/gsc-tool
|
|
|
|
main()
|
|
{
|
|
animscripts\pain::main();
|
|
}
|