Semondemon

Engaged Member
Mar 9, 2018
3,264
9,730
yeah but theres a bunch of new things i want to try, the mini mod makes the game experience better but its still bland. i hope the guys working on the expanded mod have something to offer in a year or so if prime cant keep up with his mod.
The expanded mod has been ded for a while m8. I dont blame prime, guy is probs tired of dealin with onis sloppy code. Props to him for doing a version despite hopefully he feels better with what hes doin tbj.
 

harrierstrike

Newbie
Sep 24, 2017
22
23
The expanded mod has been ded for a while m8. I dont blame prime, guy is probs tired of dealin with onis sloppy code. Props to him for doing a version despite hopefully he feels better with what hes doin tbj.
True, dude is already a legend for showing us how better the game could be with a little more love.
Hope the new version drop soon.
 

guiseppe

Newbie
Jun 5, 2017
95
47
just want to throw in some thumbs up for oni

i really and still like the arts, the mimics, the system - right now especially the mimics are fascinating me

when i play a new version, try out all the characters and come to the point where it turns out to be a full time job to make all the girls happy, get a bit bored and want to start over, for some reason there always is a new version available, what i appreciate

back in times i tried both coding and drawing arts and was not very good, but both was fun or interesting and my impression is that you can be a good artist or a good coder - there are different mindsets for each and both have kind of a nerd in common

i am not sure who does what here, but have the impression that oni prefers the arts, and if oni is also coding, i am quite impressed

this is one of the few games i never get tired to start over again and i love it, so here goes my cudos
 

Bekai7

Member
Jul 6, 2020
232
344
9 months since i stopped playing...
Anything new in terms of sex pose, events or things to do?
yeah this is the newest full version, the last 2 girls are complete, plus a 69 pose and a psychic knife, a button for hiding the feet and tail. i think thats it, oh and theres a latina tan mod and a recolor mod that are updated and we are wating for prime mod to drop anytime too.

The expanded mod has been ded for a while m8. I dont blame prime, guy is probs tired of dealin with onis sloppy code. Props to him for doing a version despite hopefully he feels better with what hes doin tbj.
Yeah they are working on it slow but they have made progress.
 
  • Like
Reactions: guiseppe

leathermax

Well-Known Member
Feb 10, 2019
1,533
4,950
yeah this is the newest full version, the last 2 girls are complete, plus a 69 pose and a psychic knife, a button for hiding the feet and tail. i think thats it, oh and theres a latina tan mod and a recolor mod that are updated and we are wating for prime mod to drop anytime too.



Yeah they are working on it slow but they have made progress.
Oh? They've kept going at it? Pray tell.
 
  • Thinking Face
Reactions: Dr. Coom and armond

Bekai7

Member
Jul 6, 2020
232
344
Oh? They've kept going at it? Pray tell.
Yeah they have a discord and prime is active there, well not much lately, but he post his mod there. i cant invite you aparently but other members her are in the server maybe they can help you with that if you want to be added.
 

leathermax

Well-Known Member
Feb 10, 2019
1,533
4,950
Yeah they have a discord and prime is active there, well not much lately, but he post his mod there. i cant invite you aparently but other members her are in the server maybe they can help you with that if you want to be added.
I know about the Discord, but it's been years and I haven't seen any news of them updating the mod or anything other than Little Manhood's mod back in 0.995 porting a few things.
So I thought they just kept the comunity alive and had already abandoned plans for the mod.
 

\\_Tremolo_//

Well-Known Member
Jul 1, 2022
1,304
3,734
The characters behave in the weirdest ways. Like Emma initiating a sex act in the danger room and then complaning about it being too public. And then refusing to do it later in private. Or Kitty asking for a sex act and then saying she's not ready for it.
Just like real women
Yeah, that's why they called it dating sim or wild life sex sim:Kappa:


P.S.: Wish I could've had that relationship:FacePalm:
 
  • Like
Reactions: DragunsBahamuth

Bekai7

