Animgrp.dat

From GTAMods Wiki
Revision as of 09:19, 27 October 2010 by Bnb (talk | contribs) (Created page with '==Overview== <code>animgrp.dat</code> is a file which contains the SA walk styles. ==Structure== <source lang="scm"> # This is a comment man, ped, walkcycle, …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

animgrp.dat is a file which contains the SA walk styles.

Structure

 
# This is a comment
man, ped, walkcycle, 6
	walk_civi 
	run_civi
	sprint_panic
	idle_stance
	roadcross
	walk_start
end

man Is the walkstyle name.
ped Is the IPF file.
walkcycle Is the animations type.
6 Is the number of animations. (usually 6)
walk_civi run_civi sprint_panic idle_stance roadcross walk_start Are the animations.

Walkstyles

"man"
"shuffle"
"oldman"
"gang1"
"gang2"
"oldfatman"
"fatman"
"jogger"
"drunkman"
"blindman"
"swat"
"woman"
"shopping"
"busywoman"
"sexywoman"
"pro"
"oldwoman"
"fatwoman"
"jogwoman"
"oldfatwoman"
"skate" (unused)

See Also