Echoing the other notes of condolence. Thanks for the mod, btw.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages1
#1
Outdated / Re: [MOD] (Alpha 9) Superior Crafting: ExpansionMania! *Updated 4/6*
April 15, 2015, 10:47:19 PM #2
Outdated / Re: [MOD] (Alpha 9) Superior Crafting: ExpansionMania! *Updated 4/6*
April 14, 2015, 01:49:30 PM
Exactly. The first game I played with SC, I saw that I needed turtle hide in order to make the beds, so I sent someone out hunting for them all the way across the map when there were boars and deer aplenty right there by stockpile.
Loving SC, but I'm having a hard time balancing all the crafting/grinding you need to do with security and mining and farming. I feel I need several dedicated crafters so early in the game.
Would still like to see someone do a Let's Play with SC on youtube (can't do twitch at work, even at lunch time).
Loving SC, but I'm having a hard time balancing all the crafting/grinding you need to do with security and mining and farming. I feel I need several dedicated crafters so early in the game.
Would still like to see someone do a Let's Play with SC on youtube (can't do twitch at work, even at lunch time).
#3
Outdated / Re: [MOD] (Alpha 9) Superior Crafting: ExpansionMania! *Updated 4/6*
April 07, 2015, 01:32:57 PM
Anyone know of any youtubers doing Let's Plays with Superior Crafting? I saw there might be a couple on twitch, but I'm looking for YT. Thanks!
#4
Outdated / Re: [MOD] (Alpha 9) Backstories! u1.2
March 27, 2015, 06:25:14 PM
Love this mod! Here are my first two backstories:
Code Select
<BackstoryDef>
<defName>BadgerOrphanOfTheSea</defName>
<title>Sea orphan</title>
<titleShort>Sea orphan</titleShort>
<baseDescription>NAME grew up being trained to crew a vessel on the ocean planet Posiedon Seven before being captured by slavers. HECAP has never been on dry land, never seen a tree, never been under ground.</baseDescription>
<bodytypeMale>Thin</bodytypeMale>
<bodyTypeFemale>Thin</bodyTypeFemale>
<slot>Childhood</slot>
<workDisables>
<li>PlantWork</li>
<li>Mining</li>
</workDisables>
<skillGains>
<li>
<defName>Cooking</defName>
<amount>3</amount>
</li>
<li>
<defName>Crafting</defName>
<amount>3</amount>
</li>
</skillGains>
<spawnCategories>
<li>Slave</li>
</spawnCategories>
</BackstoryDef>
<BackstoryDef>
<defName>BadgerSeafarer</defName>
<title>Seafarer</title>
<titleShort>Seafarer</titleShort>
<baseDescription>NAME spent HIS life as part of a large sailing crew aboard a massive ship-city on the ocean planet Poseidon Seven. HECAP rose to the rank of Master of Arms after training at the various forms of combat practiced on the open water.</baseDescription>
<bodytypeMale>Thin</bodytypeMale>
<bodyTypeFemale>Thin</bodyTypeFemale>
<slot>Adulthood</slot>
<workDisables>
<li>PlantWork</li>
</workDisables>
<skillGains>
<li>
<defName>Mining</defName>
<amount>-2</amount>
</li>
<li>
<defName>Cooking</defName>
<amount>3</amount>
</li>
<li>
<defName>Shooting</defName>
<amount>4</amount>
</li>
<li>
<defName>Melee</defName>
<amount>3</amount>
</li>
</skillGains>
<spawnCategories>
<li>Civil</li>
<li>Raider</li>
<li>Slave</li>
</spawnCategories>
</BackstoryDef>
Pages1