Skip to content

thelink2012/ifpconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

IFP Converter

This Maxscript for 3DS Max converts an IFP file (GTA III era animation container) into a serie of other files each containing one animation.

Since this is an simple script that automates some human hard work, it relies on Kam's Max Scripts to do the GTA related I/O.

Supports converting to any file format that 3DS Max support for animations such as .fbx.

Usage

  1. Install Kam's Max Scripts plugin for 3DS Max (see it's own install instructions in Must_Read.txt).
  2. Go to the 3DS Max utilities panel and press the IFP IO button added by Kam's Max Scripts.
  3. Click Load IFP and select the .ifp file you wish to convert.
  4. Click Import DFF on the animation panel and select a rigged .dff file.
  5. Select the entire model/skin/bones.
  6. At the topbar of 3DS Max select MAXScript -> Run Script and select ifpconvert.ms.
  7. Choose a base filename to output the animations to (the filename extension is important to detect format to convert into) .
  8. ???
  9. Profit.

Notes

  • player.dff doesn't seem to work as a base dff as it has no skinned mesh in it.
  • Due to gta peds having it's center position at [0,0,0] rather than it's foot position, the script automatically makes the ped foot position be at [0,0,0] since most modern application requires a foot-based-root for animations.

About

Convert IFP animation containers into any other 3d file format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published