- May 27, 2018
- 91
- 79
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
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
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: