AfroAttack Posted March 26, 2016 Share Posted March 26, 2016 (edited) My right and left skill ability tree's are not showing up when I got to my custom class's soldier ability tab.I am creating a custom class based on a tutorial (I'll post it again if its requested) Edited March 26, 2016 by AfroAttack Link to comment Share on other sites More sharing options...
Kregano Posted March 26, 2016 Share Posted March 26, 2016 Did you set the skill tree in an .ini file and did you tell the game to reference that .ini file? Link to comment Share on other sites More sharing options...
AfroAttack Posted March 27, 2016 Author Share Posted March 27, 2016 (edited) My right and left skill ability tree's are not showing up when I got to my custom class's soldier ability tab. I am creating a custom class based on a tutorial (I'll post it again if its requested) My right and left skill ability tree's are not showing up when I got to my custom class's soldier ability tab. I am creating a custom class based on a tutorial (I'll post it again if its requested)[ClassMod X2SoldierClassTemplate]+DisplayName="ClassMod"+ClassSummary="Roses are red, voilets are blue, I made a class and so did you"+LeftAbilityTreeTitle="Heavy Assault"+RightAbilityTreeTitle="Light Assault" Thats for my XComGame.ini file. And I'm pretty sure its accessing this specific file, because other things that I've changed show up in the tree. http://steamcommunity.com/profiles/76561198010104535/screenshots/ Should be able to see it from here, the ability tree isn't showing up, but the everything else is? Edited March 27, 2016 by AfroAttack Link to comment Share on other sites More sharing options...
davidlallen Posted March 27, 2016 Share Posted March 27, 2016 So ... are your left and right titles in config/XComGame.ini, or in localization/XComGame.int? It may be helpful to double check each of your changes against the tutorial you are using. Link to comment Share on other sites More sharing options...
AfroAttack Posted April 4, 2016 Author Share Posted April 4, 2016 Sorry I didn't respond sooner. ALSO, SORRY I didn't check the image I posted to see if it was the screenshot of what the problem was :/I'm still having this problem, and I double checked the XComGame.ini [ClassMod X2SoldierClassTemplate]+DisplayName="ClassMod"+ClassSummary="Roses are red, voilets are blue, I made a class and so did you"+LeftAbilityTreeTitle="Heavy Assault"+RightAbilityTreeTitle="Light Assault" thats whats in there. In my loalization/XComGame.ini I have [ClassMod X2SoldierClassTemplate] +DisplayName="ClassMod"+ClassSummary="Roses are red, violets are blue, I made a class and so did you"+LeftAbilityTreeTitle="Heavy Assault"+RightAbilityTreeTitle="Light Assault" [stealth X2AbilityTemplate]+LocFriendlyName="LocFriendlyName"+LocHelpText="LocHelpText" +LocLongDescription="LocLongDescription"+LocPromotionPopupText="LocPromotionPopupText" I'm not really sure why my names aren't showing up. I have other problems as well, but I'm trying to address this one first. Link to comment Share on other sites More sharing options...
jgbaxter Posted April 4, 2016 Share Posted April 4, 2016 Here's your problem, you are using the wrong file. XComGame.int is where you should be. Anytime you want to provide localization (words to readers) you should be there, pretty much all the time really. :smile: Link to comment Share on other sites More sharing options...
AfroAttack Posted April 16, 2016 Author Share Posted April 16, 2016 (edited) Here's your problem, you are using the wrong file. XComGame.int is where you should be. Anytime you want to provide localization (words to readers) you should be there, pretty much all the time really. :smile:Sorry for responding to this late :/ Do you mean XComGame.int? or .ini? .int doesn't seem like a file extension I've seen. Sigh, Nevermind, edited this post. Thanks trying this out now :/ Edited April 16, 2016 by AfroAttack Link to comment Share on other sites More sharing options...
AfroAttack Posted April 16, 2016 Author Share Posted April 16, 2016 Ok so after going back, I still have the same problem, because I am actually using XComGame.int as the file name.Still will be looking for a fix for this :/ Link to comment Share on other sites More sharing options...
Recommended Posts