• Suddenly unable to log into your ZooVille account? This might be the reason why: CLICK HERE!

zoo gamers?

Spontaneous bestiality happens when a pawn has both the zoophile trait and a bonded animal. If you want more control, there's a mode that allows you to designate a pawn as a "Hero" and you can control them a bit, removing the need for a bonded animal for consensual bestiality. I've been using this mod on and off for years.

Edit: corrected spelling errors
Eh, I just decided to fix it myself. In my version both male and female bestiality can be consensual without the need to bond an animal. Animals will seek sex with humans if they can't find their own species to mate with, and humans as always will seek sex with animals if they are zoophiles or get too horny. The biggest difference is that it's no longer rape-based; if the animal or human declines then the one who initiated the encounter will respect their decision and no sex will take place. They can try again later. Bonded humans & animals always accept offers from their lovers.

I also made a bunch of new log entries for bestiality that are way more sexy than just "X mounted Y"
 
Eh, I just decided to fix it myself. In my version both male and female bestiality can be consensual without the need to bond an animal. Animals will seek sex with humans if they can't find their own species to mate with, and humans as always will seek sex with animals if they are zoophiles or get too horny. The biggest difference is that it's no longer rape-based; if the animal or human declines then the one who initiated the encounter will respect their decision and no sex will take place. They can try again later. Bonded humans & animals always accept offers from their lovers.

I also made a bunch of new log entries for bestiality that are way more sexy than just "X mounted Y"
I may need to reinstall Rimworld again. Are you willing to share the modded log entries? Or at least share how you modded them? I'm certain I wouldn't be the only one to enjoy them.
 
I may need to reinstall Rimworld again. Are you willing to share the modded log entries? Or at least share how you modded them? I'm certain I wouldn't be the only one to enjoy them.
I'm a bit hesitant to try to distribute anything under an identity that can be traced to a site for zoophiles, but I can explain how I made those changes since they are relatively easy. In your files for the rjw mod at: Mods/rjw-master/1.5/Defs/RulePackDefs/

You will see folders that contain the verbose logging rules for what gets put into the log for a given interaction (the Def for the interaction itself has the brief description, but that's not super important so don't worry about it)

The Bestiality folder has the logging rules for all the Bestiality interactions of course. If you look in one of the files there, you'll see entries that look like this:
<RulePackDef>
<defName>Bestiality_VaginalRP</defName>
<rulePack>
<rulesStrings>
<li>sent-> [RECIPIENT_nameDef] was mounted by [INITIATOR_nameDef].</li>
<li>sent-> [INITIATOR_nameDef] was teased into mounting by [RECIPIENT_nameDef].</li>
</rulesStrings>
</rulePack>
</RulePackDef>

Which, in the actual game, will print out something like: "Marie was mounted by Donkey 1." OR "Donkey 1 was teased into mounting by Marie."
There are two lines that describe what might be logged, and each entry is given equal weight as to which one might be logged.
Additionally there are a lot of useful special variables like RECIPIENT_nameDef you can use. Here are a few useful ones:
RECIPIENT_pronoun/INITIATOR_pronoun = he/she/they as appropriate
RECIPIENT_objective/INITIATOR_objective = him/her/them as appropriate
RECIPIENT_possessive/INITIATOR_possessive = his/her/their as appropriate
 
Here's what my updated entry for that interaction looks like:

<RulePackDef>
<defName>Bestiality_VaginalRP</defName>
<rulePack>
<rulesStrings>
<li>sent(p=2)-> [INITIATOR_nameDef] [sexReaction] [sexReactionDescriptor] as he [maleOrgasm] inside the bestial [vagina] of [RECIPIENT_nameDef].</li>
<li>sent-> [RECIPIENT_nameDef] was [maleFuck] vaginally by [INITIATOR_nameDef].</li>
<li>sent-> [RECIPIENT_nameDef] allowed the human [INITIATOR_nameDef] to breed [RECIPIENT_possessive] inhuman [vagina].</li>
<li>sent-> Beast [RECIPIENT_nameDef] took the [humanPenis] and [semen] of human [INITIATOR_nameDef] into [RECIPIENT_possessive] [vaginalDescriptor] [vagina].</li>
<li>sent-> [INITIATOR_nameDef] pumped hot [semen] deep into the animal womb of [RECIPIENT_nameDef].</li>
<li>sent-> [INITIATOR_nameDef] [maleOrgasm] into the [vaginalDescriptor] [vagina] of [INITIATOR_possessive] animal lover [RECIPIENT_nameDef].</li>
<li>sent-> [INITIATOR_nameDef] repeatedly thrust [INITIATOR_possessive] [humanPenis] into the animal [vagina] of [RECIPIENT_nameDef] and [maleOrgasm] inside [RECIPIENT_possessive].</li>
<li>humanPenis(p=6)->[penis]</li>
<li>humanPenis->manhood</li>
</rulesStrings>
<rulesFiles>
<li>sexReaction->Words/Verbs/sexReactions</li>
<li>maleOrgasm->Words/Verbs/maleOrgasm</li>
<li>maleFuck->Words/Verbs/maleFuck</li>
<li>sexReactionDescriptor->Words/Adverbs/sexReactionDescriptors</li>
<li>vaginalDescriptor->Words/Adjectives/vaginalDescriptors</li>
<li>vagina->Words/Nouns/vagina</li>
<li>semen->Words/Nouns/semen</li>
<li>penis->Words/Nouns/penis</li>
</rulesFiles>
</rulePack>
</RulePackDef>

