[File Error] Possible error in Vasari Diplomacy Research Tree ?

Don't know if this has been posted yet but 2 files in the Vasari Diplomacy research tree seem to be backwards in order.  

1.) Xeno Manipulation = Allow resource demand and gifts

2.) Advanced Xeno Manipulation = Allow mission offers

And it looks like the prereq is backwards as well.

XenoManipulation:

entityType "ResearchSubject"
hudIcon "HUDICON_RESEARCHSUBJECT_XENO_MANIPULATION"
smallHudIcon "HUDICON_RESEARCHSUBJECT_XENO_MANIPULATION"
infoCardIcon ""
NameStringID "IDS_RESEARCHSUBJECT_ADVANCED_XENO_MANIPULATION_NAME"
DescriptionStringID "IDS_RESEARCHSUBJECT_XENO_MANIPULATION_DESCRIPTION"
researchWindowLocation
 block 0
 pos [ 2 , 2 ]
ResearchField "Diplomacy"
Prerequisites
 NumResearchPrerequisites 1
 ResearchPrerequisite
  Subject "RESEARCHSUBJECT_ADVANCED_XENO_MANIPULATION"
  Level 1
MinimumArtifactLevel -1
BaseUpgradeTime 50.000000
PerLevelUpgradeTime 5.000000
BaseCost
 credits 800.000000
 metal 100.000000
 crystal 175.000000
PerLevelCostIncrease
 credits 100.000000
 metal 25.000000
 crystal 25.000000
Tier 2
onlyWorksIfTierLabsExist FALSE
MaxNumResearchLevels 1
priority 1.000000
researchBoolModifiers 1
researchModifier
 modifierType "AllowResourceDemandAndGifts"
researchFloatModifiers 0
artifactPicture ""

AdvancedXenoManipulation:

entityType "ResearchSubject"
hudIcon "HUDICON_RESEARCHSUBJECT_ADVANCED_XENO_MANIPULATION"
smallHudIcon "HUDICON_RESEARCHSUBJECT_ADVANCED_XENO_MANIPULATION"
infoCardIcon ""
NameStringID "IDS_RESEARCHSUBJECT_XENO_MANIPULATION_NAME"
DescriptionStringID "IDS_RESEARCHSUBJECT_ADVANCED_XENO_MANIPULATION_DESCRIPTION"
researchWindowLocation
 block 0
 pos [ 0 , 2 ]
ResearchField "Diplomacy"
Prerequisites
 NumResearchPrerequisites 0
MinimumArtifactLevel -1
BaseUpgradeTime 40.000000
PerLevelUpgradeTime 5.000000
BaseCost
 credits 400.000000
 metal 0.000000
 crystal 25.000000
PerLevelCostIncrease
 credits 100.000000
 metal 25.000000
 crystal 25.000000
Tier 0
onlyWorksIfTierLabsExist FALSE
MaxNumResearchLevels 1
priority 1.000000
researchBoolModifiers 1
researchModifier
 modifierType "AllowMissionOffers"
researchFloatModifiers 0
artifactPicture ""

I've been updating my mod to play with the beta's and noticed these files stayed the same from the 1st to the 2nd beta. So just wondering if these are backwards ?????

Edit: Found 1 more in RESEARCHSUBJECT_PACTUNLOCK_METALCRYSTAL .The price is set at 100 credits when it should be 1000.

5,278 views 2 replies
Reply #1 Top

Nevermind i see now the files names are backwards.

Reply #2 Top

At some point I believe we had switched those two, though filenames may not have changed to match. The research cost you mentioned has been noted and should be fixed very soon.