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

  • GAME 1 - Hex Academy

    Votes: 1,138 10.0%
  • GAME 2 - Arcane Academy: Goblin Uprising

    Votes: 1,852 16.3%
  • GAME 3 - Sexbot Rebellion

    Votes: 1,175 10.3%
  • GAME 4 - Dairy Dynasty

    Votes: 1,102 9.7%
  • GAME 5 - Space Journey X Continued

    Votes: 4,074 35.8%
  • Any above OK with me

    Votes: 1,851 16.3%
  • Something else

    Votes: 192 1.7%

  • Total voters
    11,384

initiated

Member
Apr 8, 2018
103
87
Does it mean base defenses on our pirate base will be relevant in that update?
Do take the time you need. As impatiant as we are for new content of this great game, better to wait and get the good stuff in good quality.
 

yv0751

Well-Known Member
Game Developer
Jul 8, 2017
1,661
4,937
Does it mean base defenses on our pirate base will be relevant in that update?
Do take the time you need. As impatiant as we are for new content of this great game, better to wait and get the good stuff in good quality.
as a first release of that RPG combat module, I will use it for ship incursion defence.

Of course it can later also be used for boarding, a way missions, and base defence.

it has the advantage of allowing quick access to planet surfaces or asteroids without having me implement different rooms, locations and docking procedures which is a pain to do
 

Evangelion-01

Devoted Member
Apr 12, 2018
11,161
7,583
You do need to have Underverse modules inserted into it first, though. it didnt work forme until i did.
but once you do, you get a chance for portal to respawn, from which you can get free items from nowhere - i think its 1 item per underverse module inserted into Akasha's Tendrils.

The other one gives extra 20 ton of cargo space per underverse module inserted, instead. so the choice is either the free items or even more room.

better question is how Akasha's tendrils, and its alternative, compare to the compressor the collector offers to you in quthor...
The Compressor MK III allows to hide items useing cloak modules and has 300 T capacity.
Neither Underverse Compressors allow to hide illegal goods, so you have to eject them before docking
 

yv0751

Well-Known Member
Game Developer
Jul 8, 2017
1,661
4,937
The Compressor MK III allows to hide items useing cloak modules and has 300 T capacity.
Neither Underverse Compressors allow to hide illegal goods, so you have to eject them before docking
they were designed to also accept cloaking modules. Let me know if that does not work in your case.
 

gnadudu

Well-Known Member
Aug 31, 2018
1,930
2,869
  • Like
Reactions: Chrisdarock19

yv0751

Well-Known Member
Game Developer
Jul 8, 2017
1,661
4,937
Finally got around to trying this one... Holy shit, is this a fantastic game. Great art! Fun mechanics and great use of Renpy.

And those pony girls... :love::BootyTime:
Glad you like it!

Would be great if you can leave a short review!

That would help to offset the reviews by people who expected a VN novel on rails or a two hour video render in 4K or whatever else and give the game 1 or 2 stars only. ;)
 
Last edited:
  • Haha
Reactions: sweetit

johnnyangel2024

New Member
Nov 3, 2024
5
2
GAME.lab.parts.append(GAME.sbPartsData["SBPAddOnImmo3"].clone())
adds a random gen 3 immobilizer to your lab.

GAME.lab.parts.append(GAME.sbPartsData["SBPAddOnImmo3"].clone({"pref": "military grade"}))
would add a military grade gen 3 immobilizer to your lab.

Instead of SBPAddOnImmo3 you could of course use other parts, just look them up in game/700_minigames/760_sexbot_core_data.rpy and search for partsdata.

THANK YOU!!! The file with the AddOn names was what I truly required but, I could not find it.
 
  • Like
Reactions: gnadudu

sinbarrabajas

Newbie
Feb 20, 2023
23
10
Hmm, you could follow the walkthrough till you reach Quthor. It's available on itch.io for free, or I posted it here.
Im following it im stuck at " As soon as everyone has EXH6 and a Pet Uniform, T’Ris appears in the morning to inform you the crew is ready " in Arellarti - The 2nd Map Fragment
 

Poppin81

Newbie
Jan 6, 2023
26
24
Glad you like it!

Would be great if you can leave a short review!

That would help to offset the reviews by people who expected a VN novel on rails or a two hour video render in 4K or whatever else and give the game 1 or 2 stars only. ;)

How do you post a review?
 

sgenter

Member
Dec 8, 2021
133
102
I 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
 
4.20 star(s) 139 Votes