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
 
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.
 
Top Bottom