sdfsds345

New Member
Apr 18, 2019
11
0
101
reduce cost of social-fisical-mental in institute when bye for global influence is bug or part of the new 42 game? if this part of the game i must start from the beginning because this reduce destroy old strategy. this is big change and must be show in the changelog
 

lbooodl

Newbie
Jun 14, 2017
25
22
180
I play the new game,when i use mind control to ask mom change into revealing clothes,i get error messages,and after that every time i interact with mom i get error messages.

Version: 0.42.01b Hotfix (clean game)

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
 
Oct 5, 2017
117
26
139
Does Tamara have to join the club to carry on her story? (to meet the others with glowing eyes) Or does she not join the club to get that part?
 

tom33p

New Member
Jan 15, 2019
2
1
116
Line 83 of game/util/func_images.rpy should read:
```
if char.brainwashed:
```

instead of:
```
if char.brainwashed():
```

That should take care of at least one of the crashes people are having with mind control.
 

T.Geiger

Active Member
Modder
Nov 29, 2017
842
1,158
311
That should take care of at least one of the crashes people are having with mind control.
The original is correct. You can check this yourself by typing sis.brainwashed() into the console. Leaving off the parentheses will return a function reference.
 

ceyceyist

Newbie
Jun 6, 2017
42
11
147
Guys i progressed through the story but now every tuesday boys only plays video games. Can't the scenes replayed ? Or can i replay the story with blonde chick who mind controls us with tamara ? i want to do other choices
And one last thing can we select the which clothes girls gonna wear? Is there a mod for it?
 
Last edited:

john doe

Newbie
Aug 17, 2016
62
100
241
Starting the game (42.0) leads to a white screen followed by a 'not responding' message and then I need to force quit the application. This didn't happen with previous versions. Are/were other people having this problem or did my download potentially fuck up?
 

tom33p

New Member
Jan 15, 2019
2
1
116
The original is correct. You can check this yourself by typing sis.brainwashed() into the console. Leaving off the parentheses will return a function reference.
You are correct. At the start of a new game `char.brainwashed` is a function reference. I was a bit hasty and didn't verify what I was saying. But, since the error message from the crash is "TypeError: 'bool' object is not callable", what that means is that at some point the game overwrites the `char.brainwashed` function reference with a boolean value. I verified this. `m.brainwashed` is a boolean set to False at the time my game crashes.

And this might be it:
```
if m.control<=80:
$ m.brainwashed=False
else:
$ m.brainwashed=True
return
```
in chars/char_Mom.rpy, line 1712
 
Last edited:
  • Like
Reactions: lbooodl

limesrhymes

New Member
Jul 17, 2017
2
1
184
Alright, since the "brainwashed" error wasn't limited to the mother editing the script to fix them would be too much works. So here's a better fix than my initial one, and it also fix the "softblock" issue. It also solve the problem if you already encountered it, therefore any save file should be fine.
Obviously, I can nothing for the missing image ; just click "ignore" when the error appear, it's annoying but it don't definitively break the game.

Just download the attached file, and put it in the "[path to SuperPowered]/game/" folder.
Thanks so much! This worked perfectly.
 

T.Geiger

Active Member
Modder
Nov 29, 2017
842
1,158
311
And this might be it:
```
if m.control<=80:
$ m.brainwashed=False
else:
$ m.brainwashed=True
return
```
in chars/char_Mom.rpy, line 1712
Yeah. He fixed this in 0.42.02. A quick regex search (^(?!.*\().*\bbrainwashed\b) suggests he got all non-parenthetical usage.
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,346
8,127
815
please help me...how to use a cheat to increase your favor, love. and please provide examples
All the currently known console (cheat) commands have been added to the first post.
To open the developer console (the cheat window to some) Hold Shift and press O. Not 0, but O.
If it's not opening, you need to enable it manually.
 

titidgw

New Member
Dec 1, 2020
5
0
1
All the currently known console (cheat) commands have been added to the first post.
To open the developer console (the cheat window to some) Hold Shift and press O. Not 0, but O.
If it's not opening, you need to enable it manually.
what i mean is (
Girl affecting cheats (replace <char> with girl's console identifier)
<char>.vitality = x
<char>.willpower = x
<char>.favor = x
<char>.love = x
<char>.lust = x
<char>.fear = x
<char>.anger = x
<char>.inhibitions = x
<char>.suspicion = x)
how to do it, please give me some examples
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,346
8,127
815
what i mean is (
Girl affecting cheats (replace <char> with girl's console identifier)
<char>.vitality = x
<char>.willpower = x
<char>.favor = x
<char>.love = x
<char>.lust = x
<char>.fear = x
<char>.anger = x
<char>.inhibitions = x
<char>.suspicion = x)
how to do it, please give me some examples
If you can open the console (press Shift + O during a game in progress), find the identifiers also in the first post.
For example, let's say want Allie's favour stat at 80 for whatever reason.
It would looks like this: a.favor = 80. I haven't really played since 0.38 but if you look over the Cheat Mods/Commands section again, you'll find all the girl indentifiers.
<char> is just a catch-all some people use to avoid retyping the same thing over and over. You need the identifiers to make use of them.
 
  • Like
Reactions: tuekop

tlhansen

Newbie
Jun 19, 2018
50
85
222
Is anyone else having trouble with mindcraft supression, family ties? I have tried it twice (sister and mother), and the suppression never takes effect. I did increase control on both of them after the suppression.
 

titidgw

New Member
Dec 1, 2020
5
0
1
If you can open the console (press Shift + O during a game in progress), find the identifiers also in the first post.
For example, let's say want Allie's favour stat at 80 for whatever reason.
It would looks like this: a.favor = 80. I haven't really played since 0.38 but if you look over the Cheat Mods/Commands section again, you'll find all the girl indentifiers.
<char> is just a catch-all some people use to avoid retyping the same thing over and over. You need the identifiers to make use of them.
terimakasih petununjuknya akan aku coba
 

titidgw

New Member
Dec 1, 2020
5
0
1
Is anyone else having trouble with mindcraft supression, family ties? I have tried it twice (sister and mother), and the suppression never takes effect. I did increase control on both of them after the suppression.
thanks for the instructions I will trythanks for the instructions.. I will try
 

sillyrobot

Engaged Member
Apr 22, 2019
2,427
2,058
468
Is anyone else having trouble with mindcraft supression, family ties? I have tried it twice (sister and mother), and the suppression never takes effect. I did increase control on both of them after the suppression.
I just ran a recalibration on the mom and it worked as expected. I'll try family ties later just to double check, but so far as I can see right now mindcraft is working fine.

Family Ties also works fine.
 
Last edited:
3.10 star(s) 142 Votes