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,125 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,680 35.5%
  • Any above OK with me

    Votes: 2,193 16.6%
  • Something else

    Votes: 236 1.8%

  • Total voters
    13,175

yv0751

Well-Known Member
Game Developer
Jul 8, 2017
1,855
5,453
703
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
Reminds me of the 7 of 9 alarm clock.

"Wake Up and Assimilate the Day!"

trying to turn of the alarm clock...

"Do not touch me!"
"How do I turn you off?"
"I am pretty turned off already..."

:)
 

GenghisTebo

New Member
Feb 17, 2022
4
0
68
V2.10_012c
I accidentally packaged the wrong game title image with V210_012c. There is no impact on content.
If you want you can exchange it manually with the correct one you can copy file main_menu.png below into folder game/gui
Were do you down load the File to replace you say it's below were???
 

Death3248

Newbie
Nov 30, 2023
78
25
151
Hey guys I think I just got stuck in this game... there seems to be only a few main quest left in my game but for some reason I can't do them... I just got the quest to find the doctor and I know where it is but I am stuck after you talk the the hacker person she says something like make sure the engine lady know to watch something but every time I try to talk to the engine lady no progress... got a mission from the black market guy something about the princess I said yes to his ask and talked to the princess then I talked to Vee I need a pony outfit but where to get it ? I seem to be stuck only have the first three systems I can go too , main system , krell system, Xeno system , there are two others but not pick able . one is under quartine the other seems to be swarm system... help needed if you can...
 

Sh4dyW0lf

Newbie
Mar 14, 2019
86
156
188
Hey guys I think I just got stuck in this game... there seems to be only a few main quest left in my game but for some reason I can't do them... I just got the quest to find the doctor and I know where it is but I am stuck after you talk the the hacker person she says something like make sure the engine lady know to watch something but every time I try to talk to the engine lady no progress... got a mission from the black market guy something about the princess I said yes to his ask and talked to the princess then I talked to Vee I need a pony outfit but where to get it ? I seem to be stuck only have the first three systems I can go too , main system , krell system, Xeno system , there are two others but not pick able . one is under quartine the other seems to be swarm system... help needed if you can...
All of your questions are addressed by the PDF Walkthrough that can be downloaded from the OP
 

Death3248

Newbie
Nov 30, 2023
78
25
151
All of your questions are addressed by the PDF Walkthrough that can be downloaded from the OP
the pdf has a lot of info but I did not find out where the pony outfit is ... the other thing I am stuck on is vee has the beacons thing and told the hacker . I just talked to the hacker and she said something about I needed to talk to the engine lady and I have tried to talk to her I get random facts only... no mission progress...
 

Sh4dyW0lf

Newbie
Mar 14, 2019
86
156
188
Were do you down load the File to replace you say it's below were???
He's referring to the "correct" image he posted below his comments . . . Click on it, and save that image to your SJX 2.10_12c/Game/gui folder.
It will be saved as "main_menu.png(avil)"
Delete the existing "main_menu.png" file in that folder, and just remove the "avil" suffix from the new image file.
It will now be the correct main_menu.png image
 

yv0751

Well-Known Member
Game Developer
Jul 8, 2017
1,855
5,453
703
Hey guys I think I just got stuck in this game... there seems to be only a few main quest left in my game but for some reason I can't do them... I just got the quest to find the doctor and I know where it is but I am stuck after you talk the the hacker person she says something like make sure the engine lady know to watch something but every time I try to talk to the engine lady no progress... got a mission from the black market guy something about the princess I said yes to his ask and talked to the princess then I talked to Vee I need a pony outfit but where to get it ? I seem to be stuck only have the first three systems I can go too , main system , krell system, Xeno system , there are two others but not pick able . one is under quartine the other seems to be swarm system... help needed if you can...
With hotkey P you get the PDA screen with quest overview. Behind the quests is a hint button that usually spells it out.

Without knowing exactly where you are: The pony outfit can be purchased at the pet shop in arellarti station.
Moira you find at the outer Fields asteroids where she has her research post.
 
  • Like
Reactions: elbo911

GenghisTebo

New Member
Feb 17, 2022
4
0
68
He's referring to the "correct" image he posted below his comments . . . Click on it, and save that image to your SJX 2.10_12c/Game/gui folder.
It will be saved as "main_menu.png(avil)"
Delete the existing "main_menu.png" file in that folder, and just remove the "avil" suffix from the new image file.
It will now be the correct main_menu.png image
Were is the file to download I don't see a link??
 

Cirdon

Well-Known Member
Nov 27, 2019
1,497
2,203
468
yv0751 I hate pointing things out that will make my life as a player more difficult, but...

I have the option to Quality Control a bot immediately as soon as I can repair parts, and yet it's much later at a much higher tech skill that BB-2 tells me that I now can do hands on quality control.

Code:
    if bot.isComplete() and "JOB_MCBotRepair" in GAME.mc.jobs:
        $ options = ["quality control"] + options
Shouldn't that be JOB_MCBotQC, not JOB_MCBotRepair?
 

LokkenJP

Member
Jan 22, 2018
338
849
173
yv0751 I hate pointing things out that will make my life as a player more difficult, but...

