Quote:
Originally Posted by iceoff
|
Thanks! At first I felt so dumb for not noticing it in a mod I've already downloaded, until I realized that the feature was only added recently.
After updating the mod, I also discovered that my previous post is incorrect, as those variables no longer exist. After playing around with it some more, I have the new tweaking instructions from the latest version as of now:
Search the sr3_city.lua file with any text editor for "HEIGHT_UP_COUNTER" (without quotes). Leave the value as 1, this is just the way he steps from one size to the next. Keep searching in the file until you find some text that looks like "if HEIGHT_UP_COUNTER == 1, then player_change_default_size(LOCAL_PLAYER, 1.1, false)". That "1.1" value is the value of each step. Right now, he's got it at 20 steps of 0.1x increase each (1.1, 1.2, 1.3, etc). You'll find each step on the lines below that one (much easier to view if you use Notepad++!).
You can change each step to be 2, 4, 6, 8, etc, or just make the first one 200 and skip having to press the button more than once, or, whatever you feel like. Changing the text inside the quotes of each step's sandboxplus_message(" Increase Player Size 1.1") will allow you to change the text that pops up to whatever you want, similar to how the OP of this thread did.
Hope that makes sense.