New Question:
I created a fully customizable race, by copying Terran from the FactionDEF xml. It crashes the game whenever I go through 'Generating Map' Here are my entries.I don't see a mistake.. but then again it's my first time modding anything. (I have a corresponding Text XML for this to reference for the descriptions.)
<Faction>
<InternalName>FACTION_SOL'FAELIAEN</InternalName>
<DisplayName>Sol'Faeliaen Empire</DisplayName>
<DisplayNameShort>Sol'Faeliaen</DisplayNameShort>
<LeaderName>Tul'Rok</LeaderName>
<Description>FACTION_SOL'FAELIAEN_Dec</Description>
<LeaderDescription>FACTION_SOL'FAELIAEN_LeaderDec</LeaderDescription>
<RaceType>Major</RaceType>
<PersonalityTraits>Neutral</PersonalityTraits>
<PersonalityTraits>Expansionist</PersonalityTraits>
<PersonalityTraits>Peaceful</PersonalityTraits>
<PersonalityTraits>Scientific</PersonalityTraits>
<PersonalityTraits>Opportunistic</PersonalityTraits>
<RaceTraits>AncientAbility</RaceTraits>
<RaceTraits>EngineersAbility</RaceTraits>
<RaceTraits>ColonizersAbility</RaceTraits>
<RaceTraits>UnwaveringAbility</RaceTraits>
<RaceTraits>IntuitiveAbility</RaceTraits>
<RaceTraits>ParanoidAbility</RaceTraits>
<RaceTraits>StarfaringAbility</RaceTraits>
<RaceTraits>AdaptableAbility</RaceTraits>
<RaceTraits>Productive1</RaceTraits>
<RaceTraits>Clever1</RaceTraits>
<RaceTraits>Influential4</RaceTraits>
<RaceTraits>Economical1</RaceTraits>
<RaceTraits>Content1</RaceTraits>
<RaceTraits>Fertile1</RaceTraits>
<RaceTraits>Handy1</RaceTraits>
<RaceTraits>Dense1</RaceTraits>
<RaceTraits>Militant4</RaceTraits>
<RaceTraits>Popular4</RaceTraits>
<RaceTraits>Traders4</RaceTraits>
<RaceTraits>Farmers1</RaceTraits>
<RaceTraits>Courageous1</RaceTraits>
<RaceTraits>Tough1</RaceTraits>
<RaceTraits>Accurate1</RaceTraits>
<RaceTraits>Agile1</RaceTraits>
<RaceTraits>Resilient1</RaceTraits>
<RaceTraits>Adventuresome1</RaceTraits>
<RaceTraits>Observant1</RaceTraits>
<RaceTraits>Fast1</RaceTraits>
<RaceTraits>Organized1</RaceTraits>
<RequiresHomeworld>true</RequiresHomeworld>
<HomeStarSystem>DeadSystem</HomeStarSystem>
<StartingShips>ColonyStaticBlueprint</StartingShips>
<TechTree>Terran_Tree</TechTree>
<ShipCallsign>VOID</ShipCallsign>
<LogoImage>RaceLogo64.png</LogoImage>
<LeaderThumbnail>Jellyfish_Small.png</LeaderThumbnail>
<LeaderImageFG>Jellyfish_FG.png</LeaderImageFG>
<LeaderImageBG>Spaghetti_BG.png</LeaderImageBG>
<NewsRobotMovie_Approach>Altarian_NewsBot_Idle.bk2</NewsRobotMovie_Approach>
<NewsRobotMovie_Idle>Altarian_NewsBot_Idle.bk2</NewsRobotMovie_Idle>
<StartupImage>StartGameSol'Faeliaen</StartupImage>
<StartupTitle>Searching for a new home; a new beginning...</StartupTitle>
<StartupDescription>FACTION_SOL'FAELIAEN_StartupDescription</StartupDescription>
<StartupTraitsDescription>FACTION_SOL'FAELIAEN_StartupDescription</StartupTraitsDescription>
<MapColorDef>TerranMapColors</MapColorDef>
<UIColorDef>TerranUIColors</UIColorDef>
<FactionMusicDef>TerranMusic</FactionMusicDef>
<Material1>GC3_ship_Material_1</Material1>
<Material2>GC3_Ship_Relic_Steel</Material2>
<Surface1>GC3_Ship_Surface_17</Surface1>
<Surface2>GC3_Ship_Surface_12</Surface2>
<Appearance>GC3_Terran_InverAppearance</Appearance>
<ShipStyleSet>AltarianShipStyleSet</ShipStyleSet>
<CreditsInit>0</CreditsInit>
<WarEnduranceInit>100</WarEnduranceInit>
<DefaultResistance>0.75</DefaultResistance>
<InfluenceTallyInit>10</InfluenceTallyInit>
<StartingColonyPopulation>10</StartingColonyPopulation>
<AICategoryWeight>
<Military>13</Military>
<Growth>15</Growth>
<Tech>25</Tech>
<Diplomacy>10</Diplomacy>
<Expansion>20</Expansion>
<Wealth>15</Wealth>
<Influence>5</Influence>
<Fortification>10</Fortification>
</AICategoryWeight>
</Faction>
I do have one more problem though: Solution provided. Thanks!
I chose:
<LeaderThumbnail>GJellyfish_Small.png</LeaderThumbnail>
<LeaderImageFG>Jellyfish_FG.png</LeaderImageFG>
<LeaderImageBG>Spaghetti_BG.png</LeaderImageBG>
<StartupImage>StartGameSol'Faeliaen</StartupImage>( I made this file by combining two existing images(FG/BG from before) by having two layers to mimic the appearance of a leader in a background since all the other images in this folder were thus)
But I get the default Terran Foreground, background and all that jazz. Not sure how to change that... I've tried different combos and it's always default Terran. It looks like the Terran image is layered over-top of the ones I entered, because there is a flickering of the image.
Below has been answered:
I've read the post in the dev section to create a custom race using the .xml file by copying it over to a mod directory you create.
I noticed that the .xml file is basically a standard terran race config... I already created a new race in the in-game creator, and I want to port all that work over and modify that without having to recreate ALL the custom work I did in-game.
I just want to tweak things without starting over from scratch. I am happy with several aspects I made in-game.
I've tried to edit the file that has my race name in the games folder under mydocuments.. but it is just gibberish.
Is there a way to open the xml file for an existing custom race and just modify that???
Thanks