Klaabu

Member
Feb 19, 2019
146
79
Stuck on the Slaves for Fuel mission for Sanctuary, I brought the 4, he took 2 then the other 2 the next day but still says I need to bring them? Help lol
Must be two options - on gives two girls for some fuel all the time, over one is quest related - he takes 4 girls and gives quest fuel.
 

Oscarsz

Member
Mar 31, 2020
147
132
Add your own images and videos. That's likely the only image/video for that scene.
not that i dropped the action pack it has like 7 images but it repeats the same every time, i try to change the image with other and even when i change the image that repeats it shows the same image again

question is the game in javascript or html?
 
Jun 21, 2019
142
163
ttyrke Since the game has content like MxF, MxM, MxTs, FxF, TsxTs, and FxTs, wouldn't it be possible in the future to add the option of a female and ts Mc? maybe like Dr. Flinch makes a transformation serum that lasts for the exact amount the player wants but it would still be required to be male for the story and pre-made npcs so it dont force it to revamp old events
 

Jakka01

Member
Apr 13, 2023
181
17
I'm constantly exploring but I haven't found any Tribe Meddallions. Is there a tactic for this? I found it once but I don't know how I did it
 

Rocolol

Newbie
Jul 2, 2020
19
11
hy everyone, sorry for the delay View attachment 3540520

Like promise here's the part 2 of my mod


this part 2 add 18 new portrait, those are :

Angela White, Autumn Falls, Brooklyn Chase, Capri Cavanni, Cecilia Lion,Christy Mack, Destiny Dixon, Eva Notty, Franceska Jaimes, Gianna Dior, Juelz Ventura, Karma Rx, Katrina Jade, Rae lil Black, Susy Gala, Tia Cyrus, Veronica Rodriguez and Vina Sky.

CHANGELOG: ( since the Part1)

- Since this is in a way my trademark, i choose to only left the sepia effect for the hero "cum" scenes and the the "rose" effect for the squirt scenes ( for more info go see my post linked for part 1).

- like the part 1, added 3 photo for each model portrait but also include a AI portrait for some models of the part one ( a big thanks to Flankspeed for his time and work(we will try to bring you the AI portrait of part 2 soon.)


as always you can find the walktrough in the mod folder

have fun.


link for part II: Mega

new link for part I: Mega
Anyone else has problem seeing images from this mod for a specific portraits?
I think it has something to do with the way the portraits are saved in the mod it does not recognize them if you change the HTML file like instructed.
 
Last edited:

Nachtvogel

Newbie
Jul 30, 2018
73
278
Quick question regarding children.
Do they develop skills or traits during childhood? Or can i just give them the growth potion to turn them 17 or whatever without losing anything?
And how do characters get traits anyway? I know you get skills from some work, but except the trait Breeder, no one ever gotten a new trait.
 

Rat-attack

Active Member
Aug 18, 2020
632
561
So I got inspired while playing through the latest version and followed those thoughts and have as a result modded the HTML file via Twine. (Thanks to ttyrke for letting me post it)

You don't have permission to view the spoiler content. Log in or register now.

From talking to ttyrke about what I'd done they said about it being open source already and just could make a pull request on the so they could easily merge it into the next version...although it's the uncompiled version of the game. Which as I did my editing via Twine on it's compiled version means that it needs to be manually done rather than an simple import/copy and paste I think (unless there's a secret way to uncompile). So if you get the want to edit the game yourself like I did, I suggest you look at starting there first rather than jumping straight to Twine.
 

Kieron1998

Newbie
Mar 10, 2023
48
70
So I got inspired while playing through the latest version and followed those thoughts and have as a result modded the HTML file via Twine. (Thanks to ttyrke for letting me post it)

You don't have permission to view the spoiler content. Log in or register now.

From talking to ttyrke about what I'd done they said about it being open source already and just could make a pull request on the so they could easily merge it into the next version...although it's the uncompiled version of the game. Which as I did my editing via Twine on it's compiled version means that it needs to be manually done rather than an simple import/copy and paste I think (unless there's a secret way to uncompile). So if you get the want to edit the game yourself like I did, I suggest you look at starting there first rather than jumping straight to Twine.
Just a quick question, so I know a bit of twine and sugarcube and i know to create basic visual novel style games with links and such but I struggle when it comes to sandbox and rpg. I've tried many a times to make something work but i couldn't and I just gave up so is your repository beginner friendly which can be used to create a game like this? Like I said, I tried to create a sandbox style game but i was Unable to make any progress. I opened the html file of this game in twine and it has so much to it, i was overwhelmed and understood nothing. I know this ain't a place to ask a question like this but i seriously wanna create something like this with the ideas I have so that's why I am asking you. Sorry to bother you.
 

Rat-attack

Active Member
Aug 18, 2020
632
561
Just a quick question, so I know a bit of twine and sugarcube and i know to create basic visual novel style games with links and such but I struggle when it comes to sandbox and rpg. I've tried many a times to make something work but i couldn't and I just gave up so is your repository beginner friendly which can be used to create a game like this? Like I said, I tried to create a sandbox style game but i was Unable to make any progress. I opened the html file of this game in twine and it has so much to it, i was overwhelmed and understood nothing. I know this ain't a place to ask a question like this but i seriously wanna create something like this with the ideas I have so that's why I am asking you. Sorry to bother you.
Just to be clear most of what you saw in Twine is not my work, it's ttyrke's work. (it is also certainly not beginner friendly due to it's size)

If you want to see what I did and compare it to what ttyrke originally had in those areas then look for these cards/files:
1730097457068.png
If you want to find the other two changes I made outside of blackjack then look for cards/files named: "Explore" and "Bedroom-sleep".
I didn't make any new cards/files, only edited in existing ones. There's two reasons (in my opinion) as to why I was able to do so, ttyrke named the cards/files appropriately making it clear as to what they dealt with/contained.
The other reason which is much more important is I've taking various coding courses. Which has meant I've had a lot of time to learn coding and in different languages alongside learn that when coding everything is logic based. (helps if your autism kicks in) So if it's a language I don't know, I can follow it's logic/patterns and search up whatever I want to try to do or don't understand. (Twine has it's own wiki but has been around that it's changed quite a bit) Learning C# or C++ has helped me the most though they are very similar to each other I've found so learning one of them helps you with coding in the other. Java is also popular but I've rarely used and is a bit hard to learn but that's nothing compared to how difficult I found Python to be (you write 200 lines of code to just make a plain window with no assistance tools) which after I learnt it's basics I have never touched again since nor found any situation where I could use it again.

If you want to get started with Twine then I suggest you take a look at this: As it's intended to help people looking at starting something in Twine do so. Additionally if you want to look at other HTML ganes on F95 that shows the Dev's have done good work with setting out their cards/files then take a look at Umesatraa Academy, Tasty Curse and Sluttown USA: Hometown Corruption. Meanwhile if you want to see how messy and confusing things can be then look at Society or Project Reeducation since while they can be understood....everything is highly compacted so it's harder to understand at a glance what is going on.

Finally F95 has the "Dev Help" section of the site where you can post questions there or possibly find guides there: https://f95zone.to/forums/dev-help.113/?prefix_id=4

If you want to ask anything more I suggest you do start another thread or a private conversation with me, but again keep in mind I only modded/changed a little bit of this game, I'm not the Dev of it, ttyrke is.
 
Last edited:
  • Like
Reactions: Kieron1998
3.60 star(s) 42 Votes