rfg-modding / Nanoforge

A modding tool for Red Faction Guerilla Re-Mars-Tered
MIT License
31 stars 3 forks source link

Removing invisible walls #87

Open CamoRF opened 1 year ago

CamoRF commented 1 year ago
CamoRF commented 1 year ago

I suspect they're a box collider defined in the havok blocks. I also suspect that the terrain meshes we use so far aren't used for collision and instead there's a version of them in the havok data block for collision. haven't confirmed but it'd make sense to have all your collision data in a format that havok can easily load and use vs having to convert the render mesh at runtime. would also fit the games approach to designing the formats that are ready to use with very little parsing or conversion.