sillyrobot

Engaged Member
Apr 22, 2019
2,439
2,061
468
Well the attempt to separate the school factions missions is a failure. I'm running 44.03 and I received Kelly's mission today and when I returned to school the next morning, I was given the option to pursue Kelly's, Allie's, and Chelsea's missions one after another.

To keep the variables untangled, do not agree to pursue a portion mission you aren't running.
 

GrizzlyUK

Active Member
Oct 21, 2019
577
568
288
Just an FYI, apparently BugFix 0.44.03 actually causes more problems than it fixes! So BugFix 0.44.04 has been released to, hopefully, fix the problems introduced by BugFix 0.44.03. Unfortunately I don't have access to the new BugFix 0.44.04 but hopefully someone will add it here soon! :unsure:
 

Phoexist

Active Member
Mar 11, 2020
505
559
258
Can someone tell me where the saved game file is located so I can back it up
The game keeps a 'saves' subdirectory inside the game folder. Also virtually every ren'py game also creates a folder in users/'your profile name'/appdata/roaming/renpy. Appdata is a hidden folder I believe so make sure your setup to view hidden folders.
 

GrizzlyUK

Active Member
Oct 21, 2019
577
568
288
Can someone tell me where the saved game file is located so I can back it up
All Ren'py games actually have two save game locations, the first is within the "..\game\saves" subfolder where you have extracted the game, the second location is the default Ren'py save folder:
C:\Users\<Your User Name goes here>\AppData\Roaming\RenPy\SuperPowered

If you have any other Ren'py games then you'll find folders there for each game. Note that the users AppData folder is a hidden system folder so you will need to have the "Show hidden files, folders and drives" option selected in your Folder Options.
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
7,162
645
If there are no new bugs, I will do the repack tomorrow (Wednesday)

EDIT:
But this is a test version! I will wait for the final version for the repack.
 
Last edited:
  • Like
Reactions: Tharu35 and Darkace

Sothyr

Active Member
May 26, 2019
951
1,033
281
Well the attempt to separate the school factions missions is a failure. I'm running 44.03 and I received Kelly's mission today and when I returned to school the next morning, I was given the option to pursue Kelly's, Allie's, and Chelsea's missions one after another.

