• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

gregers

Forum Fanatic
Dec 9, 2018
4,327
5,446
this game has me interested but im not a fan of sandbox at all is sandbox a big part of game?
It is, but player guidance is fairly decent compared to some. You're rarely left clicking around the map at random wondering how to trigger the next event.
 

gregers

Forum Fanatic
Dec 9, 2018
4,327
5,446
how do you buy the condo? i already have the money.
The MC should get a phone call automatically if you keep playing, after which the condo will be available on the map.

My fucking God, the whole reason I stopped playing this has finally been addressed. The first quest, the very FIRST QUEST, the wife's addiction to alcohol is finally be worked on.

Look at the version number and tell me why it took this long.
All it does is add one short dialogue event for now but still, at least it shows the quest is progressing and the opportunities tab has been updated (should cut down on the constant repetitive questions here as well).
 

Behappy69

Active Member
Nov 3, 2020
821
446
I see you have added music which is great I was wondering will there be sex sound effects such as moaning etc but slapping? at some point.
 

dagonlies

New Member
Jun 17, 2019
5
0
Angela opportunity page seems to be broken after helping her deal with her drinking. Not sure if i need a fresh install?
 

raj100

Newbie
Feb 25, 2019
92
168
Finally sex with Bella.
Condo is cool. Too bad updates come so slow. Hopefully you can move there with the girls of your choosing, or call them over at least.
 
  • Like
Reactions: Jenzi800

Unimatrix001

Newbie
Oct 3, 2019
30
25
I started a new game and getting this when clicking on opportunities after I confronted Angela with her drinking

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 3444, in script call
call research_xp_gain(20) from _call_research_xp_gain
File "game/script.rpy", line 3947, in script
call screen angela_opportunities_screen
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/OpportunitesAngela.rpy", line 1, in execute
screen angela_opportunities_screen:
File "game/OpportunitesAngela.rpy", line 1, in execute
screen angela_opportunities_screen:
File "game/OpportunitesAngela.rpy", line 128, in execute
vbox:
File "game/OpportunitesAngela.rpy", line 155, in execute
hbox:
File "game/OpportunitesAngela.rpy", line 157, in execute
if angela_past_opp:
File "game/OpportunitesAngela.rpy", line 240, in execute
if angela_past_done and angela_future_done and angela_present_done and angela_sister_opp:
File "game/OpportunitesAngela.rpy", line 241, in execute
if angela_drink_done == False:
NameError: name 'angela_drunk_wake_done' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/script.rpy", line 3444, in script call
call research_xp_gain(20) from _call_research_xp_gain
File "game/script.rpy", line 3947, in script
call screen angela_opportunities_screen
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "H:\Ibit\Games\WIP 3DCG\Sandbox\HighRiseClimb-0.91a-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/OpportunitesAngela.rpy", line 1, in execute
screen angela_opportunities_screen:
File "game/OpportunitesAngela.rpy", line 1, in execute
screen angela_opportunities_screen:
File "game/OpportunitesAngela.rpy", line 128, in execute
vbox:
File "game/OpportunitesAngela.rpy", line 155, in execute
hbox:
File "game/OpportunitesAngela.rpy", line 157, in execute
if angela_past_opp:
File "game/OpportunitesAngela.rpy", line 240, in execute
if angela_past_done and angela_future_done and angela_present_done and angela_sister_opp:
File "game/OpportunitesAngela.rpy", line 241, in execute
if angela_drink_done == False:
File "<screen language>", line 280, in <module>
NameError: name 'angela_drunk_wake_done' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
High-Rise Climb 0.91a
Thu Feb 03 02:50:51 2022
```
 

ScottyLQ

Well-Known Member
Apr 28, 2017
1,012
1,206
Says you can hang out at Ida's house now but it's not popping up in the map or anything. Am I missing something?
 
  • Like
Reactions: Jenzi800

Stil996

Conversation Conqueror
Jan 11, 2018
6,355
5,778
- nope. I've bought a car 2 (game-)weeks ago...nothing in my garage...
Random thought, have you tried the left and right arrows when you are in the garage there are like 8 slots in your garage if I remember correctly?
I doubt it will be, but weirder things have happened
 
3.90 star(s) 109 Votes