rfg-modding / Nanoforge

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

Verify that new maps are importable and editable #129

Closed Moneyl closed 7 months ago

Moneyl commented 1 year ago

The C++ version of NF has problems opening new MP maps with custom names. This must be fixed for v1.0.0 of the rewrite. Part of the issue was that the old NF used a pregenerated texture index which didn't have the new vpps. That is fixed in the rewrite since it generates the index on demand.

Things to check on new maps in the terraform patch such as mp_junkyard.vpp_pc, 1.vpp_pc, etc:

Moneyl commented 7 months ago

Merged with #96