isenchine
Empress
I don't see why this should not work anymore. Do you still have the feature 'Volcano' and can you add it in WorlBuilder?
Otherwise, in the CvRandomInterface.py, apart from adding the 2 functions def canTriggerVolcanoDormant1 and def applyVolcanoDormant1 that appear at the bottom of the file, you need to have these 3 lines added to the original function def applyVolcano1:
The rest is XML merge and art files.
EDIT: sorry Platy... I was writing when you posted...Would be interested to know what you did in addition though!
Otherwise, in the CvRandomInterface.py, apart from adding the 2 functions def canTriggerVolcanoDormant1 and def applyVolcanoDormant1 that appear at the bottom of the file, you need to have these 3 lines added to the original function def applyVolcano1:
Spoiler :
Code:
plot = gc.getMap().plot(kTriggeredData.iPlotX, kTriggeredData.iPlotY)
plot.setPlotType(PlotTypes.PLOT_LAND, True, True)
plot.setFeatureType(gc.getInfoTypeForString('FEATURE_VOLCANO'), 0)
The rest is XML merge and art files.
EDIT: sorry Platy... I was writing when you posted...Would be interested to know what you did in addition though!