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

  • GAME 1 - Hex Academy

    Votes: 392 11.0%
  • GAME 2 - Arcane Academy: Goblin Uprising

    Votes: 570 15.9%
  • GAME 3 - Sexbot Rebellion

    Votes: 393 11.0%
  • GAME 4 - Dairy Dynasty

    Votes: 382 10.7%
  • GAME 5 - Space Journey X Continued

    Votes: 1,245 34.8%
  • Any above OK with me

    Votes: 540 15.1%
  • Something else

    Votes: 54 1.5%

  • Total voters
    3,576

breachcreaper

Newbie
May 18, 2020
27
8
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.
How do you open the console?
 

sillyrobot

Engaged Member
Apr 22, 2019
2,069
1,825
How do you open the console?
The same way you do in any ren'py game.

First, you need to find the file 00console.rpy. It is in the renpy\common folder inside wherever you copied the game.

Edit it and look for the line 'config.console = False'. It's a bit over 100 lines in. Change it to 'config.console = True' and save the file.

Run the game. When the game is loaded, press SHIFT-O (O as in MNOP not a zero). The console should open.
 
  • Like
Reactions: super_Dmitriy

Sh4dyW0lf

Newbie
Mar 14, 2019
57
125
How do you open the console?
Keep in mind that mucking around with console commands is also a great way to bork your game . . . causing missed event triggers and crashes due to altered character stats :rolleyes:

Unlike most of the fapping slideshows featured on this site, this is an actual well-designed game - and the early requirement for money via missions and / or trading is a fundamental part of it that doesn't take very long to succeed at - to the point that it really doesn't matter, you'll soon have more than you'll ever need. This also applies to items like AI Cores, and the various types of Ship Mods and the Crates for crafting Bots.

FYI - If all you want is quick access to the naughty pictures, just browse the Images folder.
 

brightawake

Newbie
Nov 16, 2022
18
2
For some reason I can't have sex with T'Ris.

This:

Meet T’Ris at 18:00 in the Mess Room in Deck 3
• Offer her a Drink (Astropolitan) from the replicator
• Visit her at 19:00 in her quarter the same day you gave her the drink for sex


doesn't work.

T'Ris says

The auotrainer calibration I performed was... was interesting
I might consider a practical test
At some later time


Although I can get bridge favors from her anyway.
 

Satalin

Newbie
Jul 24, 2017
31
19
For some reason I can't have sex with T'Ris.

This:

Meet T’Ris at 18:00 in the Mess Room in Deck 3
• Offer her a Drink (Astropolitan) from the replicator
• Visit her at 19:00 in her quarter the same day you gave her the drink for sex


doesn't work.

T'Ris says

The auotrainer calibration I performed was... was interesting
I might consider a practical test
At some later time


Although I can get bridge favors from her anyway.
did you talk to Nimhe about the autotrainer effect on tris ? if not talk to Nimhe
 
4.20 star(s) 44 Votes