Gral
Oct 02, 2008, 01:49 AM
Is it possible to make for some leader to have all traits? I know, it is practictly cheating, but iz would be fun :)
|
View Full Version : Leader with all traits Gral Oct 02, 2008, 01:49 AM Is it possible to make for some leader to have all traits? I know, it is practictly cheating, but iz would be fun :) Refar Oct 02, 2008, 06:23 PM It was possible in civ, should be possible here as well. Just add all the traits you want in the Leaderheads XML. Dryhad Oct 02, 2008, 07:30 PM One thing to note is that some traits are connected to leaders, but other traits are connected to civilisations. Of course, it doesn't matter which trait is which, but bear in mind that even though you're editing one file, there might be other traits associated with your leader in a different file. Californio Oct 02, 2008, 09:07 PM which leader do you wanted added to? I can do it for you in like five minutes. Gral Oct 03, 2008, 12:11 PM Leaderheads XML. Got it. I'll try, altough I have no experinece with this. Thanks :p tedmcauliffe Oct 06, 2008, 08:06 PM Hi all, I hope one of you xml experts can help me with this:) <bTrait>1</bTrait> What does this do in relation to giving a leader all traits? Do I add this after each trait as <bTrait>1</bTrait>, or should I increase the count for each trait (<bTrait>2</bTrait>), or only add <bTrait>1</bTrait> once after all the traits have been added for the leader? I tried adding traits to Washington but I only see the default traits that he gets for being himself and also British in the game. Will the game show additional traits for an individual or do you just have to remember what traits you've given him? I haven't played the game enough to tell if he is getting the benefit of those additional traits or not. Thanks for your help! Melinko Oct 06, 2008, 09:29 PM Btraits is a Boolean value (0 or 1) <Traits> <Trait> <TraitType>TRAIT_DISCIPLINED</TraitType> <bTrait>1</bTrait> </Trait> </Traits> TraitType is the name of the trait (Located in TraitInfos, the part you are looking for is between the Type tags.) and bTrait is if they have it or not. (1 is they do) to add a new trait find the trait in TraitInfos and add it after the </Trait> for example <Traits> <Trait> <TraitType>TRAIT_DISCIPLINED</TraitType> <bTrait>1</bTrait> </Trait> <Trait> <TraitType>TRAIT_CONQUISTADORS</TraitType> <bTrait>1</bTrait> </Trait> </Traits> Note the whitespace maybe off... but that should be the right entries..:goodjob: tedmcauliffe Oct 06, 2008, 10:06 PM Thanks, Melinko I wasn't putting the <Trait> </Trait> around each of the traits/ <bTrait>1</bTrait> entries. I just put it around the whole block. Thanks for the quick response too! :goodjob: |
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.