Dessolos

Board Buff
Jul 25, 2017
19,997
28,252
936
not gonna lie not sure if this game is for me while I never played a game with mind control I also don't like the idea of it either. BUT the render preview of some DP action makes me want to give this a try for sure I can't think of any game ive played that has that in it. with that being said it's getting a decently high spot on my backlog :)
 

AtotehZ

Engaged Member
Aug 24, 2018
2,133
1,464
348
Why is the game downloaded in a "rar"ception state?
Part 1, 2, 3 -> Complete rar file -> Folder with another rar file -> game
 

Venoma

Active Member
Nov 30, 2018
654
1,028
301
not gonna lie not sure if this game is for me while I never played a game with mind control I also don't like the idea of it either.
95%+ of the games pushed out here are essentially based around the mind control concept. Regardless if they directly label it as such or not.

Hypnosis. The magic mutant penis effect that sees every girl irrationally thirst for your MC from scene 1 on. All basically the same in the end imo :)

Been forever since I played through this (which was worth it at the time fwtw if you like a little buildup to your payouts), but i don't even recall what would be giving it that tag though. So whatever might be there has to be minor.
 
  • Thinking Face
  • Like
Reactions: mitjo and Jarul

Alanray64

Member
Jan 28, 2022
370
201
167
*** CHEAT MOD Updated High Rise Climb ***

I took the excellent, and it seems sadly abandoned, Cheat Mod and updated and expanded upon it for the latest game version. Since this is an update of another mod I am posting it here instead of a dedicated mod post. I also converted it into an rpa for ease of install and uninstall.

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

Will this get an update with the new release?
 

Batarro1996

New Member
Aug 19, 2021
10
18
117
I wanted to have my name in the game instead of the original name MC "Byron" so I decided to look a little bit how to solve it and I think I managed to solve it.
I note in advance that I did not test it by going through the whole game, but only by playing a little and so far where the original name MC appeared as text it was replaced with my chosen name but of course I am not an expert in coding so you can use it of course at your own risk.

View attachment 2047678
View attachment 2047628


So if someone wants to change the original name of MC "Byron" to his own, he can create a file in the notepad or notepad++ and add the following code to it where of course you replace the text "Your_ name" with the name you want in the game and after adding this code save this file as an rpy file and copy it and paste it to the "HighRiseClimb-0.92a-pc\game":

Code:
init python:

    def myNameChange(text):
        return renpy.re.sub( r'\b{}\b'.format( MODmcName ), MODwantedName, text )

    config.say_menu_text_filter = myNameChange

default MODmcName = "Byron"
default MODwantedName = "Your_name"
And if someone wants he can use the attached file in which he must of course first change the name himself
that is the text "Your_ name" on your chosen one.

P.S.
I created this mod to some extent thanks to the inspiration of my friend micmitja who created very useful for this game "clean gui background" which can be found here.
Does this still work for the current version? I tried it but when someone says the MC's name, it's still Byron.
 

Mario4don

♥ Your Mother's Lover ♥
Donor
Dec 16, 2018
5,858
6,878
820
Does this still work for the current version? I tried it but when someone says the MC's name, it's still Byron.
Unfortunately I haven't played this game since version 0.93 so I can't confirm if this simple mod still works or not but in general where MC name is spelled correctly in game code as "Byron" it should work in these dialogues but I remember there have been a few cases where MC name was writen with some spelling mistakes so then it wouldn't change it to a new name of our choice.
 
3.90 star(s) 111 Votes