Mod Cheat Mod Ren'Py High-Rise Climb [v0.92a] Cheat Mod

Mattock

Member
May 27, 2018
123
111
73
hi all,
just started playing:
High_Rise_Climb_0.821a_Hotfix_Brandy_Mod.apk
many thanks for a version that does not require extra permissions.

1)
but the apk has been packed with compression...generally this may not be a problem
but e.g. with renpy.movie_cutscene() you get an exception (AttributeError: '_io.BytesIO' object has no attribute 'name')
this is used quite often in the game, it's quite safe to Ignore the exception and game on, but you'll miss the cutscene...
I fumbled quite a lot with that problem, after many unsuccessful and only 2 successful ones, I tried the most obvious:
-depack the apk to a temp-folder
-(do not change anything!)
-repack the temp-folder contents to a zip with compression=0 i.e. STORED
-rename the zip-file to e.g. "High_Rise_Climb_0.821a_Hotfix_Brandy_Mod_STORED.apk"
and now you can enjoy the cutscenes! (size-increase is also moderate; +~100MB)


2)
I suspect it "comes from the original game", but some "settings" when porting to android seem to have been not looked at...
I did a mod of the mod to make it playable for me. (especially the horrible change to the white-say-background where you literally can't read anything, was really disturbing)

next problem of mine: my phone is OOOLLDDD AAANND SSSLLLOOOWWWWWW !
that means RenPy's "Infinite Loop"(IL)-detection jumped in, and prevented me from loading the game...
(mainly coz config.developer is turned on in options.rpy(i.e. init 0) I think)
(yes, on my phone the game-start takes a minimum of THREE MINUTES...(imho because of the games (mis-)use of screens))

therefore I give you two versions:
EDIT: the files are for version 0.821a ONLY ( if ( config.name == _( "High-Rise Climb" ) and config.version == "0.821a" and renpy.variant( "small" ) ): )
1st recomended: textbox-and-sizes-adjustments WITHOUT disabling IL
textbox_recommended.zip

but also: textbox-and-sizes-adjustments WITH disabling IL on "my mod init"
(I disenable IL on init 20 and reenable IL on init 30(hopefully!), but this is kinda new to me, therefore I really urge you to use the version without disabling the IL)
( *** you have been warned *** you have been warned *** you have been warned *** )
textbox_IL_deactivate.zip

You don't have permission to view the spoiler content. Log in or register now.


3)
I'm not sure what the criteria is to be named in brandycheat-SCENE LABELS,
but I miss the scene from day1 where I encountered the cutscene-problem:
Angela bathroom BJ; not sure where I would jump to? either:
label bjanimation: (x-animations.rpy) downside: it starts directly with the cutscene
or label angela_bath_talk_sexual1: (x-script.rpy) downsides?: must make the "correct" choice and then a variable(that's never used again in this version of the game) is going to be set...



happy playing, greets Mattock
 
Last edited:

dacris69

M, TI
Donor
Nov 20, 2017
2,225
6,363
748
this is one of those games if you set stats to max fuck up the scenes?
 

spacepoune

Newbie
May 14, 2017
16
6
160
little trick for will and Hygiene cheat QoL :
1. Edit 0brandycheat.rpy whit Notepad
2. Go to line 189 and change SetVariable("will_stat",will_stat +1) for SetVariable("will_stat", 100)
3. Go to line 195 and change SetVariable("hygiene_stat",hygiene_stat +1) to SetVariable("hygiene_stat", 100)
Now when you click on the +1 you instantly get 100 of that stats. Save some time instead of +1 for an hour
 
  • Like
Reactions: biyombo10

AtotehZ

Engaged Member
Aug 24, 2018
2,133
1,461
348
BrandyYT Just as a heads up. There's a new version of the game out. Not sure if it's necessary to update the mod, haven't tried. Thanks for taking your time to do this..
 
Last edited:
  • Like
Reactions: Br@ndy