Stranded: Alien Dawn

Stranded: Alien Dawn

Stranded: Alien Dawn Workshop
Explore other users workshop creations, upload, download and subscribe to new content
Can someone remind me what the command is to clear the console log?
...I've used the command a thousand times to clear the log when in the mod editor, but for the past several months I've only needed to hit the up arrow to just repeat my last command.

Sadly, My game lost its memory of past commands, and for the life of me I can't remember what the command is. It's something like "ClearConsolelog" but that's not quite right.

Any help appreciated. Getting old sucks, the memory is the first thing to go.
< >
Showing 1-8 of 8 comments
injto4ka 30 20 Nov, 2023 @ 1:24pm 
F9 :) It is in the section "Use the in-game console" of "Advanced modding tips" guide
Jaggid Edje 43 20 Nov, 2023 @ 1:31pm 
Originally posted by injto4ka:
F9 :) It is in the section "Use the in-game console" of "Advanced modding tips" guide
Thank you! I looked in there but without a search function I didn't find it. Thanks for telling me exactly where to look.

Search is broken here on Steam as well (at least for me), because I know I learned it here in the first place. No matter what I search for on Steam I get 0 results right now. :steamsad:

Edit: F9...which is not what I used to use, I used to type something. But a hotkey for it is so much better.
Last edited by Jaggid Edje; 20 Nov, 2023 @ 1:36pm
Jaggid Edje 43 27 Nov, 2023 @ 3:14pm 
I found my notes of what the command to type that I originally asked about is and am just posting it here so the answer will come up if anyone else (or myself) ever searches for it again.
DestroyConsoleLog

F9 does the same thing, and is much more convenient. So I'm going to keep using that instead. Still thought I'd make a record of the actual command here.
injto4ka 30 27 Nov, 2023 @ 3:24pm 
DestroyConsoleLog would actually destroy the UI related to the log text. F9 is calling the function:
function cls() -- Clear console log if dlgConsoleLog then dlgConsoleLog:ClearText() end end
Jaggid Edje 43 27 Nov, 2023 @ 3:30pm 
Interesting, that explains why nothing ever showed up in that log after I used that command (until a restart). That makes destroyconsolelog actually still useful (to me, anyway) for those times when I just want it out of the way and don't plan to need it again for that session.
lukeh_ro 32 12 Dec, 2023 @ 8:52pm 
when I forget it I use
for _ = 1, 100 do print() end
:D
PS: which won't have the destroy effect if you just want the text out of the way
Last edited by lukeh_ro; 12 Dec, 2023 @ 9:02pm
Jaggid Edje 43 12 Dec, 2023 @ 10:54pm 
Originally posted by lukeh_ro:
when I forget it I use
for _ = 1, 100 do print() end
:D
PS: which won't have the destroy effect if you just want the text out of the way
LOL, are you an engineer? That's definitely an over-engineered solution.

P.S. I love it. :steamhappy:
injto4ka 30 13 Dec, 2023 @ 3:09am 
There is always an alternative solution. Trust me, I'm an engineer.
< >
Showing 1-8 of 8 comments
Per page: 1530 50