Ostranauts

Ostranauts

30 ratings
Ostranaut Cheat Guide
By Kolljak
The overall Cheat Sheet for console commands. WIP
3
   
Award
Favorite
Favorited
Unfavorite
Activating Debug Mode
When in game and moving around, you can click the [Debug Console] [F3] in the top right marked as a ! on a geometric shape. once inside you can enter the following.

unlockdebug

this will allow you access to some debug functions such as

Shift + 1 = Free money [50k]
Shift + 2 = Causes Explosion [will kill your character if not carful]

Shift + C = spawn NPC
Shift + K = random ship damage

F3 = console window

Help = a list of commands for you to use
Clear = Clear current debug output [cleans the console command menu text]
Character Information Cheats
How to Identify your Conditions

This section will cover how to edit your characters stats, age, and information.

getcond <entity_name> [Refrence] will search for a specific entities conditions

example : getcond Cecilia_Westford eeb will do a check to see if cecilia has "feeble"
example2 : getcond Cecilia_Westford Is will search for all of her body stats that have Is in it

How to Add/Remove Conditions

addcond <conditionname> [value] set condition to set value from -1 to X
[X being whatever is the max value]

example 1 : addcond IsFeeble 1 = gain feeble trait
example 2 : addcond IsFeeble -1 = remove feeble trait

List of Traits

IsFeeble
IsUnfit
IsFragile
IsInsomniac
IsHypovolemic2
IsVisualImpaired
IsImmunoSuppressed

this should cover the starting negative perks

How to change your characters Age

addcond StatAge X [X being the Variable of -1 or +1] -1 de-ages +1 ages by 1 year, other numbers work too.

example : addcond StatAge -9 = will de-age you by 9 years






Item Cheats
Spawning Items
spawn <item> = Spawns item into the world <item> being the item itself


Below is a list of a known Items you can spawn.

[This list is blank as i have yet to spawn any items or figure out the naming system for items]

Let me know if you know in the discussion section and i will add them.

Money Cheats

addcond StatUSD <amount> = adding a specific amount of money
example : addcond StatUSD 100000 will add 10000 money to your account

Quests
Warning Spoilers Ahead

The following information has been redacted by request of the New California Government Office.

There apparently is a quest or even where MEAT begins growing on your ship this is a command to pull up the debug cheat information on forcing the event to end.

help meatstate
Exploits
as of 2/2/2025 this is a list of exploits you can use.

Yoinking

When seeing an NPC hauling or dragging an item you can run up "drop" the item by right clicking the item and selecting the drop option. You can now pick the item up without any negative repercussions.

No Mater What It Is
Extras and End Notes
Resources
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3016792515
[Where i got some of the information on traits]

Images
https://steamuserimages-a.akamaihd.net/ugc/20930512556573299/7FABBB356CFC3ECBF69F2ECAF8B63BB6CB0B7ACD/?imw=800&&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false

I will add more to this as i learn more about the debug mode and console commands if you have any you wish to add just comment them below and i will add them when i figure out how they work.
21 Comments
Jimiljamal 16 Jul @ 8:28am 
Bis setup
spawn ItmBackpack01 (backpack)
spawn ItmWeaponPistol01 (1911)
spawn ItmAmmo45
spawn OutfitCargoPantsStrapped04 (black 12+2clip)
Spawn ItmShoe01L
Spawn ItmShoe01R
Spawn ItmShirtHoodie01 (4slot)
spawn OutfitSuit03 (6slot)
spawn OutfitEVA03 (black)
spawn OutfitHelmet04 (Black)
=(42slot)
Jimiljamal 16 Jul @ 8:25am 
Surce:
Streamingasets/data/loot/loot_self_reference.json (notepad,notepad++)
Pingster 25 Feb @ 2:54pm 
You can use Wiki for ItemName for spawning items.
LordOrion 23 Feb @ 3:51am 
All the character traits

C:\Program Files (x86)\Steam\steamapps\common\Ostranauts\Ostranauts_Data\StreamingAssets\data\traitscores

All the conditions and skills

C:\Program Files (x86)\Steam\steamapps\common\Ostranauts\Ostranauts_Data\StreamingAssets\data\conditions

Also, as a side note. Ingame after unlocking debug hit backslash to turn debug mode on. Rightclick on an item and hit repair then pause the game. In the bottom right corner of your screen it should show the item name and all the conds.
Dick Johnson 17 Feb @ 12:50pm 
Also, one more debug or "cheat".
While on your nav console screen there is a screw on the right side of the console that has "RESCUE" written inside an arrow next to it.
Clicking this screw opens up a menu that allows you to "insta-dock" with any ship or structure in the game; every derelict, station, ATC, Security, etc...
Dick Johnson 16 Feb @ 3:31pm 
ItmBackpack02 - Black Wing "KOMPART" backpack
ItmAlarmCO2OffLoose - Loose CO2 Alarm

These are just a couple examples I got to work in game but that's where your names are going to be.
Dick Johnson 16 Feb @ 3:22pm 
Yep, found it.

C:\Program Files (x86)\Steam\steamapps\common\Ostranauts\Ostranauts_Data\StreamingAssets\data

Under the above local address you can find files called items.json, installables.json, etc.
The names found here are the names you use to spawn items in game.
Dick Johnson 16 Feb @ 2:10pm 
I'm on a mission to find that item naming system here shortly.
My first thought is that it will be the names in the game object files.
👍 and ⭐
Joshu  [developer] 3 Feb @ 12:31am 
oof looks like code formatting doesnt work in comments dammit...
Joshu  [developer] 3 Feb @ 12:30am 
fun fact, you can chain commands with a semicolon ;
so you can write out lots of addconds as a single line
[code]addcond IsUnfit -1;addcond IsFragile -1[\code]
etc