OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods Beta Testing => Topic started by: penguinman on 18 Mar 2005, 01:14:04
-
Hey,
what are the names for the BIS animations in the folder,
for some reason its in czech
and im not talking about the names wher u go
man1 playmove"crouch"
i mean the actual animation names in the Anim folder if u dpbo it
thanks
-
Grab BIS's commented config files from the Breath site, or from here on ofpec. Locate the file named "cfgMoves.hpp" and open it up. Inside of it, all the default animations are configured. Just do a search for the classname of the animation you want (eg: "class crouch"), and it will bring you to the config for that animation. Then just find the line that says "file=blah.rtm", and it will tell you the name of the .rtm file used in that class.