I have the option to Quality Control a bot immediately as soon as I can repair parts, and yet it's much later at a much higher tech skill that BB-2 tells me that I now can do hands on quality control.

Code:
    if bot.isComplete() and "JOB_MCBotRepair" in GAME.mc.jobs:
        $ options = ["quality control"] + options
Shouldn't that be JOB_MCBotQC, not JOB_MCBotRepair?
You don't have permission to view the spoiler content. Log in or register now.
 

GenghisTebo

New Member
Feb 17, 2022
4
0
68
Does anyone know How to remove or delete Inventory items.
I used the console command to add 1 AI core but used the wrong command and added it to my character inventory instead of the ship's cargo.
So now I'm stuck with an AI core in my character's Inventory.
 

Evangelion-01

Devoted Member
Apr 12, 2018
11,623
7,959
906
Does anyone know How to remove or delete Inventory items.
I used the console command to add 1 AI core but used the wrong command and added it to my character inventory instead of the ship's cargo.
So now I'm stuck with an AI core in my character's Inventory.
Easiest way is to restart the game after useing a dimensional pod to carry over all your accumulated Items
 

gnadudu

Well-Known Member
Aug 31, 2018
1,995
2,958
437
Does anyone know How to remove or delete Inventory items.
I used the console command to add 1 AI core but used the wrong command and added it to my character inventory instead of the ship's cargo.
So now I'm stuck with an AI core in my character's Inventory.
You could try GAME.mc.remItem("ITMAICore")
 

Sh4dyW0lf

Newbie
Mar 14, 2019
86
156
188
Were is the file to download I don't see a link??
He didn't post "a link" - He posted the ACTUAL IMAGE for the v2.10_12c Menu Page

Just right-click on it, choose "Save Image As", and an Explorer Window will open and allow you to place it in the SJX/game/gui folder.
 

marianne

New Member
Apr 28, 2018
12
14
170
Does anyone know How to remove or delete Inventory items.
I used the console command to add 1 AI core but used the wrong command and added it to my character inventory instead of the ship's cargo.
So now I'm stuck with an AI core in my character's Inventory.
sell it to a seller :unsure:
 

Daisuki02

New Member
Jul 21, 2017
2
0
32
For anyone struggling with console commands, here are a few:

1. Set the amount of money you have
GAME.money = X

2. Control the hour of the day
GAME.hour = X

3. Modify installed systems
subSys[SYSTEM_NAME][ROW][COLUMN] = X

Possible values for each variable:
SYSTEM_NAME: "cargo", "engines", "hyperdrive", "launcher", "mining", "shields", "uplink", "weapons"
ROW: 1, 2, 3
COLUMN: 1, 2, 3, 4

4. Manage crewmate stress/energy:
Code:
khelara.attr["STS"] = X
nimhe.attr["STS"] = X
vee.attr["ENE"] = X
tris.attr["STS"] = X
5. Give yourself items
GAME.mc.addItem(ITEM_CODE)

Item codes:
Candle: "ITMCandle"

6. Add items to cargo bay
GAME.ship.loadWare(ITEM_CODE)

Item codes:
AI core: "ITMAICore"
Basic crates: "ITMCrateBots"
Rare crates: "ITMCrateBotsRare"
Military crates: "ITMCrateBotsMil"
Precursor crates: "ITMCrateBotsPre"
Bio weapons: "ITMBioWeapons"

---------------------------

There are, of course, tons of item codes you might need, but I've not required any so far. Feel free to suggest more if you want me to add any to the list.
I really appreciate you taking the time to help us use these console codes! However, specifically for the subSys code section, could you possibly upload a picture to show exactly how you typed it? I can't tell what I'm supposed to type here based only upon the provided information.
 

gnadudu

Well-Known Member
Aug 31, 2018
1,995
2,958
437
I really appreciate you taking the time to help us use these console codes! However, specifically for the subSys code section, could you possibly upload a picture to show exactly how you typed it? I can't tell what I'm supposed to type here based only upon the provided information.
Here's how I would add/change a subSys (even though I would probably just cheat in the item and install them myself... ^^):

GAME.ship.subSys["engines"] = ["ITMEngineMkII", [1,1,1,1],[9,9,9,9], [0,0,0,0], [GAME.items["ITMAddOnEngine"],GAME.items["ITMAddOnEngine"],0,0,0,0]]

"engines" is the system type
"ITMEngineMkII" is the item id (in this case it would install a pulse engine mkII)
[1,1,1,1],[9,9,9,9], [0,0,0,0] are the three rows of submodules (this would put an ai core, a positron stabilizer, a flux modulator and an output controller in row 1, 4 tunneling modules in row 2 and nothing in row 3)
[GAME.items["ITMAddOnEngine"],GAME.items["ITMAddOnEngine"],0,0,0,0] are the addon modules (this would put two engine dynamics modules in the first two slots and nothing in the others)

You can of course use something like GAME.ship.equipAddOn("engines", "ITMAddOnEngine", 1) to equip addon modules instead (the last number is the slotid, starting at 0)

Edit: Warning, this will only work in v2.10 because the code for the subsystems will change in v2.20.
 
Last edited:
4.20 star(s) 159 Votes