She's waiting...ready to tease you live - Jerkmate is free! Join Now!
x

Knight of the Dawn

Active Member
Jun 19, 2022
786
1,045
267
Damn, so if there's that many you're going to want them categorized too I guess.... ugh.
:ROFLMAO::LOL::D
I'm not sure but more or less there are about 100-130 scenes in the game and I think the best way for categorizing them is by character.
And Thanks for considering making this mod;).
 
Last edited:

kokos94

Active Member
Aug 31, 2022
704
1,181
93
After a while i found out that there are starting missing money ...is there any bugfix or how to avoid that bug?
 

Valerielychee

Newbie
Jul 31, 2017
42
13
36
I wanted to write a review on this game, but I don't find the way to do it: I went at the end of the first page of reviews, then at the end of the last page, but nowhere there's a "post your review". Is there a bug or am I missing something?
 

Stil996

Conversation Conqueror
Jan 11, 2018
7,707
7,351
699
I wanted to write a review on this game, but I don't find the way to do it: I went at the end of the first page of reviews, then at the end of the last page, but nowhere there's a "post your review". Is there a bug or am I missing something?
click the stars at the top right of the page to give a Star rating (near the page title), and a text box will popup for you to write your review
 

Hell-Fire

Member
Nov 9, 2021
155
50
38
Ok, so what I can tell from your posts is that it's a scene gallery that seems to be missing from features in this VN, and that a WT isn't really a needed thing, and that "vids" in the cellphone from the "cheat mod" aren't lewd scenes per se.

If I have that more or less correct then I don't see a reason why a properly coded scene gallery would be a problem to create but I'd definitely need to DL the VN and check out the OEM code, etc. I'll add it to the request list and see what I can do. I made a mod for a VN recently that had all the features of the current SanchoMod core (including a scene gallery) but didn't have a WT, so I've recently done what I think your asking plus added a shit-ton of the normal Sancho GUI tweaks/options/cheats.
Sancho1969 Thanks for making a gallery for this game.I have been waiting for the dev to add it to the game for years but never did.
Do you have an ETA for your mod?
 
Last edited:

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,514
892
Sancho1969 Thanks for making a gallery for this game.I have been waiting for the dev to add it to the game for years but never did.
Do you have an ETA for your mod?
I'll add it to the request list and see what I can do.
Good morning. Well, you're jumping the gun a bit bud. I noted the request and got some pertinent info from folks but that's it to date. If I ported this title over it would be done so on the side as my plate is currently piled. So no, I don't have any ETA, I haven't had a chance to look at the code yet. I know that's not the answer you want to hear but I won't beat around the bush and bullshit you. I get inundated with requests daily and I simply can't mod every VN at the same time of course. You'll know if and when I've stated on it 'cause I generally start making jokes and posting teaser pics in the VN's thread once I do. It'll be obvious. Regards.
 

jan^s

Active Member
Dec 19, 2019
951
824
217
Cart before horse naw this guys like I want the wheels before the cart then maybe a horse if the cart flies fine...

On the subject of mods they don't just magically happen bro.
Three T'S of deving; Time 'Someones, Testing 'Someones and Tenacity 'Someones.
 

Mario4don

♥ Your Mother's Lover ♥
Donor
Dec 16, 2018
5,857
6,877
820
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.

1663369692179.png
name change.png


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.
clean gui background

have cut off grey text background from all chars so now you can normally use
Ren'Py Transparent Text Box Mod

original
View attachment 1809319
cut
View attachment 1809321
You don't have permission to view the spoiler content. Log in or register now.
replace files in game/gui folder and your good

have also added beside original files if for what ever reason you prefer grey background
Workupload

also clean mc tag, cant to much about about when they call you but you can write your name on it

View attachment 1829964
View attachment 1829967
Workupload
enjoy
 
Last edited:
3.90 star(s) 111 Votes