• Our friends from AlphaCentauri2.info are in need of technical assistance. If you have experience with the LAMP stack and some hours to spare, please help them out and post here.

How to delete Tech or Era ?

Jekhar

Chieftain
Joined
Jun 22, 2012
Messages
3
Hello everybody,
Everything is in the title, I am creating a mod for limiting the progression.
For CIV5; these types of control (below) functioned well...but not for CIV6...why ? :

<Technology>
<Update>
<Where Era = "ERA_INFORMATION" />
<Set Disable = "1" />
</ Update>
<Update>
<Where Type = "TECH_ROBOTICS" />
<Set Disable = "1" />
</ Update>

I can position the "future tech" where I want with the right prereqTech, remove the units, but not delete the technologies ...There is always the solution to increase the cost of technology but I prefer to remove them.

Any ideas?
 
"limiting the progression."
What you mean by that. you wanna make the era longer? or end the game at a certain era?

Just note messing with the tree the columns is determined by the cost and prereq
 
I meant to finish the game in a certain era

I am not sure how you can do that because the Sci VC needs the end of the tree.

so you want it to end with no VC on or just turns. ending in say the industrial era?
 
so I am not sure if this will work with eras.

But you can try this:

Open the Tech file under
C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization VI\Base\Assets\Gameplay\Data


Use notpad ++ and use <Delete

<Delete TechnologyType = " "/>

Pick all techs after the era you want

Re do the pre req for the future tech.
 
Back
Top Bottom