However, I've not been able to get any crates from the Precursor Guardian, but I was able to get a Precursor Bot Crate from the Precursor Core in Zone 2. Did this change in the newer version so the Precursor Guardian doesn't drop Precursor Bot Crates anymore in the first zone's Precursor Wreck?• These levels do not renew, so if you cleared all three they are gone. Make sure you
re-roll your loot if it should be meh. You want some Precursor Bot Crates
• Hint: You could farm them if you destroy the Guardian but not the Core and flee to
try again the next day…
There is a pre defined pool of drops for each enemy I am not sure about which one is there, but you can get precursr crates from V's anomaly seach aswell in Iltari... though most effective is the automatons wrecks in the final zoneI'm trying to farm Precursor Bot Crates from the Iltari System's Precursor Wreck. The walk-through says:
However, I've not been able to get any crates from the Precursor Guardian, but I was able to get a Precursor Bot Crate from the Precursor Core in Zone 2. Did this change in the newer version so the Precursor Guardian doesn't drop Precursor Bot Crates anymore in the first zone's Precursor Wreck?
You don't... just visit to get ahead in the Questline... afterwards it's a useless location... well you can trade illegal goods with them but so does the pirate queenHow do you gain entrance to the Slavers Guild
The walk-through I downloaded in the first post said the Guardians in the Precursor Wreck in the Iltari System dropped them, but I haven't found any yet after a bunch of re-rolling, so I am wondering if I should just beat the three maps and get the map fragment.There is a pre defined pool of drops for each enemy I am not sure about which one is there, but you can get precursr crates from V's anomaly seach aswell in Iltari... though most effective is the automatons wrecks in the final zone
The walk-through I downloaded in the first post said the Guardians in the Precursor Wreck in the Iltari System dropped them, but I haven't found any yet after a bunch of re-rolling, so I am wondering if I should just beat the three maps and get the map fragment.
I'm not sure who wrote this, so I don't know if they meant farming these levels or farm Precursor Bot Crates. From my experience I didn't even get 1 Precursor crate from a Guardian wreckage, only from the Core, so that isn't farmable, best I have gotten from Guardian wreckage is Mark II torpedo tubes and AI Cores.• These levels do not renew, so if you cleared all three they are gone. Make sure you re-roll your loot if it should be meh. You want some Precursor Bot Crates![]()
• Hint: You could farm them if you destroy the Guardian but not the Core and flee to try again the next day…
You can get 2 if there are also 2 mystery crates in a line... given the explosives hidden in those fielsds this can be quiet usefulI'm not sure who wrote this, so I don't know if they meant farming these levels or farm Precursor Bot Crates. From my experience I didn't even get 1 Precursor crate from a Guardian wreckage, only from the Core, so that isn't farmable, best I have gotten from Guardian wreckage is Mark II torpedo tubes and AI Cores.
The best source, at that early part of the game, is The Void asteroid fields. The mystery crates have a small chance of containing a Precursor Bot Crate (singular, even if you are in a 2x or higher alignment bonus row/column)
Both the space anomaly itself and mystery crates can be re-rolled by rolling back one click and trying again, but that gets old pretty quickly.
I never made such a list, but generallyDoes anyone have a list of all shell types and what they add or replace?
MC's achievements:I've completed the gallery and most of the quests, (only the Way Home at Last quest to do) but I am missing one of T'ris's achievements (I have Facial Queen, Final Form, Firm Hand and Perfect Discipline) and 2 of the MC's quests. Anyone know what they are and/or how to get them?
You don't have permission to view the spoiler content. Log in or register now.
I started by skipping most of the days as I have played them before. Looks like it did not give me the achievements but did unlock the gallery.MC's achievements:
experienced inspector
uniform inspector
Which you should have gotten while getting the pictures, since they come from inspecting Nimhe's uniform (Racy = Uniform Inspector, Revealing = Experienced Inspector)? Gallery, Page 2, second row, second picture. Page 3, third row, third picture.
T'ris's achievements you're missing "trained pet", which you should have gotten when you got gallery Page 4, second Row, fourth picture.
TryI started by skipping most of the days as I have played them before. Looks like it did not give me the achievements but did unlock the gallery.
GAME.mc.achievements.append("uniform inspector")
GAME.mc.achievements.append("experienced inspector")
tris.achievements.append("trained pet")
# 20 - NIMHE BOARDED / LAB UP
# 60 - SERAPHINE RESCUED
# 75 - HOLODECK ACTIVATED
Thanks for the report, thats fixed in 2.20I got this error attempting to pick up 'loot' after being pursued by the Voron Zealots in Quthor after winning the battles.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/03_GAME.rpy", line 132, in script call
call sandbox_space() from _call_sandbox_space
File "game/500_navigator/556_sandbox_space.rpy", line 1651, in script call
call check_occurrence(tgtLoc) from _call_check_occurrence_6
File "game/850_missions_events/855_events.rpy", line 783, in script call
call mg_combat_scenario(scenario) from _call_mg_combat_scenario_13
File "game/700_minigames/785_combat_scenarios.rpy", line 282, in script call
call mg_combat(scenarioID, mobs,rocks) from _call_mg_combat_19
File "game/700_minigames/780_combat.rpy", line 1581, in script call
call mg_combat_roll_wreck(lootSite, screenEnv) from _call_mg_combat_roll_wreck
File "game/700_minigames/780_combat.rpy", line 1039, in script
$ rewards += random.sample([GAME.items[x] for x in ["ITMBeacon", "ITMAddOnCloak","ITMCannonQuantum","ITMTorpedoVoron"]*5 + +["ITMShieldVoron"]], 5)
File "game/700_minigames/780_combat.rpy", line 1039, in <module>
$ rewards += random.sample([GAME.items[x] for x in ["ITMBeacon", "ITMAddOnCloak","ITMCannonQuantum","ITMTorpedoVoron"]*5 + +["ITMShieldVoron"]], 5)
File "game/700_minigames/780_combat.rpy", line 1039, in <lambda>
$ rewards += random.sample([GAME.items[x] for x in ["ITMBeacon", "ITMAddOnCloak","ITMCannonQuantum","ITMTorpedoVoron"]*5 + +["ITMShieldVoron"]], 5)
TypeError: bad operand type for unary +: 'RevertableList'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/03_GAME.rpy", line 132, in script call
call sandbox_space() from _call_sandbox_space
File "game/500_navigator/556_sandbox_space.rpy", line 1651, in script call
call check_occurrence(tgtLoc) from _call_check_occurrence_6
File "game/850_missions_events/855_events.rpy", line 783, in script call
call mg_combat_scenario(scenario) from _call_mg_combat_scenario_13
File "game/700_minigames/785_combat_scenarios.rpy", line 282, in script call
call mg_combat(scenarioID, mobs,rocks) from _call_mg_combat_19
File "game/700_minigames/780_combat.rpy", line 1581, in script call
call mg_combat_roll_wreck(lootSite, screenEnv) from _call_mg_combat_roll_wreck
File "game/700_minigames/780_combat.rpy", line 1039, in script
$ rewards += random.sample([GAME.items[x] for x in ["ITMBeacon", "ITMAddOnCloak","ITMCannonQuantum","ITMTorpedoVoron"]*5 + +["ITMShieldVoron"]], 5)
File "F:\AVN\SpaceJourneyX-210_012a\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\AVN\SpaceJourneyX-210_012a\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/700_minigames/780_combat.rpy", line 1039, in <module>
$ rewards += random.sample([GAME.items[x] for x in ["ITMBeacon", "ITMAddOnCloak","ITMCannonQuantum","ITMTorpedoVoron"]*5 + +["ITMShieldVoron"]], 5)
File "game/700_minigames/780_combat.rpy", line 1039, in <lambda>
$ rewards += random.sample([GAME.items[x] for x in ["ITMBeacon", "ITMAddOnCloak","ITMCannonQuantum","ITMTorpedoVoron"]*5 + +["ITMShieldVoron"]], 5)
TypeError: bad operand type for unary +: 'RevertableList'
Ren'Py 8.3.3.24111502
Space Journey X 210_012a
Mon May 26 03:49:57 2025
GAME.mc.setAchievement("uniform inspector")I started by skipping most of the days as I have played them before. Looks like it did not give me the achievements but did unlock the gallery.
I got the Experienced Inspector by checking Nimhe's revealing uniform but it did not work for the other one (so I am an experienced inspector but not a uniform inspector). I also think I cannot get trained pet as the game has set me passed that quest. You would not happen to know the console commands for them?
Thanks
Thanks for the report.Hi.
I don't know if it's intended function or not, but if I use invisibility and keyboard to move, I can go trough other ships, mines, hivelings etc. Only can't go through asteroids and derbits. I have randomlz found it, whene I have farming materials for my Precursors bot catles.
View attachment 5035271