The new things I haven't talked about yet.
*In the top entry you can see (p=2). This is probability, and means this entry will display twice as often as any of the other entries.

*I've declared lots of variables like [vagina] and [sexReaction], which are defined in separate files the paths of which are down at the bottom: <li>vagina->Words/Nouns/sexReactions</li> Basically you put a file with that name in that location, and it's a list of strings you want that variable to pick from. In this case the location would be rjw-master/Languages/English/Strings/Words/Verbs/sexReactions.txt

As an example my file for sexReactions.txt looks like this:
moaned
groaned
panted
sighed
growled
grunted
shivered
trembled
quivered

Using all these variables my top entry shown above can give lots of different possible outputs. For example:
Martin panted with pleasure as he came inside the bestial vagina of Timberwolf 1.
Martin moaned lewdly as he ejaculated inside the bestial pussy of Timberwolf 1.
Martin trembled in ecstasy as he climaxed inside the bestial honeypot of Timberwolf 1.
 
Last edited:
I should probably also mention that in my version of RJW, the Bestiality_Vaginal interaction only applies between a male human initiating an encounter with a female animal. In the vanilla version of the RJW mod, it could also apply to a male animal initiating with a female human, so you don't want to specifically indicate who is the nonhuman and who is the human in the logging statement.
 
Honestly I've been playing more gacha games lately. I mainly play on PC, but I've been busy IRL, so its nice to have something that works on mobile and PC. When I get time, I play Black Desert Online. The new class they launched is pretty fun.
 
I've not played Black desert online like an MMORPG from what it sounds like kind of wow style I really liked squad the military Sims but then again I'm kind of all over when it comes to games if it's a good one and it can hook line and sinker me then I'd probably end up playing at in the long run
 
As far as MMOs go, BDO plays like if you had Dynasty Warriors combat, but MMO player scale. Its not a bad game, but the gear grind can be a bit much, which is common across Korean MMOs. Its free on Steam currently.
 
I've been having lots of fun with the rjw mod for Rimworld now that I've adjusted it to my liking. Both male and female animals can approach humans for sex, which they will do if they cannot find a member of their own species to mate with while there is a human in range. If they've been mating with humans a great deal already, they may seek human company in preference to their own species. In my colony I only have males or females of any given species, to encourage animal encounters of this sort!

Humans approached in this way are very likely to refuse unless they are sexually frustrated, in which case no sex takes place, but those with the zoophile trait are always willing to help out an animal in need. My animal handler happens to be a zoophile, and he spends a lot of time in range for encounters because that's where he needs to be to do trainings. Pretty much his all-day job is satisfying horny animals :gsd_wink:
 
I have been addicted to BG3
Mixed feelings on BG3. Baldur's Gate 1 & 2 plus expansions are some of my favorite games. Icewind Dale. Neverwinter Nights are good too. But BG2 really got you to fall in love with your companions and the storyline, you felt very immersed.

BG3 just not feeling that same magic. Basically killed off all my companions except Shadowheart because I found them annoying/disinteresting. Into Act 2, but haven't felt like playing it lately. Has a lot of good elements, just wish the companions and storyline felt more compelling. Also, the voice acting is very bland. Like aliens and monsters all talk like just normal people you would meet on street with no accents.
 
I have been addicted to BG3
Oh that reminds I should pick up BG3 while its on sale.
I’m replaying it myself. Have t had bear sex yet lol. Just had it crash and wipe out my gith playthrough still salty about that. What kinda character you usually go for?
We could play it some day, let me know.

@honeyenthusiast it has an online fix, I don't own the game but I can play it multiplayer.

I definitely want to buy it eventually to have the shared saves feature and be able to play the same game in my pc and my laptop.

But until it gets a big discount, I'm happy like this, I can show you how to install it if you want.
 
Pretty deep in this hole, PC primarily, mostly solo story heavy games with free to play multiplayer occasionally. Deadlock is my current thing, even if I suck out loud at it.


Cut my teeth on Planescape Torment and then Arcanum back in the day with lots of others between.

I dig a good Visual Novel experience occasionally, especially if there's also detective or puzzle game segments.

Playing solo games like that with someone else that has the patience for it is almost as good as reading a book together.
 
any of yall play anything like armored core, elden ring, bf2042, ace combat, i have bg3 but mods make multiplayer a pain i also have madden 25 where i throw an interception 9/10 times and i have dayz and arma. all on xbox x btw
 
Played Helldivers 2 today. Scrapped a couple hundred oilcans and did my part. Dived as a Helghast soldier, armed with the StA-52, StA-x3 W.A.S.P Launcher, fighting side by side with my comrades from Super-Earth. (God, I wish they had ported over more stuff from Killzone ;_;)
 
Back
Top