Ren'Py School Game [v0.954 Fix 5] [Sloths Command]

2.50 star(s) 50 Votes

Kyte333

Newbie
Jul 19, 2017
25
6
I'm not normally too picky about translated games. But sometimes... I get a game that makes my brain hurt while reading it.
 

Wooho272

Member
Mar 2, 2020
193
313
Can i ask of something. Why the pic on this one is different on the actual game?
I don't really know what you're talking about. Even taking into account the fact that the screenshots are two years old, they quite show a couple of game mechanics. Although, of course, not all. They can still be seen in the same form in which they are shown, as in the screenshot.
 

frxshm3lon

New Member
Aug 5, 2020
2
0
Anyone know what to do to trigger Yukis quest that says to wait for the student council meeting? I’ve waited over a week and nothing has happened..
 

Wooho272

Member
Mar 2, 2020
193
313
Anyone know what to do to trigger Yukis quest that says to wait for the student council meeting? I’ve waited over a week and nothing has happened..
The student council meeting takes place on Friday. The best way to wait for him is to wind the time an hour ahead until the event happens to him.
 

FeHero

New Member
Aug 14, 2022
6
3
The student council meeting takes place on Friday. The best way to wait for him is to wind the time an hour ahead until the event happens to him.
I have another question... What to do according to the plot after the student council meeting? I chose that my character is against an independent newspaper. Is there anything else after that?
 

Wooho272

Member
Mar 2, 2020
193
313
I have another question... What to do according to the plot after the student council meeting? I chose that my character is against an independent newspaper. Is there anything else after that?
After that, there is also a romantic branch with Yuki Oota, as well as with Ayano Yoshida
 

saha1506

New Member
Jun 6, 2022
1
11
For v931:

When I play, sometimes I use Renpy Console (shift+O). Here is some useful commands that helps me:
I will not write Patreon codes, but they are in: connection_pymysql() in persistent.py

When you interact with NPC, you can edit his stats:
$ contact_npc = 200
$ love_npc = 200
$ fear_npc = -100

Attraction modifier:
$ boost_relationships += 0.3 // add 30%

You can change hero stats (additional):
$ dop_stats_authority_gg = 100
$ dop_stats_lucky_gg = 100
$ dop_stats_forces_gg = 100
$ dop_stats_agility_gg = 100
$ dop_stats_stamina_gg = 100
$ dop_stats_science_gg = 100
$ dop_stats_cunning_gg = 100
$ dop_stats_erudition_gg = 100
$ skills_programm = 100
$ charisma = 100
$ fights_skill = 100
$ cooking = 500

Some daily stats:
$ money = 100000
$ energy = 100
$ satiety = 100

Food and supply:
$ cigarette = 0
$ cola = 0
$ frozen_pizza = 0
$ frozen_cutlets = 0
$ dumplings = 0
$ pie = 0
$ elite_doshirak = 0

Change game time
$ minute -= 1
$ hour -= 1
$ weeks -= 1
$ month -= 1
$ years -= 1

Unlock all perks:
$ solar_battery = True
$ smoker_perk = True
$ expert_money = True
$ porno_actor = True
$ sexual_maniac = True
$ beginning_comedian = True
$ ideal_control = True
$ mother_son = True
$ gambling_genius = True
$ very_lucky = True
$ stealth = True
$ sales_manager = True
$ dreamer = True
$ aloner_perk = True
$ nerd_perk = True
$ orator = True
$ no_event_jealosy = True
$ truant = True
 
Last edited:

Wooho272

Member
Mar 2, 2020
193
313
For v931:

When I play, sometimes I use Renpy Console (shift+O). Here is some useful commands that helps me:
I will not write Patreon codes, but they are in: connection_pymysql() in persistent.py

When you interact with NPC, you can edit his stats:
$ contact_npc = 200
$ love_npc = 200
$ fear_npc = -100

Attraction modifier:
$ boost_relationships += 0.3 // add 30%

You can change hero stats (additional):
$ dop_stats_authority_gg = 100
$ dop_stats_lucky_gg = 100
$ dop_stats_forces_gg = 100
$ dop_stats_agility_gg = 100
$ dop_stats_stamina_gg = 100
$ dop_stats_science_gg = 100
$ dop_stats_cunning_gg = 100
$ dop_stats_erudition_gg = 100
$ skills_programm = 100
$ charisma = 100
$ fights_skill = 100
$ cooking = 500

Some daily stats:
$ money = 100000
$ energy = 100
$ satiety = 100

Food and supply:
$ cigarette = 0
$ cola = 0
$ frozen_pizza = 0
$ frozen_cutlets = 0
$ dumplings = 0
$ pie = 0
$ elite_doshirak = 0

Change game time
$ minute -= 1
$ hour -= 1
$ weeks -= 1
$ month -= 1
$ years -= 1

Unlock all perks:
$ solar_battery = True
$ smoker_perk = True
$ expert_money = True
$ porno_actor = True
$ sexual_maniac = True
$ beginning_comedian = True
$ ideal_control = True
$ mother_son = True
$ gambling_genius = True
$ very_lucky = True
$ stealth = True
$ sales_manager = True
$ dreamer = True
$ aloner_perk = True
$ nerd_perk = True
$ orator = True
$ no_event_jealosy = True
$ truant = True

It is better not to change the time in the game using the console because of the features of the game. This may cause bugs/other problems.
In addition, it is worth remembering the using the console you will not add a relationship with the NPC in the way that you wrote. You can add them if you write something like this, then they will be saved:

eval(npc_id)['contact_npc'] = 200


You can also add a command here to teleport to a location from anywhere. For example:
jump park1
 

Baro992

New Member
May 2, 2022
1
0
Am I the only person having problems with breaking bullies? I could put their fear towards me up to 1000 and still trying to break them fails, does anyone know what's going on here?
 
2.50 star(s) 50 Votes