What is your preference for my 2025 Project ( search thread for "Poll 2025" to see details)

  • GAME 1 - Hex Academy

    Votes: 1,333 10.1%
  • GAME 2 - Arcane Academy: Goblin Uprising

    Votes: 2,126 16.1%
  • GAME 3 - Sexbot Rebellion

    Votes: 1,348 10.2%
  • GAME 4 - Dairy Dynasty

    Votes: 1,260 9.6%
  • GAME 5 - Space Journey X Continued

    Votes: 4,679 35.5%
  • Any above OK with me

    Votes: 2,193 16.6%
  • Something else

    Votes: 236 1.8%

  • Total voters
    13,175

gnadudu

Well-Known Member
Aug 31, 2018
1,995
2,958
437
i was reminded, that i still missing 2 images from the gallery:
a) page 12, the image of khalera dancing in that club in quthor.
b) page 12, image of naked seraphine , distraction.

how do i get them?
a) When she's dancing at the club, use the multipass to give her some credits (I think 100 is enough)
b) Let Seraphine wear her Krell uniform then ask her for a handjob
 
Last edited:

Rawon

Newbie
Sep 12, 2017
30
49
183
thanks for the report, registered as test item for the next release.
Okay, I did some testing with my save backups and the winner is... (*drumroll*) ...cross version upgrade scripts! yv0751 here's a repro for you - if you load the attached savegame in version 205_010e, the second quest is still "The Stolen Prototype - Reward". But once you load it in 210_012c, the save migrates to a new version and the second quest changes to "The Chambermaid".
 

gnadudu

Well-Known Member
Aug 31, 2018
1,995
2,958
437
thanks for the report, registered as test item for the next release.
Okay, I did some testing with my save backups and the winner is... (*drumroll*) ...cross version upgrade scripts! yv0751 here's a repro for you - if you load the attached savegame in version 205_010e, the second quest is still "The Stolen Prototype - Reward". But once you load it in 210_012c, the save migrates to a new version and the second quest changes to "The Chambermaid".
In game\100_core\110_classes_core.rpy the following code can be found:
Code:
                # kickoff blueprint x shell
                if GAME.mc.hasDone("x_shell_delivered") and "galaxina_blueprint_talk" not in nimhe.done:
                    GAME.timerSet("T_X_BLUEPRINT", 3)
Looks like Game.mc.hasDone adds x_shell_delivered to the list which marks the quest as complete, I think this should be "x_shell_delivered" in GAME.mc.done instead of GAME.mc.hasDone("x_shell_delivered")
 
Last edited:
  • Like
Reactions: Rawon

Rawon

Newbie
Sep 12, 2017
30
49
183
In game\100_core\110_classes_core.rpy the following code can be found:
Code:
                # kickoff blueprint x shell
                if GAME.mc.hasDone("x_shell_delivered") and "galaxina_blueprint_talk" not in nimhe.done:
                    GAME.timerSet("T_X_BLUEPRINT", 3)
Looks like Game.mc.hasDone adds x_shell_delivered to the list which marks the quest as complete, I think this should be "x_shell_delivered" in GAME.mc.done instead of GAME.mc.hasDone("x_shell_delivered")
Can confirm that with this hotfix the Reward quest survives the version upgrade :)(y) (Not sure what bug this brings in, due to a rule of thumb, that every hotfix must cause at least one new bug... this seems quite safe :LOL:)
 
  • Like
Reactions: gnadudu

yv0751

Well-Known Member
Game Developer
Jul 8, 2017
1,855
5,453
703
In game\100_core\110_classes_core.rpy the following code can be found:
Code:
                # kickoff blueprint x shell
                if GAME.mc.hasDone("x_shell_delivered") and "galaxina_blueprint_talk" not in nimhe.done:
                    GAME.timerSet("T_X_BLUEPRINT", 3)
Looks like Game.mc.hasDone adds x_shell_delivered to the list which marks the quest as complete, I think this should be "x_shell_delivered" in GAME.mc.done instead of GAME.mc.hasDone("x_shell_delivered")
Thanks for the analysis!
Thats one code bad practice that bit me too often.
Lesson:either have a function

set_something() or
get_something()

but not write "has_done()" which checks and changes the state at the same time (though convenient...)...

:)
 

VINDETTA 23333

Active Member
May 13, 2019
678
298
228
Where to find the Predecessor Bot Crate?, the Galaxina Special Episode to get to Nimhe?, how to gain the ability to inspect the Khelara Uniform?
 

gnadudu

