#was thinking of recreating OVERTURE within Stormworks.

4 messages · Page 1 of 1 (latest)

ornate lily
#

The game is mostly about vehicle physics, but has logic components and the ability to make custom components/IC's of sorts. The game has a register component, and components for addition and subtraction. Only challenge would be bitwise logical operations, but I guess I could accomplish that by dividing a numerical value by 2**n where N is the bit's position, and then multiplying the operation result back.
edit: only problem is that nested IC arent possible and that the components are rather big, in the sense that they take up a rather large footpring withing the already limited area

sharp galleon
#

just use lua :p

ornate lily
#

that would be boring, lol

#

I'm thinking of NOT using lua (aside for screens) and using instrument panels as puchcards