panik4 / RandomParadox

A C++ random scenario and worldmap generator for Paradox Interactive Games, also useable as a maptool for total conversions
GNU General Public License v3.0
30 stars 2 forks source link

Missing files make the project impossible to build. #6

Open Nakou opened 10 months ago

Nakou commented 10 months ago

It's impossible to build the cpp project localy since we're missing the "FastWorldGenerator.h" (and i imagine other parts of the World Generator project you mentioned in your readme). The file "RandNum/RandNum.h" is also missing.

Maybe you can provide the project a skeleton version of the Fast World Generator that would allow the project to build, with limited feature (or just no feature at all, leaving the world generation to user, as we use the tool to only make provinces/scenarios).