ScottWashburn wrote: ↑Wed Nov 06, 2019 2:21 am
I was playing the other day as the Necrons and I couldn't figure out how to build their fortification unit. I researched it and the description said that cities could build it, but I saw nothing on the city menu that allowed me to build it. What am I missing?
Well, I searched through all the necrons buildings and I can't find the Gauss Pylon in any building. However, if you are familiar with xml modding you can add the units yourself to infantry building for example.
Go into Data\World\Buildings\Necrons\Infantry.xml (make a backup of the file in case something goes bad).
<produceUnit unit="Necrons/Warrior"/>
<produceUnit unit="Necrons/Immortal" requiredUpgrade="Necrons/Immortal"/>
<produceUnit unit="Necrons/CanoptekSpyder" requiredUpgrade="Necrons/CanoptekSpyder"/>
<produceUnit unit="Necrons/HeavyDestroyer" requiredUpgrade="Necrons/HeavyDestroyer"/>
<produceUnit unit="Necrons/TriarchPraetorian" requiredUpgrade="Necrons/TriarchPraetorian"/>
<produceUnit unit="Necrons/TranscendentCtan" requiredUpgrade="Necrons/TranscendentCtan"/>
Just add <produceUnit unit="Necrons/GaussPylon" requiredUpgrade="Necrons/GaussPylon"/> below the Transcendent C'tan.
Maybe it's a bug, or maybe we don't know how to build the GaussPylon. I might test this and try to produce it to see if we aren't missing something before calling it a bug or something.