Unity Completed KoboldKare [2025-03-03 64b05359] [Naelstrof]

3.50 star(s) 22 Votes

LorshianGO

Newbie
Jan 4, 2024
28
23
Hey im stuck in the milk quest, idk why i bought the tit drawing machine at the store but it doesnt come to the mailing box, is maybe a glitch? or did somebody have the same issue (or is the machine placed somewhere i dont know??)
 

Cantia452

Newbie
Nov 9, 2021
23
22
Anyone knows what mods mess with genetics, as in what the egg can result in?

As in...

If I breed a female Kobold with a Male Dragon I expect either female Kobold, male Kobold, female Dragon or male Dragon to hatch.

...and not Krystal the Fox, a bird or a robot.

Genetics as in Genitalia size, breast size, etc. works fine, but for whatever reason the species is almost completely randomized.

I also didn't see a male Kobold, they seem to have vanished from my game.
I don't think the game has that in terms of breeding different modded species. The 'vanilla' game doesn't have to worry about any of that because there's only one species, and this game is really hard to mod in terms of changing code because of the way it was built. That's why most mods are simple like new maps, characters, and some items mods that are built off of already existing functions.

TLDR; there aren't any mods that do what you're asking for afaik

EDIT: also, kobold sex is random (at least if you're hatching them from new eggs at the shop). I've noticed in my game that if I breed two males together (mostly on accident), their offspring has a higher chance of being male too. I don't know if this is purely coincidental or if it's actually a feature...
 

Cantia452

Newbie
Nov 9, 2021
23
22
Hey im stuck in the milk quest, idk why i bought the tit drawing machine at the store but it doesnt come to the mailing box, is maybe a glitch? or did somebody have the same issue (or is the machine placed somewhere i dont know??)
If you bought the milker from the shop in town, it will be in the kitchen on your farm (right next to the building where you lay eggs).
 

commandhat

Newbie
Nov 9, 2020
34
37
Hey im stuck in the milk quest, idk why i bought the tit drawing machine at the store but it doesnt come to the mailing box, is maybe a glitch? or did somebody have the same issue (or is the machine placed somewhere i dont know??)
You know the two star door at your farm? Open that.
 

FoxyKitsune

New Member
May 3, 2020
6
5
TLDR; there aren't any mods that do what you're asking for afaik
That's the thing, I want mods to NOT mess with genetics. :D
As in if I breed a Kobold and a Dragon, I don't want a Fox to spawn from that.

At the moment I have no male Kobolds spawn at all. I hatched about 100 eggs from the store now, no male Kobold. Also did another 100 eggs with a female Kobold and a male Raptor, no male Kobold.

Something is borked, might reinstall and start a new game with less characters...
 

Cantia452

Newbie
Nov 9, 2021
23
22
That's the thing, I want mods to NOT mess with genetics. :D
As in if I breed a Kobold and a Dragon, I don't want a Fox to spawn from that.

At the moment I have no male Kobolds spawn at all. I hatched about 100 eggs from the store now, no male Kobold. Also did another 100 eggs with a female Kobold and a male Raptor, no male Kobold.

Something is borked, might reinstall and start a new game with less characters...
Yeah, there definitely is something very wrong with your game if you're not getting ANY males in your game, unless you're the unluckiest person in the world :KEK:

I would recommend reinstalling like you said!
 
  • Like
Reactions: FoxyKitsune

saatou_desu

Newbie
Nov 2, 2024
25
34
That's the thing, I want mods to NOT mess with genetics. :D
As in if I breed a Kobold and a Dragon, I don't want a Fox to spawn from that.

At the moment I have no male Kobolds spawn at all. I hatched about 100 eggs from the store now, no male Kobold. Also did another 100 eggs with a female Kobold and a male Raptor, no male Kobold.

Something is borked, might reinstall and start a new game with less characters...

Say thanks to GoldenBootleg
P.S. Explanation: Custom enhanced KK build created before the Workshop update. Have some built-in creatures, but can not work with mods from the Workshop. Anyway, it's plays better than vanilla, in my opinion
 
Last edited:

Shurutsue

Member
Apr 6, 2019
148
176
That's the thing, I want mods to NOT mess with genetics. :D
As in if I breed a Kobold and a Dragon, I don't want a Fox to spawn from that.

At the moment I have no male Kobolds spawn at all. I hatched about 100 eggs from the store now, no male Kobold. Also did another 100 eggs with a female Kobold and a male Raptor, no male Kobold.

Something is borked, might reinstall and start a new game with less characters...
If I remember correctly, when having multiple species enabled and crossing two DIFFERENT species:
something like a 75% chance of one of the two species and a 25% chance of ANY species being the offspring.
I might be a bit wrong though, but should be something along those lines.

As for sex of the offspring: 2 Males result in a male, whereas 2 females result in a female.
So if you do want an offspring to be potentially male, you should ensure that atleast one parent is male as well, same the other way around.

It could be, however, that some moddes species don't have a male variant - unsure if that's possible or if it would error or something - so if that is the case, it might be part reason as to why they might be so rare in your game. (I only tested it a bit long ago, never really used character mods and it's been too long to remember everything, but yeah)
 
  • Like
Reactions: FoxyKitsune

commandhat

Newbie
Nov 9, 2020
34
37
If I remember correctly, when having multiple species enabled and crossing two DIFFERENT species:
something like a 75% chance of one of the two species and a 25% chance of ANY species being the offspring.
I might be a bit wrong though, but should be something along those lines.

As for sex of the offspring: 2 Males result in a male, whereas 2 females result in a female.
So if you do want an offspring to be potentially male, you should ensure that atleast one parent is male as well, same the other way around.

It could be, however, that some moddes species don't have a male variant - unsure if that's possible or if it would error or something - so if that is the case, it might be part reason as to why they might be so rare in your game. (I only tested it a bit long ago, never really used character mods and it's been too long to remember everything, but yeah)
Having read the code directly, an egg spawn works like this, where spawn chances are rolled left to right:

Species (rolled 1st)Mother (Spawns egg)Father (Cum/Heart)Random
M/F40%30%Otherwise
M/M50%20%Otherwise
F/F20%50%Otherwise
Cheats (/Give Cum, /Spawn, etc)No genetics assignedCopies host's geneticsNever
Shop spawned eggNo genetics assignedNo genetics assignedAlways
Stats (rolled 2nd)Even SplitParent Leaning (Randomly Chosen)Base Level Reset
(all combinations)80%20%0%
Color (rolled 3rd)Middle of Both Parents[/b]Parent's Color (randomly chosen)[/b]Random[/b]
(all combinations)45%45%10%

Also, if you use a species that edits donor genetics (such as Amy Rose replacing their Heart chemical with Wood in their 'rings') then donating their female genetics is impossible, and thus any and all sex with them will be M/M or M/F. The only exception is if you can get these characters to somehow generate geneticless Heart chemical inside their body, which as far as I know is impossible without mods.
 
Last edited:
  • Like
Reactions: FoxyKitsune
3.50 star(s) 22 Votes