If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

CloneCommando FS

From SWRC Wiki
Jump to navigation Jump to search
//=============================================================================
// CloneCommando_FS.
//=============================================================================
class CloneCommando_FS extends FootstepInfo;


defaultproperties
{
     FootstepSounds(0)=(Footsteps)
     FootstepSounds(1)=(Footsteps,WalkType=WalkT_RunForward)
     FootstepSounds(2)=(Footsteps,WalkType=WalkT_Scuff)
     FootstepSounds(3)=(Footsteps,WalkType=WalkT_Slide)
     FootstepSounds(4)=(Footsteps,WalkType=WalkT_JumpUp)
     FootstepSounds(5)=(Footsteps,WalkType=WalkT_JumpDown)
     FootstepSounds(6)=(Footsteps,WalkType=WalkT_BFPrimary)
     FootstepSounds(7)=(Footsteps,WalkType=WalkT_BFSecondary)
}