How do i create a custom building class CIV V

NotGeorge

Chieftain
Joined
Aug 25, 2018
Messages
1
i am currently creating a civ.

i want to give a unique building a custom class but when i change this:

<BuildingClass>BUILDINGCLASS_WALLS</BuildingClass>

to this:

<BuildingClass>BUILDINGCLASS_ATMOS_RING</BuildingClass>

the game crashes when i click play

this is the most important part.


another thing would be for another unique building (meson_cannon) that can be built, but it requires the atmos_Ring to be built.

for some info on what im building: ace combat x
 
You have to actually create the BuildingClass, it's its own table. You can find the template in CIV5BuildingClasses.xml.
 
Back
Top Bottom