RimWorld

RimWorld

[LB] Covetheus
 This topic has been pinned, so it's probably important
Lelbaru  [developer] 10 May, 2020 @ 3:25am
Suggestions
Any suggestions that can help this mod become better.
< >
Showing 1-6 of 6 comments
Pimp Coach 13 May, 2020 @ 7:54pm 
Hey, can you make the covetheus hoodies outer layer instead of middle layer, its kinda weird how pawns can wear the hoodies with a parka or another jacket
Lelbaru  [developer] 14 May, 2020 @ 12:05am 
@Pimp Coach Hi! I purposely made the hoodies Middle layer so that the backpack can be seen while wearing it. I can teach you step by step how to change it tho its very easy.

Step1:
Go to Program Files\Steam\steamapps\workshop\content\294100\2077371272

Step 2:
Go to folder "1.1\Defs\ThingDefs_Misc" and open the .xml file "LB_Apparel_Various" with notepad++ or sublime text.

Step 3:
Inside the xml file press Ctrl+F and enter "<defName>LBC_Apparel_CovetheusHoodie</defName>". Once you find it look for a html tag under it named <layers><li>Middle</li></layers> and change the Middle to Shell.
Last edited by Lelbaru; 14 May, 2020 @ 12:11am
Lelbaru  [developer] 14 May, 2020 @ 12:08am 
I will change it to Shell once I figure out how to fix the backpack issue. Thanks!
Tango-Foxtrot 3 Jun, 2020 @ 11:36am 
I like a decent character with construction so I added this to the back stories

<AlienRace.BackstoryDef>
<defName>USCSS_Engineer</defName>
<title>Chief Engineer</title>
<titleShort>Engineer</titleShort>
<baseDescription>{PAWN_nameDef} the Chief Engineer on board of the colony ship, Covetheus. {PAWN_nameDef} is in charge of the ships engines as well as the mechanical and electrical systems abord the ship.
</baseDescription>
<slot>Adulthood</slot>
<spawnCategories>
<li>USCSSBackstory</li>
</spawnCategories>
<skillGains>
<li>
<defName>Shooting</defName>
<amount>3</amount>
</li>
<li>
<defName>Melee</defName>
<amount>2</amount>
</li>
<li>
<defName>Construction</defName>
<amount>8</amount>
</li>
<li>
<defName>Crafting</defName>
<amount>8</amount>
</li>
<li>
<defName>Intellectual</defName>
<amount>6</amount>
</li>
</skillGains>
</AlienRace.BackstoryDef>

Feel free to add it if your interested

Better yet show me how to patch it into your mod so I don't have to use a local copy?
Last edited by Tango-Foxtrot; 3 Jun, 2020 @ 3:45pm
Lelbaru  [developer] 4 Jun, 2020 @ 3:01am 
@MasterTim thanks for the awesome backstory! I'll add it up in the next update :)
Tango-Foxtrot 4 Jun, 2020 @ 9:42am 
Would either of these 2 back stories fit?


<AlienRace.BackstoryDef>
<defName>USCSS_ChiefSurgeon</defName>
<title>Chief Surgeon</title>
<titleShort>Doc</titleShort>
<baseDescription>{PAWN_nameDef} the Chief Surgeon on board the colony ship, Covetheus. {PAWN_nameDef} is in charge of the ships crew and colonists mental and physical health.
</baseDescription>
<slot>Adulthood</slot>
<spawnCategories>
<li>USCSSBackstory</li>
</spawnCategories>
<skillGains>
<li>
<defName>Medicine</defName>
<amount>8</amount>
</li>
<li>
<defName>Social</defName>
<amount>8</amount>
</li>
<li>
<defName>Intellectual</defName>
<amount>6</amount>
</li>
</skillGains>
</AlienRace.BackstoryDef>

<AlienRace.BackstoryDef>
<defName>USCSS_CombatMedic</defName>
<title>Combat Medic</title>
<titleShort>Medic</titleShort>
<baseDescription>{PAWN_nameDef} the Combat Medic on board the colony ship, Covetheus. {PAWN_nameDef} Deploys with Military Security units to provide urgent medical care for injuries sustained in hostile encounters.
</baseDescription>
<slot>Adulthood</slot>
<spawnCategories>
<li>USCSSBackstory</li>
</spawnCategories>
<skillGains>
<li>
<defName>Shooting</defName>
<amount>4</amount>
</li>
<li>
<defName>Melee</defName>
<amount>3</amount>
</li>
<li>
<defName>Medicine</defName>
<amount>6</amount>
</li>
<li>
<defName>Social</defName>
<amount>4</amount>
</li>
<li>
<defName>Intellectual</defName>
<amount>2</amount>
</li>
</skillGains>
</AlienRace.BackstoryDef>


I was thinking one or both would add needed Medical skills to the party
Last edited by Tango-Foxtrot; 4 Jun, 2020 @ 10:10am
< >
Showing 1-6 of 6 comments
Per page: 1530 50