Starcom: Nexus

Starcom: Nexus

View Stats:
apricot May 13, 2019 @ 11:22pm
Console commands?
Beat the game (well, reached end of beta), now want to try testing some builds, are there console command to unlock tech tree or give unlimited research points?
Last edited by apricot; May 13, 2019 @ 11:22pm
< >
Showing 1-15 of 20 comments
Phantom May 14, 2019 @ 6:35am 
yup find the discord server they are listed on that
apricot May 14, 2019 @ 3:16pm 
Where is it? I only found the discord chat app.
Phantom May 14, 2019 @ 3:55pm 
To bring up the developer console, press ~ and "l" at the same time. (That's a lower case L)

Respec() : Remove all researchable tech from player and return RP. Useful for trying out different research builds with the same level of tech.
SetDifficulty(x) : Change the difficulty of a game already in progress where x is a number > 0. The default is 1 and the named difficulties at start are powers of 2: 0.25, 0.5, 1, 2, 4, etc...
Give(commodity, amount) : Give the player an amount of a commodity. E.g., Give("GOLD",50)
Take(commodity, amount) : The reverse of that.
ListCommodities() : List possible commodities along with their enum code


Essentially you want

Give("RESEARCH_POINTS",20000) [[Might be RESEARCH or RESEARCH POINTS]]
Give("GOLD",20000)
Give("all other resource names",20000)

I don't think you can unlock all tech might be one
Covargo May 16, 2019 @ 5:22pm 
I've just found the Discord too but in the orientation channel it says "please assign yourself the Cadet role in role-assignment channel by clicking on the reaction" (Which is a little spaceship)

This is supposed to give you the cadet role and allow you to see the rest of the server and speak. When i click on the reaction nothing happens.

I'm not sure what's going on with it.

This is the link i found that justkevin put in another thread https://discord.gg/uddMTC5
Last edited by Covargo; May 16, 2019 @ 5:24pm
Covargo May 19, 2019 @ 5:33am 
Nevermind i left and rejoined that fixed it.
Covargo Jun 11, 2019 @ 10:20am 
If you can't get the Dev Console to open try l and @ instead (lower case L)

For me that way works not Phantom's way.
Graehaus Feb 18, 2020 @ 10:10am 
Hmmm, i tried it and no luck. I get the Dev Console up but it only tells me after enter the command , Output (no return value) has anyone gotten that?

Töft Sep 27, 2020 @ 7:00am 
In a German Keyboard Layout it is ö + l
Moforkus Jan 9, 2021 @ 1:53pm 
Originally posted by Phantom:
To bring up the developer console, press ~ and "l" at the same time. (That's a lower case L)

Respec() : Remove all researchable tech from player and return RP. Useful for trying out different research builds with the same level of tech.
SetDifficulty(x) : Change the difficulty of a game already in progress where x is a number > 0. The default is 1 and the named difficulties at start are powers of 2: 0.25, 0.5, 1, 2, 4, etc...
Give(commodity, amount) : Give the player an amount of a commodity. E.g., Give("GOLD",50)
Take(commodity, amount) : The reverse of that.
ListCommodities() : List possible commodities along with their enum code


Essentially you want

Give("RESEARCH_POINTS",20000) [[Might be RESEARCH or RESEARCH POINTS]]
Give("GOLD",20000)
Give("all other resource names",20000)

I don't think you can unlock all tech might be one

none of these work...as stated by another poster it just opens up the console command window which states output (no return value)...none of the commands that are listed to type in do anything and nobody answered the poster in this thread who brought up the same issue.
Morwyn Feb 6, 2021 @ 5:55am 
These codes don't work on current version. Console simple says Output (no return value) as @Moforkus pointed out already.
Ooder Mar 4, 2021 @ 2:58am 
I have the answer, tested and working.

1: type, ListCommodities()
on the left side of your UI you will see the list of commodities flash up with a corresponding ID eg. (RESEARCH_POINTS (5000)
2: Take the ID from your desired commodity, then write it as follows

Give("5000", 250)

Use same spacing and inverted commas etc. 5000 is the ID, and 250 is the amount.
So 250 research points.

Have fun!
Moforkus Mar 4, 2021 @ 5:46pm 
Originally posted by Ooder:
I have the answer, tested and working.

1: type, ListCommodities()
on the left side of your UI you will see the list of commodities flash up with a corresponding ID eg. (RESEARCH_POINTS (5000)
2: Take the ID from your desired commodity, then write it as follows

Give("5000", 250)

Use same spacing and inverted commas etc. 5000 is the ID, and 250 is the amount.
So 250 research points.

Have fun!

thanks
Yoonas Apr 17, 2022 @ 2:10am 
Sorry for digging up old thread but it is the only one I find about console commands.

How do these even work? Like already beens said the console does nothing except giving "no return value". No cheat actually works.

Anyone who actually know how to get it to work, also joined the discord but can't find anything on there.
Thrasymachus77 May 13, 2022 @ 8:06am 
It does work, but you must type the command exactly. The console will still return "no return value" but the properties will be updated appropriately. For that matter, the console itself does not display any important or relevant information. When you type ListCommodities() into the console, it will not list them in the console, but instead a graphical, UI-based list will appear in the lower left corner of the screen. Blink and you might miss it popping up.

First, when opening the console, be sure the field is clear. I find the console has the "l" already in the field from opening it with the ~ "l" combo. If you just type Give("5000", 250), what will actually be inputted is lGive("5000", 250). And that will make it not work.

Second, you must capitalize appropriately. It's Give not give. ListCommodities() not listcommodities().

Finally, you must include the parentheses and the quotation marks around the resource identification number, and make sure the comma that separates the identification number is outside the quotation marks. Give(5000,250) won't work. Give("5000", 250) does work.
< >
Showing 1-15 of 20 comments
Per page: 1530 50