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

  • GAME 1 - Hex Academy

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

    Votes: 2,124 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,172

kira0819

Newbie
May 2, 2017
51
18
187
Quotor conspiricy I think
Basically 5 days after entering NX-010 you see an ingame sequence and afterwards you need to spend a night in Quotor Station... the Dialogues and Quest description should tell what to do from there
is that a cutscene where a team of reasearch people around a portal on the ground? i saw that but then no quest after i spend a night in Quotor station
 

Evangelion-01

Devoted Member
Apr 12, 2018
11,623
7,959
906
is that a cutscene where a team of reasearch people around a portal on the ground? i saw that but then no quest after i spend a night in Quotor station
You should have seen an unique news broadcast that morning and MC thought he should talk to Khelara about these news.
Also Dr. Moira comes right after and tells you, that you now can visit Quotor Station entertainment district
 

kira0819

Newbie
May 2, 2017
51
18
187
You should have seen an unique news broadcast that morning and MC thought he should talk to Khelara about these news.
Also Dr. Moira comes right after and tells you, that you now can visit Quotor Station entertainment district
yea i did all that quest and got the rope , is it because i use stealth method to disable the shield therefore i dont get to destroy a portal?
 

yv0751

Well-Known Member
Game Developer
Jul 8, 2017
1,855
5,452
703
yea i did all that quest and got the rope , is it because i use stealth method to disable the shield therefore i dont get to destroy a portal?
The portal is destroyed off screen by the "cavalry" U69 calls in.

Quest task was only recon and to disable the shields (by stealth or force).
Hint: If you do it by force you get an extra bot shell reward
 

kira0819

Newbie
May 2, 2017
51
18
187
whats the procedure to return galaxina shell back to holomax again? i reseal it and click it to the iltari station control but nothing happen
 

kira0819

Newbie
May 2, 2017
51
18
187
and is there a way to cheat the abyssal queen shell? since i missed the chance, i tried GAME.mc.addItem and GAME.ship.loadWare and smart , they dont works
 

gnadudu

Well-Known Member
Aug 31, 2018
1,995
2,958
437
whats the procedure to return galaxina shell back to holomax again? i reseal it and click it to the iltari station control but nothing happen
I think you just need to click it on the bot configuration panel in the lab.
Checked it and had to click it on Nimhe for it to get added...

and is there a way to cheat the abyssal queen shell? since i missed the chance, i tried GAME.mc.addItem and GAME.ship.loadWare and smart , they dont works
GAME.lab.parts.append(GAME.sbPartsData["SBPShell3TypeU"].clone({'prefs': ['military grade', 'elite']}))
 
Last edited:

Crow Lotus

Member
Oct 18, 2018
182
62
68
According to the walkthrough and ingame guide, I should check the cabinet beside the bed. When I click on it, it says searching followed by "nothing there". Am I not searching in the right place within the Captain's Cabin?
 

MWolf55

Member
Jun 19, 2018
241
97
210
According to the walkthrough and ingame guide, I should check the cabinet beside the bed. When I click on it, it says searching followed by "nothing there". Am I not searching in the right place within the Captain's Cabin?
Some of the rooms have a little cabinet/box by the bed and the cabinet against the wall. I can't remember if the CC has both or just the one. But if it's not popping up when you search I have to wonder if you need to complete another task before it will show up. Some of them require certain steps or the crew to be at certain levels before a quest/task is available. If it is for a specific crew member make sure you have ranked up each characteristic as much as possible; ie: exhibition, submission etc.
 

Crow Lotus

Member
Oct 18, 2018
182
62
68
Some of the rooms have a little cabinet/box by the bed and the cabinet against the wall. I can't remember if the CC has both or just the one. But if it's not popping up when you search I have to wonder if you need to complete another task before it will show up. Some of them require certain steps or the crew to be at certain levels before a quest/task is available. If it is for a specific crew member make sure you have ranked up each characteristic as much as possible; ie: exhibition, submission etc.
I was using a mod and it wouldn't show up for some reason. Found it but can't figure out the engine room now. LMAO! Added the core and the Tunneling Modules but nothing happened.
 
Last edited:

yv0751

Well-Known Member
Game Developer
Jul 8, 2017
1,855
5,452
703
I was using a mod and it wouldn't show up for some reason. Found it but can't figure out the engine room now. LMAO! Added the core and the Tunneling Modules but nothing happened.
The game is not compatible with mods like urm. Content is missing and they corrupting the data state.
I recommend to wipe the entire game folder clean reinstall the game and not touch any mod while you play it.
 
  • Like
Reactions: Maccabbee

PaulKart

Newbie
Dec 27, 2023
49
78
142
For Dev:
Please note the line in 724_racing.rpy:
$ GAME.mc.tally[" Scored Max (Cr)"] = max(GAME.mc.tally.get("Scored Max (Cr)", 0), bWin)
Currently it is replaced by the last result, not the maximum. Because there is a space in the variable name.

Also in 212_init_interior.rpy:
The abbreviation of the location name Station Petshop corresponds to Station Plaza (PL), although further in the code it already has PS:
["LOCArellartiStationPL", "PL", "Station Plaza", [], "room_arellarti_plaza_smart",[],{"ambient": "ambient_streets.mp3"}],
["LOCArellartiStationPS", "
PL", "Station Petshop", [], "room_arellarti_petshop_smart",[],{"ambient": "ambient_streets.mp3"}],

[ 2,2, "
PS", "Station Petshop", "LOCArellartiStationPS", "loc", {}, [] ]
 
  • Like
Reactions: yv0751

johnnyangel2024

New Member
Nov 3, 2024
5
2
46
Is there a console command to add Robot Lab Addons (i.e. Talent Boosters or ESPECIALLY Immobilizers)? I never seem to receive Immobilizers in the Bot Crates.
 

Chrisdarock19

Well-Known Member
Oct 15, 2018
1,453
2,045
461
yv0751 typo found
900_cutscenes\910_cutscenes_tris.rpy #A balance of...
Line 986: A balance ot mental and physical activities is important...
You don't have permission to view the spoiler content. Log in or register now.
I also love the amount of loot drops from the Zealots and Quthor Pirates! (y)
 
  • Like
Reactions: yv0751
4.20 star(s) 159 Votes