Well-Known Member
Aug 31, 2018
1,995
2,958
437
Where to find the Predecessor Bot Crate?
There are multiple ways to get precursor crates:
- randomly from Seraphine when shopping is assigned as her task
- randomly from mining mystery crates at the void (space oddities in Iltari) and the expanse (NX010)
- randomly from precursor wreck loot
- randomly if you're subscribed to the Carnelian Deep Space inc. investment every five days
- randomly by salvaging wrecks in NX010
- randomly by using drones at the automation fields (very late game)
- can be replicated once you have access to the assembly beacon (very late game)

There could be some ways I forgot though...

the Galaxina Special Episode to get to Nimhe?
Once Nimhe reaches submission 9 she asks you for an infiltrator shell, an elite ai core and three military bot crates. Once you deliver those to her visit her twice at 8pm and talk to her the day after she should give you the episode.

how to gain the ability to inspect the Khelara Uniform?
Ask her for a favor at 6pm when she's in her quarters and choose uniform inspection (if you need favor points give her some credits using the multipass), she only allows you to inspect her modified pirate and krell outfits though.
 
Last edited:

pastry_cat

New Member
Feb 22, 2022
1
2
21
posting here since many asked for it and noone really answer'd it.

Full save:

Press ingame to open the Console:
Code:
Shift + O
After that, enter (or copy & paste) the following command:
Code:
for i in range(1, 159): GAME.galleryAdd(i)
this then fully unlocks the gallery
This solution worked for me!
if you are not getting all the gallery pages, just change 159 to a large number ex: 500.
 

alltreck

Member
Nov 20, 2018
144
98
212
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/03_GAME.rpy", line 175, in script call
call night_passes_pre() from _call_night_passes_pre
File "game/400_support/420_night_passes.rpy", line 55, in script call
call cargo_drone_reporting() from _call_cargo_drone_reporting
File "game/650_trading/680_autotrader.rpy", line 462, in script
python:
File "game/650_trading/680_autotrader.rpy", line 472, in <module>
drone.execute_trade_mission()
File "game/650_trading/680_autotrader.rpy", line 244, in execute_trade_mission
cargo_value = self.tally["Cargo Value"]
KeyError: 'Cargo Value'

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

Full traceback:
File "game/03_GAME.rpy", line 175, in script call
call night_passes_pre() from _call_night_passes_pre
File "game/400_support/420_night_passes.rpy", line 55, in script call
call cargo_drone_reporting() from _call_cargo_drone_reporting
File "game/650_trading/680_autotrader.rpy", line 462, in script
python:
File "C:\Games\EROGE\SpaceJourneyX-210_012c-pc\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Games\EROGE\SpaceJourneyX-210_012c-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/650_trading/680_autotrader.rpy", line 472, in <module>
drone.execute_trade_mission()
File "game/650_trading/680_autotrader.rpy", line 244, in execute_trade_mission
cargo_value = self.tally["Cargo Value"]
KeyError: 'Cargo Value'

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.3.24111502
Space Journey X 210_012c
Thu Jun 5 00:37:12 2025
```

I've set only one ware for only one station for Autotrader. Maybe helps.
 

Hermenegild

Active Member
Sep 18, 2017
606
369
285
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/03_GAME.rpy", line 175, in script call
call night_passes_pre() from _call_night_passes_pre
File "game/400_support/420_night_passes.rpy", line 55, in script call
call cargo_drone_reporting() from _call_cargo_drone_reporting
File "game/650_trading/680_autotrader.rpy", line 462, in script
python:
File "game/650_trading/680_autotrader.rpy", line 472, in <module>
drone.execute_trade_mission()
File "game/650_trading/680_autotrader.rpy", line 244, in execute_trade_mission
cargo_value = self.tally["Cargo Value"]
KeyError: 'Cargo Value'

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

Full traceback:
File "game/03_GAME.rpy", line 175, in script call
call night_passes_pre() from _call_night_passes_pre
File "game/400_support/420_night_passes.rpy", line 55, in script call
call cargo_drone_reporting() from _call_cargo_drone_reporting
File "game/650_trading/680_autotrader.rpy", line 462, in script
python:
File "C:\Games\EROGE\SpaceJourneyX-210_012c-pc\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Games\EROGE\SpaceJourneyX-210_012c-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/650_trading/680_autotrader.rpy", line 472, in <module>
drone.execute_trade_mission()
File "game/650_trading/680_autotrader.rpy", line 244, in execute_trade_mission
cargo_value = self.tally["Cargo Value"]
KeyError: 'Cargo Value'

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.3.24111502
Space Journey X 210_012c
Thu Jun 5 00:37:12 2025
```

