4.40 star(s) 50 Votes

Mei Lien~

Fairy Apprentice devs!
Donor
Game Developer
Feb 18, 2019
441
1,413
oh snap... who who who choose my character???? umm let's see; Travolta or Jackson, there could never be a choice. it's Sam the Man aaaaaaaaaaaaaaaaaaaaaaallllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll the way.... uh muther fucker

View attachment 1246802

View attachment 1246802 and I will rain down, Righteous Fury....
I was about to comment "Is this a parody of Pulp Fiction?" :oops:
 

frogbert

Member
Oct 15, 2018
394
820
idk if its because of the WT mod but when i attempt to open the skill tree i get this error message:
Code:
NameError: name 'Iron_Belly_Power' is not defined
It's not because of the WT mod, Mr Sandman just doesn't know about after_load I guess.

Here's a simple fix, save this as after_load.rpy in the game folder
Code:
label after_load:
    if version < 0.17:
        default Iron_Belly_Power = 0
        default QUEST_My_Friend_Taylor = 0
        default Chris_is_robotic = 0
        default Chris_Is_Missing = 0
        default Threatened_Courier = 0
        default Tipped_Courier = 0
        default Ana_Harem_True = 0
        default Ana_Romance_True = 0
        default Nina_Harem_True = 0
        default Nina_Romance_True = 0
        default Susan__Harem_True = 0
        default Susan_Romance_True = 0
        default Dated_Nina_In_QUEST = 0
        default A_Second_Job_Gym = 0
        default A_Second_Job_bank = 0
        default QUEST_Nikki_Massage = 0
        default Nikki_Gave_Money_For_Oil = 0
#        default  = 0

    $ version = 0.17

init -50 python:
    try: version / 1
    except: version = 0
Fake edit: actually I'll attach it too

Real edit: updated again
 
Last edited:
  • Like
  • Thinking Face
Reactions: Vasy and Grelk

JackMiejov

Well-Known Member
May 20, 2021
1,220
2,194
Are saves from 0.16b not compatible? The OP just says that saves before 0.15a are incompatible and I didn't see any recent posts about saves not loading, but all of my saves from 0.16b crash the game when loading.
 

Master of Puppets

Conversation Conqueror
Oct 5, 2017
7,386
9,770
It's not because of the WT mod, Mr Sandman just doesn't know about after_load I guess.

Here's a simple fix, save this as after_load.rpy in the game folder
Code:
label after_load:
    if version < 0.17:
        default Iron_Belly_Power = 0
        default QUEST_My_Friend_Taylor = 0
        default Chris_is_robotic = 0
        default Chris_Is_Missing = 0
        default Threatened_Courier = 0
        default Tipped_Courier = 0
        default Ana_Harem_True = 0
        default Ana_Romance_True = 0
        default Nina_Harem_True = 0
        default Nina_Romance_True = 0
        default Susan__Harem_True = 0
        default Susan_Romance_True = 0
        default Dated_Nina_In_QUEST = 0
        default A_Second_Job_Gym = 0
        default A_Second_Job_bank = 0
        default QUEST_Nikki_Massage = 0
        default Nikki_Gave_Money_For_Oil = 0
#        default  = 0

    $ version = 0.17

init -50 python:
    try: version / 1
    except: version = 0
Fake edit: actually I'll attach it too

Real edit: updated again
That... seeing that freaks me out. It looks completely broken to me, and yet frighteningly it would work. But default statements don't belong inside blocks, they always run regardless of putting them in a condition or a label. I'm pretty sure that is exactly equivalent to:
Python:
default version = 0.17
default Iron_Belly_Power = 0
default QUEST_My_Friend_Taylor = 0
default Chris_is_robotic = 0
default Chris_Is_Missing = 0
default Threatened_Courier = 0
default Tipped_Courier = 0
default Ana_Harem_True = 0
default Ana_Romance_True = 0
default Nina_Harem_True = 0
default Nina_Romance_True = 0
default Susan__Harem_True = 0
default Susan_Romance_True = 0
default Dated_Nina_In_QUEST = 0
default A_Second_Job_Gym = 0
default A_Second_Job_bank = 0
default QUEST_Nikki_Massage = 0
default Nikki_Gave_Money_For_Oil = 0
Which is the way to do default values, no blocks or labels just a list of default statements.
 

Allan Trumbull

Forum Fanatic
Sep 10, 2021
4,758
4,759
Since there is no actual sex content yet, it might be too fast to put it on a site for adult games.
Also... ehm, since there is no sex content, the incest tag is wrong. Incest requires sexual relations of some sort.
There is a vaginal sex scene
 

Tumai

Member
Sep 1, 2019
463
1,052
Quick question Mr Sandman

By the way the superpower skill tree is laid out, are certain powers going to be alignment locked? I.e. A hero will never be able to get Heat Vision and a villain won't be able to talk to aliens? Or is it just a depiction of where the power lies I.e. A hero can still get "Orgasm Inducement" :ROFLMAO: but it is considered a "bad" power and using it may or may not result in a minus good points penalty?

PS. Love the game
 
  • Like
Reactions: Legend 123

duke100

Newbie
Aug 22, 2018
91
43
i don't want to restart the game to play the new update, does anyone have a save file for the end of the last update?
 
4.40 star(s) 50 Votes