Sunrider Academy
26 оценки
Modding Club Base Stats (Hardcode/harder to use)
От BITE ME UNIVERSE
This guide will change the Base Stats for the club activities, and make the game much easier.

You might get acv's in the process, depending on how high you make the stats.

The code for this is also in "script.rpy".

I recommend you check out the Dev Console guide first. It's much easier.
   
Награда
Добавяне към любими
В любими
Премахване от любими
Helpful Guides/Updated Versions
This guide is a bit outdated and harder for others to use, so I recommend you use this guide from now on. It's much easier to code 1 item instead of multiple.

http://steamproxy.net/sharedfiles/filedetails/?id=460602989
Preview

This is what you will see starting on Day 2, and it will increase over time..or decrease...if you suck...jk.

There will be a video at the end on a later date.

Final's have me busy.
Instructions
1. Locate the Sunrider Academy Files. Should be somewhere around here:

C:\Program Files (x86)\Steam\steamapps\common\Sunrider Academy\game

2. Open "Script.rpy" using a text editor. You can right click on the file and click "open with".

3. Type into finder (Using Ctrl + F): "stat_kendo_member =". Code after the "=" sign is what you want to change. The rest of the code after this is what you want to change as well.



4. Follow the lines of text until you hit a "$" icon and replace
the NUMBERS ONLY.

5 Replace any numbers you see with any other numbers
you want. I prefer to use round numbers (aka, 50 for members, 500 for other stats), and I do not recommend you go anywhere close to 999999999999999999 in all stats, because it could cause your game to freeze while compiling all that data.

6. Save the file as "script.rpy" in a Unicode text format. YOU MUST TYPE THE
".rpy" PART OR IT WILL BE SAVED AS A TEXT FILE AND
BREAK!
Code
This is the code that needs to be changed:


$ stat_kendo_member = 5
$ stat_kendo_readiness = 1
$ stat_kendo_morale = 10

$ stat_science_member = 1
$ stat_science_readiness = 10
$ stat_science_morale = 3

$ stat_swim_member = 5
$ stat_swim_readiness = 2
$ stat_swim_morale = 5
Final Notes:
I did not want to place this in the base stat class guide because people were having trouble with it as it is. I would rather you work on one section of code at a time, than to have a broken file/game in 20 different areas.

Hopefully, after this, the rest of the guides I make should be just about as easy.

The last few will be in one single guide due to how short they are.
8 коментара
BITE ME UNIVERSE  [автор] 11 окт. 2015 в 11:41 
@Ketsa: I have made a new guide that is much easier than hardcoding. I recommend you check it out.
Ketsa 11 окт. 2015 в 8:43 
Hi, I would like to add something, if you create a copy and place it in the same folder as the original script.rpy without renaming it it will create scripterrors saying there is duplicate information.

I would suggest moving it to another folder if you want to keep the integrity of both the copy and the base game itself.
BITE ME UNIVERSE  [автор] 21 юни 2015 в 10:04 
I have instructions in the video for "modding base stats" on how to fix that problem.

But, I might as well write it here, even though this won't matter soon, I'm going to be making another guide.
alex 21 юни 2015 в 4:04 
Hey man, sorry for randomly adding you but I added you because I'm an idiot and didn't back up my file. LOL It was a different problem than the UTF one, but I was wondering if you could upload your script.rpy
TwoShu 8 юни 2015 в 23:04 
Lol, yep, it sure does...though i'll admit, it can get VERY annoying at times.
BITE ME UNIVERSE  [автор] 8 юни 2015 в 23:02 
It's all good. XD Happens to us all, even seasoned programmers.
TwoShu 8 юни 2015 в 22:57 
Ignore all that....i'm stupid, the file you mentioned was RIGHT above the one that I mentioned.
TwoShu 8 юни 2015 в 22:56 
Alright,, hey, I got a question. When I look for the file: Script.rpy, I dont find anything called that but I find something called script.rpyc. What is this? Is it the same thing? When I open it in a text editor it's not in english, it's in Japanese. What's going on? Is this the same file? I'm also running Win 7 pro if that has anything to do with it.