I've set only one ware for only one station for Autotrader. Maybe helps.
The key "Cargo Value" is only set in self.tally by the batch_buy_cargo method. However, it's not clear to me when it gets called, and if it may not be called at all. The code looks like this:

Code:
            for wareID in self.route["RPID01"][1]: # list of wares
                if wareID: # not None
                    result = self.batch_buy_cargo(sLoc1, wareID, starSys1)

            # travel risk RNG
            cargo_value = self.tally["Cargo Value"]
My guess is, you have a route point where you don't buy anything.

yv0751, I believe replacing the last line with
Code:
            cargo_value = self.tally.get("Cargo Value", 0)
is the way to go.
 
  • Like
Reactions: yv0751

Qatalitoniss

Newbie
Nov 8, 2019
42
38
203
How to open "Inspect Khelara Outfit"? It only allows you to inspect adjusted clothing and Krell uniform. I only have these 4 CGs not opened. I don't understand how to open them.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Pickles97

New Member
Apr 25, 2025
1
0
1
How to open "Inspect Khelara Outfit"? It only allows you to inspect adjusted clothing and Krell uniform. I only have these 4 CGs not opened. I don't understand how to open them.
You don't have permission to view the spoiler content. Log in or register now.
There are two for each level of her free uniform (six total). You may have to say "less lewd" and then inspect her outfit two days in a row.
 

Qatalitoniss

Newbie
Nov 8, 2019
42
38
203
There are two for each level of her free uniform (six total). You may have to say "less lewd" and then inspect her outfit two days in a row.
I did this for T'ris, but Khelara keeps saying "I think I'm able to wear my official uniform without cheks". Maybe I have a bug?
You don't have permission to view the spoiler content. Log in or register now.
 

gnadudu

Well-Known Member
Aug 31, 2018
1,995
2,958
437
I did this for T'ris, but Khelara keeps saying "I think I'm able to wear my official uniform without cheks". Maybe I have a bug?
You don't have permission to view the spoiler content. Log in or register now.
Give her a clothing kit when she's wearing her pirate (free) uniform. She can modify it two times and those can be inspected in the evening. The racy/revealing uniforms can't be inspected currently (don't know if it's planed to be added in the future...)
 
  • Like
Reactions: Qatalitoniss

initiated

Member
Apr 8, 2018
126
140
227
Give her a clothing kit when she's wearing her pirate (free) uniform. She can modify it two times and those can be inspected in the evening. The racy/revealing uniforms can't be inspected currently (don't know if it's planed to be added in the future...)
Also this will only works if her exhibition is high enough.

So, to summerize, when khalera is wearing her free uniform, give her a clothing kit ( you can buy those from shady in iltari station) and if her exhibition is high enough, she will bee agreeable to change her uniform into more exposed version.
note that after she midified her free uniform once, you gotta wait a few days to get her to agree to modify it again even if she does have high enough exhibition. specific details are written in the walkthrough pdf.
 
  • Like
Reactions: Qatalitoniss

yv0751

Well-Known Member
Game Developer
Jul 8, 2017
1,855
5,453
703
Complete? . . . Technically, the game has been complete since v2.00. V2.05 and V2.10 have been extensions to the original game< (thank you y.v.:love:), and there are still a lot of loose ends that can be expounded on:

- What or Who and How was responsible for Tris's Ship, MC's ship and Seraphinea's ships to be flung from the Milky Way to the Triangulum galaxy and where did the Bumbling Bee come from, (I'm hoping it was from a Star Trek continuum ). Was it the Precursors, the Swarm or a third party as yet unrevealed.

- Vee's backstory has not been fully explained. Why has she split away from the Swarm and what are the Swarm's plans to try and recover her. Something that has not been brought up is why did they shape Vee in a fully functional female form and not male. Was it because she was intended as a breeder?

- What is the familiar glowing light in the 2nd Deck halway? What's really behind the force field in the Science Lab. Armory hasn't been accessed yet. Where are the rest of the MC's sexbot's memories and what are her expanded sex programs?

-Why are there Tarkanians in both the Milky Way and Triangulum galaxies?

- Why did the Precursors flee the Triangulum galaxy? Are their ancient foes still present.

- There is at least one other race, the Nilurians, that has not been explained. Since they appear mammalian and not amphibian, I am assuming that they are not the Krell female form.

- Where are the female Krell and do they keep male humanoids as pets and have their own pony races? Are they in a separate star system behind a hidden gate combination, along with access to the rest of the Triangulum galaxy?

