Starbound

Starbound

59 ratings
IC10 Programmable Logic Circuits (Beta)
2
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
344.407 KB
14 Jul @ 3:49am
14 Jul @ 4:04am
3 Change Notes ( view )

Subscribe to download
IC10 Programmable Logic Circuits (Beta)

Description
A mod that adds Integrated Circuits and IC10 assembly language from game Stationeers.
Comes with high-quality text editor, which I coded by my own since Starbound text fields does not support selecting or copy pasting bruh

Currently beta. Available functions can be checked by unpacking the mod and opening instructions.lua. There's currently no way to check functions in-game.

Currently supported functions: https://pastebin.com/raw/Ts7V5Cwq
16 Comments
Supersonic Pixel Junkie 20 Jul @ 1:59am 
goated with the source. I might have to play another run.
Easily Frightened Deer 19 Jul @ 9:36am 
zach has spent decades preparing me for this very mod
ICECREAM SLIME! 17 Jul @ 11:10pm 
shit, soon enough we'll be able to make videogames in starbound. this is gonna be fun.
StarDiDust 17 Jul @ 7:38pm 
dude this is amazing, i didnt think this game still could have this kind of community, love it, kinda want to get back again
Arcane 17 Jul @ 2:23pm 
I don't know how to script in Lua so I won't use this but this is just such an awesome feature and I love how the text editor keeps the starbound aesthetic. Incredible work
Krandal 17 Jul @ 1:14pm 
Looks amazing idea.
Ewok116 16 Jul @ 5:35am 
must have
have youplayedthehitgameamongus  [author] 15 Jul @ 7:58pm 
Its pretty simple actually, registers are variables and you index them by r[register number], like r0 r1 r2 r3 … max r15 or r16 i forgor

“move r0 1” sets r0 to 1, “s 0 r0” sets output #0 to r0 which is set to 1 from previous instruction
have youplayedthehitgameamongus  [author] 15 Jul @ 7:52pm 
Id recommend to watch Stationeers IC10 tutorial, this one works the same except for l and s functions which are the following:
l [reg] [input index]
s [output index] [reg]
have youplayedthehitgameamongus  [author] 15 Jul @ 7:40pm 
Starbound is Lua