C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
34 stars 9 forks source link

Import units from Civ3 BIQ files #285

Open QuintillusCFC opened 2 years ago

QuintillusCFC commented 2 years ago

Now that we're importing the real unit prototypes, a logical next step is importing units that are pre-placed on the map, the UNIT units in a BIQ file.

This would add a new section to ImportCiv3.cs. Use Unit.cs in the BiqSections folder of the QueryCiv3 project as the source object. Note that there is a different Unit.cs in the SavSections part of that project that will be used for a subsequent improvement for SAV files.

Other notes:

For the time being I'm not adding this to Carthage, but I'm writing it up as a relatively near-term item for scenario support. Still, that could be quite some ways down the road as I think items such as buildings, technology, and tile improvements would add more value sooner.