- What is the rest of Dr. Moira's story. We know that she received training in the Krell system and had an exemption that was revoked but not why. Additionally, she has recognition and noteriety in the Iltari and Drengar systems but not why? What happens when her past catches up with her?

That said, I like Cirdon's suggestion of a Nunbot shell and would like to suggest that Nimhe & BB2 get together to create their own "Space Barbie" shell based on "You Know Who", (hint: It's not Voldemort!)

Also, an answer for what to do with all of that quality pet milk, . . . Introduce that human dairy cofection: "Ice Cream" to the Krell! It would be even better if it proved to be highly addictive to the Krell and had to be smuggled in. ( Yay! . . . Exclusive market for the Bumbling Bee ! - Can the Auto Trading Drones be used for Ice Cream Smuggling?) ( That's a smuggler mission that I could really get behind! )

Might need some more Milk Masters and train the rest of the crew if some of them aren't already, (Ylyee?, Khelara?). Would the Precursor Assembler accept a blueprint for the Milk Master?

Do we ever get T'ris and Khelara to shave and does Seraphine require Trixie to shave? ( I better stock up on Krell Pet Shavers just in case, . . . They make great stocking stuffers!)
Good questions. Some thoughts on that

  • T'Ris will be added to the milker in V2.20
  • Khelara shaved renders are for the most part already in the assets. Just need a story device to make flipping back and forth possible
  • Female Krell might not exists as the Krell propagate by bio engineering at this point. Did they do away with their females or did they all converge on a single sex? Unknown
  • The Nilurians are the green ones, kind of mixture between ST Orionese and SW Twi'Lek
  • Vee split off from the swarm (she was referred to as the "errant vector") to found her own colony for reasons unexplained
  • Vee instigated the transgalactic relocation of a suitable perdon/team. She might or might not have had a hand in the "incident" that left the Bumbling Bee conveniently empty. The Bumbling Bee was suitable because of its special, much older, hull
  • the glowing light was an observation cam Vee used while rebuilding the maintenance room
  • Tarakians only are in the Triangulum galaxy. they are a race of mercenaries and soldiers
  • the precursors fled because some of their von Neuman creations escaped their confinements and destroyed their System
Thats all that comes to mind ;)
 

Qatalitoniss

Newbie
Nov 8, 2019
42
38
203
Give her a clothing kit when she's wearing her pirate (free) uniform. She can modify it two times and those can be inspected in the evening. The racy/revealing uniforms can't be inspected currently (don't know if it's planed to be added in the future...)
I feel so stupid. At some point she stopped accepting the Clothing Kit and I was sure that the content ended with that, and the CG is specifically for the official uniform. Thanks, now the gestalt is closed.
 
  • Like
Reactions: gnadudu

LokkenJP

Member
Jan 22, 2018
338
849
173
Good questions. Some thoughts on that

  • T'Ris will be added to the milker in V2.20
  • Khelara shaved renders are for the most part already in the assets. Just need a story device to make flipping back and forth possible
  • Female Krell might not exists as the Krell propagate by bio engineering at this point. Did they do away with their females or did they all converge on a single sex? Unknown
  • The Nilurians are the green ones, kind of mixture between ST Orionese and SW Twi'Lek
  • Vee split off from the swarm (she was referred to as the "errant vector") to found her own colony for reasons unexplained
  • Vee instigated the transgalactic relocation of a suitable perdon/team. She might or might not have had a hand in the "incident" that left the Bumbling Bee conveniently empty. The Bumbling Bee was suitable because of its special, much older, hull
  • the glowing light was an observation cam Vee used while rebuilding the maintenance room
  • Tarakians only are in the Triangulum galaxy. they are a race of mercenaries and soldiers
  • the precursors fled because some of their von Neuman creations escaped their confinements and destroyed their System
Thats all that comes to mind ;)
Awesome lore here, thanks!

Having said this, as time goes on and I learn more about the story behind SJX I'm growing a bit wary about Vee, her origins, motivations and ultimately her true objetives. I'd feel much more secure by running a "format C:" on her brain so to speak...
:D
 

Evangelion-01

Devoted Member
Apr 12, 2018
11,623
7,959
906
Awesome lore here, thanks!

Having said this, as time goes on and I learn more about the story behind SJX I'm growing a bit wary about Vee, her origins, motivations and ultimately her true objetives. I'd feel much more secure by running a "format C:" on her brain so to speak...
:D
I mean her spiritual precursor was 7 of 9 from the ST Voyager universe.
If you consider this you should be feeling much more at ease I suppose
 
4.20 star(s) 159 Votes