May 20, 2020
174
170
Okay, apparently I've missed something that is probably jumping right out at my face...

I'll spoiler most of it...

I found the notebook on the shelf which led me to the screwdriver and ultimately the fishing pole
I have the hammer to break the visor but there's a red cage around it
I found the 2 sticky notes which gave 2 numbers, plus the 2 numbers floating about on the dumpster & on the wall behind the trash heap, but it doesn't work at the keypad in any order I tried it with

Small bug
If you clear the keypad & hit the green button without anything entered it gives a game error that you need to roll back on

Small feature request
For anything that has text stating "I'll remember that" please add it to a note's section such as the 3 _ _ _ on the dumpster & _ _ 8 on the wall by the trash heap
 

Wildman Dev

Active Member
Game Developer
Dec 19, 2021
660
2,175
Okay, apparently I've missed something that is probably jumping right out at my face...

I'll spoiler most of it...

I found the notebook on the shelf which led me to the screwdriver and ultimately the fishing pole
I have the hammer to break the visor but there's a red cage around it
I found the 2 sticky notes which gave 2 numbers, plus the 2 numbers floating about on the dumpster & on the wall behind the trash heap, but it doesn't work at the keypad in any order I tried it with

Small bug
If you clear the keypad & hit the green button without anything entered it gives a game error that you need to roll back on

Small feature request
For anything that has text stating "I'll remember that" please add it to a note's section such as the 3 _ _ _ on the dumpster & _ _ 8 on the wall by the trash heap
The bug you mention is fixed in the non-pirated version, but yeah, submitting the code without any numbers will cause an error.

You need to solve the TR/TL puzzle in the notebook, click the red square and make sure you have the notebook equipped.
 
  • Like
Reactions: Wandering Pyro

E_nigma

Member
Jan 20, 2019
258
830
I really, really hope 'neither' is a choice for Haylee/Ariel.
hdy.gif

I think eventually everything will be optional, dev said they are adding point systems and all that. Personally I prefer it be kinetic until such a point there is enough content to pick and choose. I don't dislike any of the females at this point (I like Daphne still but kinda turned off by her now as well)

If I may what about them don't you like? I can see the permasmiles a lot of characters have being a turnoff
 

Wildman Dev

Active Member
Game Developer
Dec 19, 2021
660
2,175
To cut down on all the questions that will arise from the escape room after seeing how many I had myself I'll give light jog through it. Don't click it if that breaks the immersion for you.

You don't have permission to view the spoiler content. Log in or register now.
The color wall solution you provided isn't quite right, just for clarity's sake!
 
  • Like
Reactions: Houzen

fromabove

Newbie
Jul 2, 2020
74
497
Skimmed the thread post-update, and I'm worried by the fact that no one else has reported this bug so far. Could it be just me? This happens sometimes when I click on Camila's profile. After some experimentation, my best guess is that this bug is triggered when you are several pages deep in your interactions notes with a certain girl, and then you click on Camila.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/laptoplabels.rpy", line 741, in <module>
  File "game/laptopscreens.rpy", line 394, in execute
  File "game/laptopscreens.rpy", line 394, in execute
  File "game/laptopscreens.rpy", line 463, in execute
  File "game/laptopscreens.rpy", line 463, in <module>
IndexError: list index out of range

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

Full traceback:
  File "laptoplabels.rpyc", line 741, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/laptoplabels.rpy", line 741, in <module>
  File "renpy/exports.py", line 1561, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/laptopscreens.rpy", line 394, in execute
  File "game/laptopscreens.rpy", line 394, in execute
  File "game/laptopscreens.rpy", line 463, in execute
  File "game/laptopscreens.rpy", line 463, in <module>
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.10.2175
Stranded In Space 1.5
Thu Jun 30 10:29:56 2022
 

Wildman Dev

Active Member
Game Developer
Dec 19, 2021
660
2,175
Skimmed the thread post-update, and I'm worried by the fact that no one else has reported this bug so far. Could it be just me? This happens sometimes when I click on Camila's profile. After some experimentation, my best guess is that this bug is triggered when you are several pages deep in your interactions notes with a certain girl, and then you click on Camila.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/laptoplabels.rpy", line 741, in <module>
  File "game/laptopscreens.rpy", line 394, in execute
  File "game/laptopscreens.rpy", line 394, in execute
  File "game/laptopscreens.rpy", line 463, in execute
  File "game/laptopscreens.rpy", line 463, in <module>
IndexError: list index out of range

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

Full traceback:
  File "laptoplabels.rpyc", line 741, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/laptoplabels.rpy", line 741, in <module>
  File "renpy/exports.py", line 1561, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/laptopscreens.rpy", line 394, in execute
  File "game/laptopscreens.rpy", line 394, in execute
  File "game/laptopscreens.rpy", line 463, in execute
  File "game/laptopscreens.rpy", line 463, in <module>
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.10.2175
Stranded In Space 1.5
Thu Jun 30 10:29:56 2022
I'm glad you found this, as this happened to me during testing and I couldn't recreate it for the life of me. I'll look into it.
 
  • Like
Reactions: fromabove

johanes

Member
May 14, 2017
206
212
im lost... got the paper guide=> followed it and got the space suit to open
got the rusty looking key => no idea where to use it.
Got the silver looking key => got the item in the wall lockers
Got the item inside the Wall locker.
got the sticky note 1 number is present..
got the 1 item inside the space suit... thats it.. no i have no idea where to go next.. ive been walking around..

gonna update this if i see more.
 

johanes

Member
May 14, 2017
206
212
got 3 keys the only puzzle i havnt interacted is the 5x2 color boxes with a chest in the middle... i can click on the chest but cant click the colored boxes.
 

Mojumbo64

Newbie
Apr 21, 2018
96
60
Damn this game is really something, just finished Days 1-12 boi oh boi it was immersive. Props to Wildman Games! You are awesome! I'm broke af so I really cant support u on Patreon.


Please drop the tentative date for the next release! Lookin forward with it.
 

the_observant

Newbie
Jul 18, 2020
65
57
To cut down on all the questions that will arise from the escape room after seeing how many I had myself I'll give light jog through it. Don't click it if that breaks the immersion for you.

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

Followed the steps but still cannot look behind the left dumpster to find the screwdriver...

Can see the small number on the left dumpster...

A screenshot will be greatly appreciated...
 

The Grifter

Active Member
May 28, 2017
624
1,012
Followed the steps but still cannot look behind the left dumpster to find the screwdriver...

Can see the small number on the left dumpster...

A screenshot will be greatly appreciated...
You need to click on the text at the bottom of the note, then aproach the dumpsters again. You can then step closer and discover the backpack with the screwdriver.
 
  • Like
Reactions: the_observant
4.20 star(s) 84 Votes