To keep the variables untangled, do not agree to pursue a portion mission you aren't running.
I played 44.02 and when Kelly appeared, Allie (or Chelsea not sure) mission was active, too, without her starting the mission. Additionally the missing panties event started at the same time (if this is Chelsea's mission it looks like all 3 got active with Kelly).
 

sillyrobot

Engaged Member
Apr 22, 2019
2,439
2,061
468
I played 44.02 and when Kelly appeared, Allie (or Chelsea not sure) mission was active, too, without her starting the mission. Additionally the missing panties event started at the same time (if this is Chelsea's mission it looks like all 3 got active with Kelly).
Yeah, the same with 44.04. I just got offered multiple sets. If you interact with missions you haven't opened, things go wrong. If you don't engage with them and only do the active mission bits, everything works OK.
 

Sothyr

Active Member
May 26, 2019
951
1,033
281
Command code for addition into cheats area

Player.base_interactions=xxx

No more then 100 is needed

Works in all time periods and cycles every day.

Have fun with 85% less grind
I'm thinking about adding for all girls +favor from the 4 chat options, in school once in the morning and day. If I can find out how to do it.

Maybe same with gossip, but this would be little more complicated, because I need to check if favor is high enough every time. I understand some programming, because I do much in excel (and a long, long time ago with basic and turbo pascal), but I'm still far away to understand renpy's language. So I am every careful what I change.


Does anyone have a full character list for the console commands?
Not 100% sure, but they may be here in the OP, or check the OP of the radioactive mod.
 

sillyrobot

Engaged Member
Apr 22, 2019
2,439
2,061
468
Sigh. Neither Allie nor Teri have been put in the Nerd faction yet. You still don't get bonus Influence from them.
 

Sothyr

Active Member
May 26, 2019
951
1,033
281
Sigh. Neither Allie nor Teri have been put in the Nerd faction yet. You still don't get bonus Influence from them.
I just added to ally's character file "$ a.groups = ['nerd']" and Terry had this empty $ t.groups = [' '], so I put Nerd in it, but still no nerd bonus for both.

There must be somewhere else a variable or similiar to put them in the group , because it works for Sam.
 

sonofquid

New Member
Nov 18, 2020
9
1
168
game complete broken now downloaded 44.04 fix will not let me load saved game. says tester 44.04 will taht be fixed
 

sillyrobot

Engaged Member
Apr 22, 2019
2,439
2,061
468
I just added to ally's character file "$ a.groups = ['nerd']" and Terry had this empty $ t.groups = [' '], so I put Nerd in it, but still no nerd bonus for both.

There must be somewhere else a variable or similiar to put them in the group , because it works for Sam.
You have to add them to a list. I did it before so I know it can be done. I was just hoping the bug would have been dealt with. char.groups.insert(1,"nerds") when they are the selected character or replace char with their variable name. Though it might be "nerd" rather than "nerds"
 

Sothyr

Active Member
May 26, 2019
951
1,033
281
You have to add them to a list. I did it before so I know it can be done. I was just hoping the bug would have been dealt with. char.groups.insert(1,"nerds") when they are the selected character or replace char with their variable name. Though it might be "nerd" rather than "nerds"
Yes, I think it should be nerd, sam uses nerd.
I just can't find the lists. Not for the Nerd, Cheerleader, jock and rebel.
 
  • Like
Reactions: sillyrobot

sillyrobot

Engaged Member
Apr 22, 2019
2,439
2,061
468
Yes, I think it should be nerd, sam uses nerd.
I just can't find the lists. Not for the Nerd, Cheerleader, jock and rebel.
They're built into the character class so each char has its own list. Not necessarily the most elegant design, but it works fine. That's why you need to reference the character in the assignment.
 

Sothyr

Active Member
May 26, 2019
951
1,033
281
Is there an issue with Sandra's quest in school? After visiting the principals office, I do not get the next step.


They're built into the character class so each char has its own list. Not necessarily the most elegant design, but it works fine. That's why you need to reference the character in the assignment.
If I underestand it correctly this happens for example in the char_Name file under label ini_samantha with
$ sam.groups = ['cheerleader', 'nerd']

So I added under ini_Allie for Allie in her file:
$ a.groups = ['nerd']

Terri had this already in her file, only missing Nerd. So I added nerd between ['']:
$ t.groups = ['nerd']

In script.rpy is a list under char_data which connects the abbreviations with their names. Which is maybe in this case not important.

There is in the label person_gossip(char):
with the following code:
if player.schoolrep_nerd > 0 and "nerd" in char.groups and player.alignment >= 60:
$ var1=(2 * player.schoolrep_nerd)
$ player.reputation+=var1
"{color=24ff00}+[var1] Global Influence{/color}\n From Nerd Reputation."
So I would expect that char.groups would be for Allie: "a.groups" and provide Nerd from her file, but this does not work. I seem to overlook something.

I do not understand this:
func_updatescript.rpy: $ a.groups.append('nerd')
func_updatescript.rpy: $ sam.groups.append('nerd')
func_updatescript.rpy: $ t.groups.append('nerd')
sam for example has already an nerd entry in her file. So I am not sure why she is mentioned in the updatescript.

I find it interesting that other chars do not have append added in the same file:
func_updatescript.rpy: $ sd.groups = ['rebel']
func_updatescript.rpy: $ sis.groups = ['rebel']


While for the jocks, they used again append
func_updatescript.rpy: $ ch.groups.append('jock')
func_updatescript.rpy: $ n.groups.append('jock')
func_updatescript.rpy: $ sd.groups.append('jock')
And I get Jock Reputation if I gossip for example with ch.
 
3.10 star(s) 142 Votes