rfg-modding / Nanoforge

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

Load map data from project files on demand #128

Open Moneyl opened 1 year ago

Moneyl commented 1 year ago

This eventually could be used to store CVar data. This allow complex data types to be used in CVars without needing to manually implement save/load for each type like the C++ implementation.