GamerDaddy

Engaged Member
Feb 6, 2023
2,105
1,271
Ok, how do I complete bounties?

I looked at posters, got 3 names, Carter, Jack, Mireya

Then I ended up in a random battle during explore, and I saw enemy name was Carter.
I won fight, and captured Carter.

What now?

I tried added them to my companion slot and took them to the bar with me, and checked their bounty, still nothing happened.

Should I sell them to slave trader?
or
Should I goto bar when they are not my companion?

Or is random 'Carter' from battle, not the actual 'bounty Carter'?
IIRC you keep clicking on the bounty pic till you find them then you will see a capture button
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,105
1,271
all the babies are dying during childlabor after building the hospital, I think is a bug.
ive tested this several times and out of 30 births only 3 were still born the rest lived (EDIT make sure to have towels and a doctor)
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,471
1,713
all the babies are dying during childlabor after building the hospital, I think is a bug.
ive tested this several times and out of 30 births only 3 were still born the rest lived (EDIT make sure to have towels and a doctor)
I will also double check it. There was contributed code too in the last moment, maybe that messed something up.
 
  • Like
Reactions: GamerDaddy

Bracht

New Member
Jul 24, 2024
2
1
But now it is V 0.42a .i have no problem, but the code from v 0.42 doesn`t work any more. so play v 0.42, if you need the cheats
 
  • Like
Reactions: FreeCont434

McLOVINu

Active Member
Mar 18, 2018
763
366
Mmm, glass and metal should be 'salvageable' from most areas,
I'm not talking about pure metal ingots, or complete panes of glass,
just some 'salvageable' bits, all those cars and buildings.

Also, how do I build hospital? I have blueprints, and only 38 int at the moment, and it is not showing up at my workbench.
 

McLOVINu

Active Member
Mar 18, 2018
763
366
Is there a way to interact with Blair, like for a guest or slave? [she just stays in MC room]

I want to see her stats, skills, traits, etc.
 

kralubu

Newbie
Apr 24, 2017
49
20
The creator of the game writes this: You are playing older version (0.42). Newer version is available (0.42a)
Play it on or join discord and download it there.

????????????????????????????????????

What is that supposed to mean, I don't see any such version of the game here!
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,471
1,713
The creator of the game writes this: You are playing older version (0.42). Newer version is available (0.42a)
Play it on or join discord and download it there.

????????????????????????????????????

What is that supposed to mean, I don't see any such version of the game here!
Haven't updated F95 yet. Newest patches are always first available on official site OR in discord.
I usually update this forum also but didn't had time yet to do that.
 

McLOVINu

Active Member
Mar 18, 2018
763
366
I think the online versions 'html file' isn't 'server re-encoded' [ie, doesn't change directly/paths, or add online only code]

So you can simply download the online htm (html) and simply add it to your offline verions directory [to the folder with the og .html]

I compared the offline42 and the online42a htm(l)s, and it only has 16 edits, all appear to be fixes.

Cheers.
 
  • Like
Reactions: ttyrke

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,471
1,713
I think the html file isn't 'server re-encoded' [ie, doesn't change directly/paths, or add online only code]

So you can simply download the online htm (html) and simply add it to your offline verions directory [to the folder with the og .html]

I compared the 42 and 42a htm(l)s, and it only has 16 edits, all appear to be fixes.

Cheers.
Yes. You can actually open official site -> save as and put file in the game folder.
 
  • Like
Reactions: McLOVINu

jamiehmcw91

Engaged Member
May 28, 2021
2,149
1,020
Any way to add more guess rooms? I have too many girls with 100 relationship points in the basement?
Also when can you have the small houses and electricity on the gates ect
 

McLOVINu

Active Member
Mar 18, 2018
763
366
Any simple way to make the 2 slaves/guests from this passage, sisters?

<tw-passagedata pid="186" name="Explore event: The Enslaved Settlement" tags="" position="6653,17" size="100,100">

I've tried giving them "name", "id" "family, like so:
Code:
                            $tmpGirl.name = &#39;Nameone&#39;,
                            $tmpGirl.id = &#39;nameone&#39;,
                            $tmpGirl.family = {
                                sister: [&#39;nametwo&#39;]
                            }

and vice verca for the 2nd tmpGirl to reflect the 1st tmpgirl

                            $tmpGirl.name = &#39;Nametwo&#39;,
                            $tmpGirl.id = &#39;nametwo&#39;,
                            $tmpGirl.family = {
                                sister: [&#39;nameone&#39;]
                            }

I also tried simply removing the [ ] from the family part, gives no errors both ways, however, their names don't show up when I click/hover the icon on their screen that should show their family members.
I'm thinking I need to set defaults for them, similar to how Vincent/Blair have stuff set at the top of the html.

edit: some test edits, did throw up error: nameone or nametwo not identified. seems like the 'family' mechanic isn't too well developed
 
Last edited:
3.60 star(s) 42 Votes