Family Fun

Active Member
Nov 9, 2020
504
1,051
308
so... I might used resources more than needed, it ended up with -329189 embty cans, I can't get an embty cans for lotions. Does anyone knows how to fix it?
if you know how to make renpy changes you can go into Locations.rpy line 1248 and change
$ l_vacias = l_vacias + 1
to become: $ l_vacias = l_vacias + 329189
save and relaunch your game. Eat a can of food and you will gain 329189 empty cans putting your total at zero.
go back and edit again to become:
$ l_vacias = l_vacias + 1
You don't want to end up with millions of empty cans in a few game days. I doubt it would cause any problems but it's easier to not have potential problems.

I tried to find a way to update the empty cans quantity through the Shift + O tool but I was not successful.

If you don't know enough renpy or don't have the download to make edits paste your save file and I'll update it for you.
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
25,025
17,586
1,038
I've searched everywhere. I can't find this bucket.
It will show up on the beach when all triggers go off, you are still missing a trigger or 2 so just keep playing and work on other quests.
Check your book and see if you can read again.
 

btrain33

Active Member
Dec 29, 2018
761
1,224
341
Anyone have an updated incest Patch for version 0.5? Only one listed in OP is for version 04.
 

Havik79

Conversation Conqueror
Sep 5, 2019
6,994
8,374
778
Anyone have an updated incest Patch for version 0.5? Only one listed in OP is for version 04.
It works though, I used it when I played yesterday, it is basically just a simple txt file, nothing needed updating.
 
Mar 17, 2020
20
35
178
if you know how to make renpy changes you can go into Locations.rpy line 1248 and change
$ l_vacias = l_vacias + 1
to become: $ l_vacias = l_vacias + 329189
save and relaunch your game. Eat a can of food and you will gain 329189 empty cans putting your total at zero.
go back and edit again to become:
$ l_vacias = l_vacias + 1
You don't want to end up with millions of empty cans in a few game days. I doubt it would cause any problems but it's easier to not have potential problems.

I tried to find a way to update the empty cans quantity through the Shift + O tool but I was not successful.

If you don't know enough renpy or don't have the download to make edits paste your save file and I'll update it for you.
Any One Tell Me How To make renpy changes into Locations.rpy line 1248
 

Potatolord12345

New Member
Mar 19, 2020
11
1
118
if you know how to make renpy changes you can go into Locations.rpy line 1248 and change
$ l_vacias = l_vacias + 1
to become: $ l_vacias = l_vacias + 329189
save and relaunch your game. Eat a can of food and you will gain 329189 empty cans putting your total at zero.
go back and edit again to become:
$ l_vacias = l_vacias + 1
You don't want to end up with millions of empty cans in a few game days. I doubt it would cause any problems but it's easier to not have potential problems.

I tried to find a way to update the empty cans quantity through the Shift + O tool but I was not successful.

If you don't know enough renpy or don't have the download to make edits paste your save file and I'll update it for you.

I've tried to make some edits using renpy but still didn't know how to do it.

thank you for your help. This is my save file
 

Fushan

Active Member
Donor
Respected User
Aug 12, 2016
603
820
372
if you know how to make renpy changes you can go into Locations.rpy line 1248 and change
$ l_vacias = l_vacias + 1
to become: $ l_vacias = l_vacias + 329189
save and relaunch your game. Eat a can of food and you will gain 329189 empty cans putting your total at zero.
go back and edit again to become:
$ l_vacias = l_vacias + 1
You don't want to end up with millions of empty cans in a few game days. I doubt it would cause any problems but it's easier to not have potential problems.

I tried to find a way to update the empty cans quantity through the Shift + O tool but I was not successful.

If you don't know enough renpy or don't have the download to make edits paste your save file and I'll update it for you.
l_vacias = x

For empty food cans, in console.
 
  • Like
Reactions: loveatkhajuraho

b h

Newbie
Feb 26, 2018
96
69
200
Sunburn mission says - Active and the mission reads "All I can do now is ask Mom for a massage". I have completed everything else is anyone else stuck there?
 

Ahchi

Forum Fanatic
Jul 17, 2020
4,854
8,988
678
Sunburn mission says - Active and the mission reads "All I can do now is ask Mom for a massage". I have completed everything else is anyone else stuck there?
Keep asking for Massage. they get interesting.
 

Family Fun

Active Member
Nov 9, 2020
504
1,051
308
I've tried to make some edits using renpy but still didn't know how to do it.

thank you for your help. This is my save file
that should do it.

unpacking the .RPA file is a hassle and I had some difficulty with that as well. I still load up youtube an watch someone else do it first each time I want to tinker like this.
 
3.10 star(s) 74 Votes