3.80 star(s) 4 Votes

Johntheloner

Newbie
Jun 14, 2017
93
368
231
Guys, actually if the original creator officially abandon, I can take care of it and continue to work on more updates, no worries. I've spent about 3 months tweaking this game script for my own self.
If nothing else, just call your version an 'expansion mod' of the base one. Don't think anyone can really complain about it if it's phrased that way.
 

Shadow314

New Member
Apr 29, 2018
2
2
116
Guys, actually if the original creator officially abandon, I can take care of it and continue to work on more updates, no worries. I've spent about 3 months tweaking this game script for my own self.
If you can add the possibility of picture that would be really nice
 
Feb 1, 2018
255
158
227
Guys, actually if the original creator officially abandon, I can take care of it and continue to work on more updates, no worries. I've spent about 3 months tweaking this game script for my own self.
If that is the case, you could show us an example of what you have done so far. Such as implementing a school to make slaves smarter? Or a gym dedicated to making a slave strong? A beauty pageant to make them look more pretty? I am just spit balling here.
 

shadow14613

New Member
Nov 15, 2018
12
50
81
If that is the case, you could show us an example of what you have done so far. Such as implementing a school to make slaves smarter? Or a gym dedicated to making a slave strong? A beauty pageant to make them look more pretty? I am just spit balling here.
I already made function to make slaves more pretty in Rune Practicum but my own code is messed up a lot because of too many new functions, so, it would be difficult to just drop what I've done so far. I'll try to drop those 3 you suggest asap, one by one or all 3 at once, I don't know yet. Thanks for your suggestion.
 
  • Like
Reactions: SparX058

shadow14613

New Member
Nov 15, 2018
12
50
81
If that is the case, you could show us an example of what you have done so far. Such as implementing a school to make slaves smarter? Or a gym dedicated to making a slave strong? A beauty pageant to make them look more pretty? I am just spit balling here.
Done implementing school as new version 0.5.16.1 how should I upload for you guys all?
 

shadow14613

New Member
Nov 15, 2018
12
50
81
New update 0.5.16.1 Expansion mod
~ Slaves in estate can now be sent to school to become smarter
~ Slaves will now have different chances to obtain knowledge according to their current intelligence
when they spend their week at school.
- dense -> 50% to fail / 30% to get 25 Knowledge / 20% to get 50 Knowledge
- dumb-> 40% to fail / 40% to get 25 Knowledge / 20% to get 50 Knowledge
- average-> 30% to fail / 40% to get 25 Knowledge / 30% to get 50 Knowledge
- intelligent-> 20% to fail / 40% to get 25 Knowledge / 40% to get 50 Knowledge
~ Upon reaching 100 Knowledge, slave intelligence will increase by 1
~ Intellectually gifted slaves will no longer gain knowledge at school

 

Reij

Member
Jun 22, 2018
157
138
210
Why was this abandoned?
I don't think anybody but the developer knows. His last post (Patreon, Twitter, and his blog) was in December of last year where he talked about taking the game in a new direction (" The game is going to be changed from a “Fantasy Slave Trainer” to a general fantasy world simulator.") and he would be "releasing rapid-fire updates for the foreseeable future." Then nothing.

He did talk about feeling like he never made any real progress, tearing systems down and rebuilding them back up, sometimes worse than they started. Maybe with the shift in direction and the accompanying changes, he just finally lost the drive to continue? Maybe he won the lottery and doesn't have reliable internet connection on the private island he bought?
 

Shadow314

New Member
Apr 29, 2018
2
2
116
I think it's really nice that someone continue the development of this game.

and I found a way to add a picture from file you need to add :
<<set $namePicture="<img src=images/"+$activeCharacter.name+".png>">>
// to generate the source of the picture here in a folder images
//the name of the pictuce here is the slave name .png

then you put " $namePicture" where you want your picture I assume here that we are in Slave Description of the twine story
 
Last edited:

Tyranuss

New Member
Jul 8, 2019
2
7
13
I'm surprised to see people picked up and worked on this as well. I did a little bit of custom work filling out more of the hypnosis stuff early 2019 before he released his update and I just said screw it, then he never patched again, so I've patiently waited since it is technically the OC's intellectual content. If we have a way to coordinate this, I might polish that stuff and integrate it into the current modded patch. The game itself provides a decent framework, so expanding existing content is relatively easy. Kudos on adding the school function in.
I just added in 3 intermediate hypno trainings, which take more energy to perform. A hypnosis fetish, pregnancy, and doll. The pregnancy one changed their weekly outlook during pregnancy, etc.
 

Tyranuss

New Member
Jul 8, 2019
2
7
13
Give me more ways to turn women into livestock and interactions with race descriptions. (Elves being proud and hard to break, cowgirls being docile and coerced with headpats.) I'll pay for that shit.
I've thought that there is a lot of wasted space right now for racial descriptions and interactions currently. I just finished syncing my older version of the game with the modded version posted recently, so anything like that is going way on the backburner. I have a bit of stuff to fix, because the most recent version has the update to arousal, which means I have to rework some of my previous work to fit it into the new stuff.

One of the hardest parts of tackling flavor text is the multitude of it. Any time you add variance to what the text can say, its a lot of writing. For example, I need to go back and re-write all the doll/pregnancy fetish sex text for certain situations. The original author added flavor for when the partner is some variant of cumsar, figured that was a good place to expand. What I might do, if I get to it, is post sections on this forum that I'm looking for flavor text ideas for, and if someone steps up, that'll alleviate a lot of the headache, because I personally prefer to expand on mechanics (for example I'd like to add an auto-induction that doesn't use any slime-essence if they already have a hypnosis fetish induced in them).
 
3.80 star(s) 4 Votes