TalonBraveInfo / OpenHoW

Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
http://talonbrave.info
GNU General Public License v3.0
166 stars 13 forks source link

Convert models (VTX, FAC, NO2) to OBJ format during extraction #72

Closed hogsy closed 5 years ago

hogsy commented 5 years ago

Allows us to use actual texture names rather than depending on an index and also moves towards making modifying everything more user-friendly.

hogsy commented 5 years ago

I'm flip flopping around on this, hence why it's sat here for a little bit. I'm less and less keen on even bothering to do this. We could introduce a utility if it's really necessary to convert between OBJ to FAC/VTX/NO2 or vice-versa.

I am also going back to considering merging it together into one format or alternatively, extending the FAC format to utilise strings for textures rather than indices.

Need thoughts though...

hogsy commented 5 years ago

Closing this, instead at least for now we're adding a string table to the end of the FAC file.