Milk her? I hardly know her!

Started by Jimyoda, July 10, 2015, 12:33:20 PM

Previous topic - Next topic

Coenmcj

Join usssssss in the darknessss.

Where we make hats from the corpses of our enemies, Make Human milk farms and other assorted atrocities. c:
Moderator on discord.gg/rimworld come join us! We don't bite

Raufgar

Quote from: leax256 on July 10, 2015, 09:01:51 PM
Fun fact: Human milk does not contain enough fat content to make cheese from.

Well, not for lack of trying...
Don't be afraid to voice your opinions...

The worse thing that can happen to you is that you'll get your ass capped.

WickedGoddess

And men are stupid on the internet when we talk about breasts and what they are for....+1

Raufgar

Quote from: WickedGoddess on July 12, 2015, 10:12:51 PM
And men are stupid on the internet when we talk about breasts and what they are for....+1

It is part biological, part social cues and part cuz we're all pervs.
Don't be afraid to voice your opinions...

The worse thing that can happen to you is that you'll get your ass capped.

evil scientist

Quote from: A Friend on July 10, 2015, 09:49:20 PM
Quote from: leax256 on July 10, 2015, 09:01:51 PM
Fun fact: Human milk does not contain enough fat content to make cheese from.

Speaking from experience?


this made me lol thanks for making my day
a knife in a gun fight this is how its done right ?

JesterBlue

Bionic Breast! Please make this a thing!

Toggle

Selling broken colonist souls for two thousand gold. Accepting cash or credit.

j3211674

So, what and where i need to add, actually? I dunno why i need it, but hey, this is Rimworld!

killer117

and i think i've finally found the stupidest, funiest most sexist thing on this forum.

so if someone could make this happen in a mod they r awsome.  ;D
Whats Rimworld without a little cannabilism/ murder/ maniacs/ crazy tribes/ nasty pirates/ nutcase animals/ genocidal robots etc.

Alistaire

Tynan is actually wrong. His Milkable comp does not check whether a pawn is female or male and besides adding the comp takes six tags or eight lines of code, not one tag.




RimWorld914Win\Mods\Core\Defs\ThingDefs\Races_Humanlike.xml

For <defName>Human</defName>, add:


    <comps>
      <li>
        <compClass>CompMilkable</compClass>
        <milkDef>Milk</milkDef>
        <milkIntervalDays>1</milkIntervalDays>
        <milkAmount>1</milkAmount>
      </li>
    </comps>


under:


    <statBases>
      <MarketValue>1750</MarketValue>
      <MoveSpeed>4.61</MoveSpeed>
      <Flammability>1.0</Flammability>
      <ComfyTemperatureMin>12</ComfyTemperatureMin>
      <ComfyTemperatureMax>32</ComfyTemperatureMax>
      <LeatherAmount>20</LeatherAmount>
    </statBases>


This makes ALL humans milkable. Making only females milkable is not possible using only XML.

A Friend

So you can milk dudes?

...

( ͡° ͜ʖ ͡°)
"For you, the day Randy graced your colony with a game-ending raid was the most memorable part of your game. But for Cassandra, it was Tuesday"

Squiggly lines you call drawings aka "My Deviantart page"

LittleGreenStone

#26
Quote from: A Friend on January 28, 2016, 08:49:09 AM
So you can milk dudes?

...

( ͡° ͜ʖ ͡°)

j3211674

Quote from: Alistaire on January 28, 2016, 08:47:21 AM
Tynan is actually wrong. His Milkable comp does not check whether a pawn is female or male and besides adding the comp takes six tags or eight lines of code, not one tag.




RimWorld914Win\Mods\Core\Defs\ThingDefs\Races_Humanlike.xml

For <defName>Human</defName>, add:


    <comps>
      <li>
        <compClass>CompMilkable</compClass>
        <milkDef>Milk</milkDef>
        <milkIntervalDays>1</milkIntervalDays>
        <milkAmount>1</milkAmount>
      </li>
    </comps>


under:


    <statBases>
      <MarketValue>1750</MarketValue>
      <MoveSpeed>4.61</MoveSpeed>
      <Flammability>1.0</Flammability>
      <ComfyTemperatureMin>12</ComfyTemperatureMin>
      <ComfyTemperatureMax>32</ComfyTemperatureMax>
      <LeatherAmount>20</LeatherAmount>
    </statBases>


This makes ALL humans milkable. Making only females milkable is not possible using only XML.
Well, what i need for NOT milking dudes, but only girls?

Alistaire

Looking at the source code it appears only females are milkable by default so actually it already works.

In case you really want to milk men, add <milkFemaleOnly>False</milkFemaleOnly> ( ͡° ͜ʖ ͡°)

j3211674

Quote from: Alistaire on January 28, 2016, 09:41:08 AM
Looking at the source code it appears only females are milkable by default so actually it already works.

In case you really want to milk men, add <milkFemaleOnly>False</milkFemaleOnly> ( ͡° ͜ʖ ͡°)
Well, i can get enough fun even without men milking. :D Thanks!