[A12] BackstoriesCore Update 10

Started by mipen, March 26, 2015, 05:58:39 AM

Previous topic - Next topic

nmid

Thanks for your efforts, mokonasakura.

A brief summary would be nice.
Going to check it out on the weekend.
I like how this game can result in quotes that would be quite unnerving when said in public, out of context. StorymasterQ

Vas

I noticed an issue, HIM only works on his/her.  How do you do "him/her"?
Click to see my steam. I'm a lazy modder who takes long breaks and everyone seems to hate.

Devon_v

That's not supported by the game. You just have to word your text to avoid the need for it. ie, Tynan never needed it so he didn't code it.

Vas

I started using "HIM" just in case, and I'll poke Tynan with it, maybe it'll be an easy fix.  Who knows.
Click to see my steam. I'm a lazy modder who takes long breaks and everyone seems to hate.

Tynan

This is the current list of replacements. I think it covers your needs:

.Replace( "HISCAP", GenText.PossessiveCap(p) )
.Replace( "HIMCAP", GenText.ProObjCap(p) )
.Replace( "HECAP", GenText.ProSubjCap(p) )
.Replace( "HIS", GenText.Possessive(p) )
.Replace( "HIM", GenText.ProObj(p) )
.Replace( "HE", GenText.ProSubj(p) );


If you need "himself/herself", just write HIMself.
Tynan Sylvester - @TynanSylvester - Tynan's Blog

Vas

Oh, you replied just slightly after I sent the message.  xP  Faster than me.
Click to see my steam. I'm a lazy modder who takes long breaks and everyone seems to hate.

mipen

Quote from: Tynan on July 02, 2015, 02:53:49 PM
This is the current list of replacements. I think it covers your needs:

.Replace( "HISCAP", GenText.PossessiveCap(p) )
.Replace( "HIMCAP", GenText.ProObjCap(p) )
.Replace( "HECAP", GenText.ProSubjCap(p) )
.Replace( "HIS", GenText.Possessive(p) )
.Replace( "HIM", GenText.ProObj(p) )
.Replace( "HE", GenText.ProSubj(p) );


If you need "himself/herself", just write HIMself.
Thanks for this :)

StorymasterQ

I like how this game can result in quotes that would be quite unnerving when said in public, out of context. - Myself

The dubious quotes list is now public. See it here

mipen


StorymasterQ

I like how this game can result in quotes that would be quite unnerving when said in public, out of context. - Myself

The dubious quotes list is now public. See it here

mipen

Quote from: mokonasakura on June 30, 2015, 10:15:37 PM
This seems to be the best place to put this, here is some of the backstories I made using this mod. Most of them are just for fun and will break game immersion so if you care about that don't install or look them over and remove what you don't want. This is my first time using drop box so I'm just going to post the link it gave me. Let me know if there is balance issues and such.
https://www.dropbox.com/s/pxxa1xpk0wkm2ra/Mokonabackstory.zip?dl=0
Some good ones there :) Made me chuckle. I'll add this to the collections, if you don't mind? :)

mokonasakura


Vas

#117
I can't figure out why this isn't working.  I was trying to create a blank backstory that lets you create a character with no advantages no disadvantages for testing purposes.
<?xml version="1.0" encoding="utf-8" ?>
<BackstoryDefs>
<BackstoryDef>
<defName>BlankBlankC</defName>
<title>Blank Childhood</title>
<titleShort>Blank</titleShort>
<baseDescription>This is a blank backstory with no bonuses at all.</baseDescription>
<bodytypeMale>Thin</bodytypeMale>
<bodyTypeFemale>Thin</bodyTypeFemale>
<slot>Childhood</slot>
</BackstoryDef>

<BackstoryDef>
<defName>BlankBlankA</defName>
<title>Blank Adulthood</title>
<titleShort>Blank</titleShort>
<baseDescription>This is a blank backstory with no bonuses at all.</baseDescription>
<bodytypeMale>Thin</bodytypeMale>
<bodyTypeFemale>Thin</bodyTypeFemale>
<slot>Adulthood</slot>
</BackstoryDef>
</BackstoryDefs>


I'm basically trying to figure out how much things cost in the game, Prepare Carefully's point system.  :P
Click to see my steam. I'm a lazy modder who takes long breaks and everyone seems to hate.

mokonasakura

I lost count but here are about 30 names for those of you getting annoyed of seeing the same ones. https://www.dropbox.com/s/zdsqw383hjoko2w/MokonaNameDef.zip?dl=0



Vas copy and paste this, this will give you a blank colonist.

<BackstoryDef>
    <defName>BackstoryBlank</defName>
    <title>Blank</title>
    <titleShort>TBD</titleShort>
    <baseDescription>Blank</baseDescription>
    <bodytypeMale>Thin</bodytypeMale>
    <bodyTypeFemale>Thin</bodyTypeFemale>
    <slot>Childhood</slot>
    <workDisables>
    </workDisables>
    <skillGains>
    </skillGains>
    <spawnCategories>
      <li>Slave</li>
    </spawnCategories>
  </BackstoryDef>

Vas

Game can't save, every auto save resets your character backstories.
https://dl.dropbox.com/u/30270697/rimworld/Bugs/2015-07-25_00001.jpg

It randomized my backstories and screwed up my character.  :/
Click to see my steam. I'm a lazy modder who takes long breaks and everyone seems to hate.