Member
Jul 6, 2020
232
344
I know about the Discord, but it's been years and I haven't seen any news of them updating the mod or anything other than Little Manhood's mod back in 0.995 porting a few things.
So I thought they just kept the comunity alive and had already abandoned plans for the mod.
yeah they kept working on it just very slow. they want to revamp everything. create a framework that others could use to create their stories, not just a mod for the game.
 

leathermax

Well-Known Member
Feb 10, 2019
1,533
4,950
yeah they kept working on it just very slow. they want to revamp everything. create a framework that others could use to create their stories, not just a mod for the game.
So I heard quite a while ago. Do you know how that's going so far and if they plan to develop the actual mod further?
 
  • Thinking Face
Reactions: Dr. Coom and armond

Bekai7

Member
Jul 6, 2020
232
344
# Ren'Py Trainer Framework Module Version 0.01 is finalized!

### Finalizes the Version 0.01 vertical slice.
* Should be up-to-date with current Ren'Py pattern.

## Features
### Trainer Character
* Implements schedule to TRNCharacter


### Item / Inventory
* New Item class. Closes #264, Closes #266
* New Inventory class. Closes #49
* Sets up Item factory function.
* Created item `kind`.
* Inventory as a list-like object for use in simple inventory mechanics. Closes #281
* Inventory object as a number.
* Sets up various built-ins to recognize when a number is being supplied and uses the money field for operations instead.
* Adds item category field. Closes #273
* Dynamic Item Naming: Allows for a python expression to be used in place of a name. Closes #272.
* If an item is flagged as unique, it should now act as a singleton. Closes #270.
* Adds string representation to items.
* Adds conditions for items.
* Condenses condition categories to give, see, and use.
* Adds traits to Item
* Adds Item status. Closes #275


### Location
* Adds image function for time cycles. Closes #263 for now.
* Checks for layeredimage style background
* Adds a default image function to handle registering images with or without a time cycle.
* Changes LocationHandler to a singleton
* Adds a global list of locations.
* Location should now function as a DynamicEntry. Closes #262


### Paperdoll / Clothing / Outfit / Wardrobe
* Adds BodyGroup parser.
* Adds BodyPart to facilitate shame checks.
* Shame Calculation should now be based on what is seen or exposed.
* Clothing inherits Item. Closes #268
* Adds Emotion Controller for paperdoll emotions


### Time / Scheduler
* Time class skeleton.
* Skeleton structure for Scheduler class.

Thats the last update on september 17
 

smile07

Newbie
Dec 2, 2023
69
175
# Ren'Py Trainer Framework Module Version 0.01 is finalized!

### Finalizes the Version 0.01 vertical slice.
* Should be up-to-date with current Ren'Py pattern.

## Features
### Trainer Character
* Implements schedule to TRNCharacter


### Item / Inventory
* New Item class. Closes #264, Closes #266
* New Inventory class. Closes #49
* Sets up Item factory function.
* Created item `kind`.
* Inventory as a list-like object for use in simple inventory mechanics. Closes #281
* Inventory object as a number.
* Sets up various built-ins to recognize when a number is being supplied and uses the money field for operations instead.
* Adds item category field. Closes #273
* Dynamic Item Naming: Allows for a python expression to be used in place of a name. Closes #272.
* If an item is flagged as unique, it should now act as a singleton. Closes #270.
* Adds string representation to items.
* Adds conditions for items.
* Condenses condition categories to give, see, and use.
* Adds traits to Item
* Adds Item status. Closes #275


### Location
* Adds image function for time cycles. Closes #263 for now.
* Checks for layeredimage style background
* Adds a default image function to handle registering images with or without a time cycle.
* Changes LocationHandler to a singleton
* Adds a global list of locations.
* Location should now function as a DynamicEntry. Closes #262


### Paperdoll / Clothing / Outfit / Wardrobe
* Adds BodyGroup parser.
* Adds BodyPart to facilitate shame checks.
* Shame Calculation should now be based on what is seen or exposed.
* Clothing inherits Item. Closes #268
* Adds Emotion Controller for paperdoll emotions


### Time / Scheduler
* Time class skeleton.
* Skeleton structure for Scheduler class.

Thats the last update on september 17
And what is this trainer for?
 
  • Like
Reactions: Dr. Coom
4.40 star(s) 159 Votes