Deleted member 662393

Member
Game Developer
Jun 5, 2018
290
1,013
Loved the update, can't wait until v0.3 where I can violate ex-gf and her baby bump. Not holding out for everyone else (yet) but 1 option that really doesn't mean anything to the story is always good!
Sandra and ex-gf lizzy seem to win the poll so there will be a lot of scenes with them :FeelsGoodMan:
 

ut1stgear

Well-Known Member
Feb 7, 2018
1,406
578
Don't worry buddy we plan to also add a memory card and other more easy mini games in 0.3 as for now on the part with sandras laptop and the password ou can keep going in and type motherlode this will give you 100$ each time you do it.
thx. It won't let me back into Sandra's room and I jus do the medium mini so I have over $1500 to carryover to 0.3 so I think I have completed this update.
 

Deleted member 662393

Member
Game Developer
Jun 5, 2018
290
1,013
If you find any other bug guys let me know, also don't worry about the save game issue if that actually happens in 0.3 again we give you a skip option.
 

cavaemon

Active Member
May 29, 2018
881
516
new favorite game :) not cause of the genre (that's a close third lol) but its set with mafia and omg the possibility of its story makes me want to see more lol. many thx on the genre cause man we don't see those in one game often... its a unicorn of a game man LOL.
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Respected User
Donor
Jun 10, 2017
10,115
14,802
[...] also don't worry about the save game issue if that actually happens in 0.3 again we give you a skip option.
Or why not read and make sure that the next update will be save compatible whatever you change ?
Here, the two most obvious compatibility issue between 0.1 and 0.2 are the removing of the "Person" and "Abilities" classes. Which can be easily fixed:
Code:
init python:
    class Person():
        pass
    Abilities = Person
label after_load:
    python:
        for atom in [ "social_list", "abilities_list" ]:
            if hasattr( store, atom ):
                delattr( store, atom )
No need to more apparently (haven't took a full look at the code) since the associated values where stored outside of the objects ; anyway it wouldn't have been a big issue either if they were only stored in the objects, just a little more code to wrote to move the value from the old place to the new one.

As for the other compatibility issues (like the name change due to the incest patch), they are explicitly covered by the linked How-To.
 
  • Like
Reactions: phreadom

Deleted member 662393

Member
Game Developer
Jun 5, 2018
290
1,013
You don't have permission to view the spoiler content. Log in or register now.

I actually don't do the coding and don't know anything about it, my coder said the save issue won't be a problem in the next version but i make sure she checks your post, I just said that so people don't think this will happen with every version now. Thanks for the post tho.
 
  • Like
Reactions: phreadom

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Respected User
Donor
Jun 10, 2017
10,115
14,802
I actually don't do the coding and don't know anything about it, my coder said the save issue won't be a problem in the next version but i make sure she checks your post, I just said that so people don't think this will happen with every version now. Thanks for the post tho.
No problem. It wasn't a complain anyway, but more a highlight to the solution (which isn't always obvious).
 

Dole

Well-Known Karen
Apr 28, 2017
2,956
2,464
0.2c bugs

The Gallery is open before you find the pics. (in 0.2b aso it looks not normal I don´t know).

First Saturday when you do the day other things and go at night to your sister Sophia and her friend Britany you spin the bottle after this it is Saturday morning.

It would aso be nice when your download have aso the letter and not only 0.2. It is easier for all playing people to see what version is the newest.

I am not sure I tried 2xtimes to study with Jody and nothing. In 0.2b I have had no problems. One time for 20$ I canceld aso in 0.2b. Maybe somebody other can check this aso if this is now buged or not?
 

ut1stgear

Well-Known Member
Feb 7, 2018
1,406
578
If you find any other bug guys let me know, also don't worry about the save game issue if that actually happens in 0.3 again we give you a skip option.
Getting the "old save not working so I guess wait for 0.3. Also Mega downloads the same 0.2 file not 0.2c so it doesn't update to 0.2c.
 

ut1stgear

Well-Known Member
Feb 7, 2018
1,406
578
That is 0.2c it's just called 0.2 sorry for that.
no problem I solved it by just deleting the last download and extracted game folder. Looking at the full trace Renpy is not recognizing it as 0.2c so it doesn't update the saves to 0.2c, it still thinks it's 0.2. My Stealth is 45/30 , only stat over max, so tried running from a save where it was below max but got the exact same exception error.
 
2.20 star(s) 19 Votes