Outcore

Outcore

View Stats:
Confused about certain Idle game actions.
So, I'm trying to beat the extra Idle stages using only what the game offers me as coding commands (and no, I will not use any other options that could work that have not been taught to me by the game) and don't know how they work or when to use them: GetWorkerInventoryItems, ConsoleLog(string) and SyncWorkers are the ones I can't figure out.
< >
Showing 1-7 of 7 comments
Doctor Shinobi  [developer] Feb 7, 2024 @ 11:27pm 
Sorry for the bad documentation. Some of them kinda require you to have programming knowledge.
If I remember correctly, GetWorkerInventoryItems() returns an array of strings, where each string is the name of an item held in the inventory. They're ordered as First In Last Out, so cell 0 should be the last item your worker collected. When you use ThrowItem you can give it an index to choose which item to throw.

ConsoleLog prints text to the console, which is useful when you need to debug your code.

SyncWorkers returns true if all workers called this function at the same time, otherwise falls. Can be used to help "sync the workers" by creating temporary infinite loops.
CharringFenix Feb 8, 2024 @ 12:46am 
Okay, thank you very much. I actually used someone’s guide as a reference point to see how it all works in the display box and found out how it all works. Thanks again, though. Maybe someday when I get into coding I’ll understand it better.
Last edited by CharringFenix; Feb 8, 2024 @ 12:46am
CharringFenix Feb 19, 2024 @ 12:48am 
Hey Doctor Shinobi, if you are alright with answering this, is there a way for me to take screenshots of the game? I've tried the usual F12 way, but nothing ever takes.
Goldilox Jun 24, 2024 @ 3:17am 
Originally posted by CharringFenix:
Hey Doctor Shinobi, if you are alright with answering this, is there a way for me to take screenshots of the game? I've tried the usual F12 way, but nothing ever takes.
Just use the snapping tool or any screenshot taker
CharringFenix Jun 26, 2024 @ 5:12pm 
Originally posted by Goldilox:
Originally posted by CharringFenix:
Hey Doctor Shinobi, if you are alright with answering this, is there a way for me to take screenshots of the game? I've tried the usual F12 way, but nothing ever takes.
Just use the snapping tool or any screenshot taker
Well, I wanted to try and do it through Steam specifically, but couldn't. And the odd thing is other people have been able to do it that way.
Doctor Shinobi  [developer] Jun 26, 2024 @ 10:42pm 
Originally posted by CharringFenix:
Originally posted by Goldilox:
Just use the snapping tool or any screenshot taker
Well, I wanted to try and do it through Steam specifically, but couldn't. And the odd thing is other people have been able to do it that way.
It's possible this is because the Steam overlay is disabled while playing Outcore. It's disabled because there's a bug that makes it look really weird while Outcore is in desktop mode.
CharringFenix Jun 27, 2024 @ 12:42pm 
Ah, I see. Thank you very much for your time. Hope whatever your next plans are work very well for you.
< >
Showing 1-7 of 7 comments
Per page: 1530 50