Ok, so I changed the layout of the TEC research tree.it is supposed to go fromRESEARCHSUBJECT_HULLTECH0 - pos [0,0]RESEARCHSUBJECT_HULLTECH1 - pos [1,0]RESEARCHSUBJECT_HULLTECH2 - pos [2,0]RESEARCHSUBJECT_HULLTECH3 - pos [3,0]* <My new one that i was planning to addHow do i addd such a thing? I put it in GameInfo folder when i finished it and add lines to the entity.manifest files but when i launch up game it is not there ? what am I doing wrong??---------------------------------------------TXTentityType "ResearchSubject"hudIcon "HUDICON_RESEARCHSUBJECT_HULLTECH0"smallHudIcon "HUDICON_RESEARCHSUBJECT_HULLTECH0"infoCardIcon ""NameStringID "IDS_RESEARCHSUBJECT_HULLTECH0_NAME"DescriptionStringID "IDS_RESEARCHSUBJECT_HULLTECH0_DESCRIPTION"researchWindowLocation block 0 pos [ 3 , 0 ]ResearchField "Combat"Prerequisites NumResearchPrerequisites 1 ResearchPrerequisite Subject "RESEARCHSUBJECT_HULLTECH2" Level 2MinimumArtifactLevel -1BaseUpgradeTime 75.000000PerLevelUpgradeTime 5.000000BaseCost credits 1500.000000 metal 250.000000 crystal 375.000000PerLevelCostIncrease credits 150.000000 metal 50.000000 crystal 80.000000Tier 4onlyWorksIfTierLabsExist FALSEMaxNumResearchLevels 2priority 1.000000researchBoolModifiers 0researchFloatModifiers 2researchModifier modifierType "HullPointsMaxAdjustment" baseValue 0.000000 perLevelValue 0.06250000researchModifier modifierType "HullPointsRegenAdjustment" baseValue 0.000000 perLevelValue 0.0250000artifactPicture ""---------------------------------------------(im thinking the hudicon and description are conflicting somehow? probably wrong.. dont have anything to change to atm.)
did you raise the entityNameCount by one?
did you update the PlayerTech? raise the count by one at the researchInfo, and add your research there!
pos [ x , y ] -> the Tier x... your pos x is 3, the Tier is 4... make them equal!
You need to add your tech into the PlayerTech.entity file into the proper section. It's PlayerPsi.entity and PlayerPhase.entity for the other races.
Thanks guys needed to update tier and PlayerTech.entity fight!!
There are many great features available to you once you register, including:
Sign in or Create Account