1lonegamer

Newbie
Apr 30, 2017
58
79
238
If someone is interested here are some console code i use:

Set favor, love and lust to max for all characters:
for characterIterator in [a,ag,an,ao,ch,d,dan,der,fred,i,js,k,m,mm,my,n,pl,px,s,sam,sd,sis,su,t,tam,ts]: characterIterator.love = 100; characterIterator.lust = 100; characterIterator.favor = 100;

Set personal assistant reprogram for all characters:
for characterIterator in [a,ag,an,ao,ch,d,dan,der,fred,i,js,k,m,mm,my,n,pl,px,s,sam,sd,sis,su,t,tam,ts]: characterIterator.reprogram='Personal Assistant+'

This is only for the Radioactive mod
Set 'Billy Sexual' core suppression for all characters:
for key in RaChar: RaChar[key].CoreSuppression='BillySexual+'
Do you know how much typing you are going to save me. I have been doing it character by charecter. I like this characterIterator command, first time I have seen it.
 

Darkace

Member
Sep 4, 2018
111
82
159
If someone is interested here are some console code i use:

Set favor, love and lust to max for all characters:
for characterIterator in [a,ag,an,ao,ch,d,dan,der,fred,i,js,k,m,mm,my,n,pl,px,s,sam,sd,sis,su,t,tam,ts]: characterIterator.love = 100; characterIterator.lust = 100; characterIterator.favor = 100;

Set personal assistant reprogram for all characters:
for characterIterator in [a,ag,an,ao,ch,d,dan,der,fred,i,js,k,m,mm,my,n,pl,px,s,sam,sd,sis,su,t,tam,ts]: characterIterator.reprogram='Personal Assistant+'

This is only for the Radioactive mod
Set 'Billy Sexual' core suppression for all characters:
for key in RaChar: RaChar[key].CoreSuppression='BillySexual+'
Hey this may help also player.base_interaction=xxx

It's a grind saver and works for all time periods and for life of game (everyday)
 
  • Like
Reactions: bszm and ubblesnop

jun7936

Newbie
Feb 25, 2018
29
9
173
Can I play Freddie/Mom/Sister's "ntr" event at the same time?
If not possible, is there a cheat that can play both paths without loading or restarting the game?

I already chose my mom's route, but I also want to see the scene with my sister.
 

zetsupetsu

Well-Known Member
Game Developer
Dec 22, 2019
1,012
2,760
323
Seems like there are a lot of mods for the game. Any suggestions which one i should play the game with?
 

ubblesnop

Active Member
Sep 1, 2018
681
1,235
350
intimate4s_B.png

Hello Baal7734 , I just noticed that this image and the next -- intimate4 selfish Billy and intimate 5 selfish Billy -- don't actually appear in the game. Instead, two images from the generous path appear. I thought you'd want to know, since you've clearly put a lot of work into these renders. Luckily it should be an easy fix.
 
Last edited:

frozenfeet

Well-Known Member
Aug 2, 2019
1,262
2,039
439
I was at school and it was the end of the day and I hit the local option to head home and I received this error.

You don't have permission to view the spoiler content. Log in or register now.
 
Dec 3, 2017
4
6
90
Hello, I just started playing with the newest patch, as well as the old cheat console mod and the better experience mod, and I'm consistently getting an error every single time I get a random encounter in the game? Anytime I'm trying to study, or watch tv occassionally, or nap during the day, I get an error saying that 'DetRandom' object has no item 'silentRandint' and I can just rollback or ignore it, but it's happening every 2 minutes and it's making me miss out on a LOT of scenes. Any help troubleshooting would be appreciated, thanks.
 

ExSaiga

New Member
Sep 30, 2018
6
3
166
Got the app for rpg Maker games, does it work fine with renpy games ?
joiplay supports both rpgm and renpy.
you can also install mods in a game if a mod is available if you want ex. installing cheats walkthrough mods etc.
that works well
 

random78905

Member
Sep 7, 2017
209
122
228
When spending time with Freddy on Mondays my MC says there is nothing left to do but talk to Larson to setup the NCHDL but I haven't done/started either Tamara or Derek's quests to get them to join. Is there a way to reset the NCHDL stuff with the console?
 

jun7936

Newbie
Feb 25, 2018
29
9
173
Please, help me.


While running game code:
File "game/AONmodST.rpy", line 1119, in script call
call REALdanni_makeout
File "game/AONmodST.rpy", line 1119, in script call
call REALdanni_makeout
File "renpy/common/000statements.rpy", line 416, in execute_pause
renpy.pause()
Exception: DynamicImage u'Characters/Danni/[dan.outfit_non_nude]_[dan.pose].png': could not find image. (u'Characters/Danni/home_makeout1.png')

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "locations/loc_kitchen.rpyc", line 204, in script call
File "game/AONmodST.rpy", line 1119, in script call
call REALdanni_makeout
File "game/AONmodST.rpy", line 1119, in script call
call REALdanni_makeout
File "chars/char_Danni.rpyc", line 904, in script call
File "util/func_utils.rpyc", line 290, in script
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\ast.py", line 1947, in execute
self.call("execute")
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\ast.py", line 1935, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 416, in execute_pause
renpy.pause()
File "D:\tmp\adult games\to mod\Super Powered - 0.44.01/game\AON-packages\AONmod.py", line 1764, in AONpause
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\exports.py", line 1471, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\display\core.py", line 3091, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\display\core.py", line 543, in visit_all
callback(self)
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\display\core.py", line 3091, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\display\image.py", line 738, in per_interact
self.find_target()
File "C:\Users\lolgo\Desktop\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\display\image.py", line 640, in find_target
raise Exception(error)
Exception: DynamicImage u'Characters/Danni/[dan.outfit_non_nude]_[dan.pose].png': could not find image. (u'Characters/Danni/home_makeout1.png')
 
3.10 star(s) 142 Votes