Ren'Py School Game [v0.952] [Sloths Command]

2.60 star(s) 48 Votes

Divanis

New Member
Mar 23, 2020
6
2
How do I find an npc's id?
When interacting with npc try print "npc_id" without quotes in console. In most cases it matching
npc you interact with. Or find id in game (clik yellow notepad in down of left corner and select green tab). In code npc_id looks like 'npc34' , so use them like eval('npc34')
 
Last edited:

Divanis

New Member
Mar 23, 2020
6
2
this "Sloth Command" = 2 programmers, 1 art-design.
Strange, ready to bet that the text of the dialogues comes up with AI for them.
Even in Russian (my native language), the texts sometimes looks kinda clumsy.
Nevertheless, i like game concept, but bugs really annoying.
I even corrected some things myself, like incorrect names when interacting with NPCs
 

Sav95s

Newbie
Jan 24, 2022
25
7
Codes not working in 0.927 Bug Fix 1 Public?
Yes, the developer disabled entering any other code than the comrade one to the code box. So this is how you activate the codes on 0.927-1 in 3 easy steps:
  1. While in main menu, open the developer console by pressing Shift + O.
  2. Type in Patreon_Code_M = "ytlmoe" and press enter. This will enter the "bestfriend" code to the game like you would normally do via the code input box. The working codes are listed below (codes from 0.926 work on 0.927-1).
  3. Type in Patreon_Code = 3 and press enter. This will set the correct code tier for "bestfriend". Tiers are:
    • 1 - comrade
    • 2 - friend
    • 3 - bestfriend
After that you are all set and you are playing with the codes activated. Have fun.

To automate this process:
  1. Create a new file called patch01.rpy in the game folder (or download the one from the attachment View attachment 1732902 )
  2. Insert these 2 lines of code into that file:
    Python:
    define Patreon_Code_M = "ytlmoe"
    define Patreon_Code = 3
  3. Enjoy!
You don't have permission to view the spoiler content. Log in or register now.
Thanks to NorthFlank for pointing it out in his post.

-----------------------------------------------------------------------------------------------------------

Here's the batch of the latest cracked codes for 0.926 and 0.927:
The format is: tier: code
Comrade tier is the "lowest" tier and Best Friend is the "best" tier

  • comrade: bqmyqa
  • friend: mhprjx
  • bestfriend: ytlmoe
Enjoy :HideThePain:

PS: Send me a PM if the codes don't work anymore
plz update owo
 
2.60 star(s) 48 Votes