Web Analytics Made Easy - Statcounter

Sunrider Academy - PC

   0-9   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z All

Developer mode:
---------------
Enable Developer mode - Sunrider Academy\game\options.rpy - Open it with Word pad.
Find this line "config.developer = False", edit False to True Activate Dev mode in
game: - Shift+o - Enter stat and girl's afection example if you want set your
fitness stat to 1000, type stat_fitness = 1000 Girl's affection:.
affection_[girl's name] = x x = 0 > 100. 10 points = 1 heart

Code Effect
---------------------------------------------------------------------------------
Set the number of academic probation you have - academicprobation
X=Name of Achievement Champ,Devout and so on - achievement.grant("X")
Set Ava's affection (**) - affection_ava
Set the Number of Bentos you have - bento_count
Set the day - day
Set the hour - hour
Set the week - week
Set the month - month
Set your charisma stat - stat_charisma
Set your fitness stat - stat_fitness
Set your grade stat - stat_grade
Set your homework stat - stat_homework
Set your int stat - stat_intelligence
Set the number of Members for Kendo (*) - stat_kendo_member = 0
Set the moral for Kendo (*) - stat_kendo_morale = 0
Set the prestige for Kendo (*) - stat_kendo_prestige
Set the readinness for Kendo (*) - stat_kendo_readiness = 0
Set your luck stat - stat_luck
Set your money stat - stat_money
Set your prestige stat - stat_prestige
Set your stress stat - stat_stress
times_arcade = 0 times_museum = 0 times_shrine = 0 - t-imes_arcade / museum / shrine = 0

(*) Change to science or swim for the other clubs.
(**) Same goes for all other just with their name.