vasari phase gate

I gave the vasari phasegate to the tec, but it's not working..I can build it but it does nothing...if I build a phase gate on planet 1 and on planet 3, and I want to jump from 1 to 3, my ships still go through planet 2...is there another file that I have to modify ?

4,767 views 5 replies
Reply #1 Top

You need to add the appropriate research.

Reply #2 Top

I modified the file so I don't have to research it "NumResearchPrerequisites 0"...I can build it without research..the same with the ability AbilityPhaseGateModule...I'm thinking I have to make some other modifications to the ability file..

Reply #3 Top

Does it say there is a phase gate at the planets you build it on?

Reply #4 Top

It's probably this piece.

levelSourceType "ResearchWithBase"
baseSourceResearchSubject "RESEARCHSUBJECT_PLANETMODULEACCESS_PHASEGATE"
improveSourceResearchSubject "RESEARCHSUBJECT_PLANETMODULEIMPROVEMENT_PHASEGATE"
aiUseTime "Invalid"aiUseTargetCondition "Invalid"

You should modify this to be 

levelSourceType "FixedLevel0"
aiUseTime "Invalid"
aiUseTargetCondition "Invalid"
 
Reply #5 Top

Yesss  I knew it was this line that needed to be modified   "levelSourceType "ResearchWithBase""..I just knew it...now it works..thank you for your help..