cxx

Message Maestro
Nov 14, 2017
76,858
39,631
1,519
helps when has spent most of work hours on personal investments.
 

Klaes Ashford

Newbie
Jun 4, 2020
73
181
168
noticed I can no longer do the Bella scenes involving the garage/lamborghini anymore. Clicking on garage just goes straight to the real estate agent Jasmine every time.
 

synnest

Newbie
Nov 11, 2019
63
78
145
noticed I can no longer do the Bella scenes involving the garage/lamborghini anymore. Clicking on garage just goes straight to the real estate agent Jasmine every time.
In games/map_screens.rpy change the last line to
textbutton "Garage" text_style "menu_text" action Jump("parking_lot")

There was also a corrected file to download here somewhere.
 
  • Like
Reactions: vroom_vroom

vroom_vroom

New Member
May 30, 2021
7
5
61
I get an error whenever I try to view Angela's opportunity screen on the phone after I have the conversation with her about her drinking too much... I've still been able to advance scenes with her and stuff but I'd like to be able to see what I need to do and not have to play her quests blind.
 

cxx

Message Maestro
Nov 14, 2017
76,858
39,631
1,519
I get an error whenever I try to view Angela's opportunity screen on the phone after I have the conversation with her about her drinking too much... I've still been able to advance scenes with her and stuff but I'd like to be able to see what I need to do and not have to play her quests blind.
it's bugged atm. no fix.
 
  • Sad
Reactions: vroom_vroom

synnest

Newbie
Nov 11, 2019
63
78
145
Okay it looks like using the cheat mod is what screwed things up, I'm actually not having the problem anymore... I probably should've looked into that before posting :/
I get NameError: name 'angela_drunk_wake_done' is not defined with or without cheat mod
 
  • Like
Reactions: bolabola

Klaes Ashford

Newbie
Jun 4, 2020
73
181
168
I get NameError: name 'angela_drunk_wake_done' is not defined with or without cheat mod
Yeah I'm getting that and I don't have any mods installed. "Angela opportunity updated" but no way to tell what it is. Viewing the opportunity screen pops the bug.
 

lazyharry

Well-Known Member
Modder
May 24, 2017
1,003
381
220
Hi, just started to play this game. What are the conditions to send the blue prints for the micro-cameras. Cannot find ist in phone as described
 

hungneet

Member
Aug 6, 2017
129
98
223
I think I am having a bug with the garage. I bought the lambo and other cars but when I go there only a girl name Jasmine appear, empty garage with no cars.
 
  • Angry
Reactions: Canto Forte

edurand

New Member
Oct 19, 2018
4
4
62
For people who get an error in the opportunities for Angela screen: I did the following fix, not sure if it's 100% correct, but the page now displays properly for me.

In the file game/OpportunitiesAngela.rpy, I replaced line 431 (
elif angela_drunk_confront_done and angela_drunk_wake_done == False:) with the following:

elif angela_drunk_confront_done and (angela_drunk_wake_hypno_addict_done == False) and (angela_drunk_wake_hypno_help_done == False):
 
  • Heart
Reactions: sboz and ESM13

VoidSite

Member
Jul 6, 2018
210
340
192
Quick fix for the Computer @ the Beach Condo.
Just copy that file into the \High Rise Climb 0.92a\game\ folder and overwrite the old one.
The problem was that the Script called a variable, named "will". But the name of that Variable is "will_stat".
So thats the whole fix :D
 

bardock8114

Active Member
Jul 11, 2022
750
3,074
367
Sooo. I think i fucked up. I bought the research facility for like 20 Million and now i am 19 Million in dept and can not buy anything at all. Is there a way to actually edit the money? The cheat mod just gives me 1000 per click so It will take 2000000 million years to do so XD
 

jan^s

Active Member
Dec 19, 2019
951
824
217
No notice the A.I Center hover icon not working?
place here: HighRiseClimb-0.92a-pc\game\images\Map
 

jan^s

Active Member
Dec 19, 2019
951
824
217
Also the will_stat is missing in other places as well kinda all over place. I believe I also found it in the apartment of Izumi and another place I can't recall at the moment.

Quick fix for the Computer @ the Beach Condo.
Just copy that file into the \High Rise Climb 0.92a\game\ folder and overwrite the old one.
The problem was that the Script called a variable, named "will". But the name of that Variable is "will_stat".
So thats the whole fix :D
 
3.90 star(s) 111 Votes