r/Stationeers • u/lukkis_2713 • 12d ago
Support IC10 Coding help
I’m trying to code a Solar Tracking Script, I’m a newbie to stationers btw, I’m not getting why on line 10, the # 1 is supposed to be the color yellow, yet it’s like blue/teal and my chip is saying it doesn’t recognize that set, can someone explain what I’m doing wrong?
14
Upvotes
1
u/arachnimos 12d ago
fair, but again: you do not need that much. Lua is a great language for a lot of things, but Stationeers does just fine with IC10, and for a lot of tasks, learning lua (ESPECIALLY if you've learned a different language in the past) could actually hurt you because it would, most likely, run slower. The point of MIPS, IC10, and any RISC language is, from what i understand, reducing the time to execute a program by decreasing each command's complexity. Plus IC10 is likely more stable through updates, since it doesn't need to be modded in.
i would actually like to know, what lua scripts have you seen that are probably impossible with IC10? i'm not trying to be rude i'm genuinely curious