Starbound

Starbound

90 个评价
Macrochip Patch
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
132.544 KB
2019 年 11 月 29 日 上午 10:46
2019 年 11 月 30 日 下午 8:16
7 项改动说明 ( 查看 )

订阅以下载
Macrochip Patch

在 mathgeniuszach 的 1 个合集中
Fun Stuff for Me and Friends
138 件物品
描述
A mod that fixes issues with some of Macrochip's problems.

Feature List:
+ Fixed ALU by reversing the inputs
+ Corrected the ALU manual entry
+ Fixed the in-world numerical displays' 5th port to work more like the in-circuit display by turning the display on or off.
+ Fixed numerical displays not loading color on world join

I'm open to more fixes, just comment!
Enjoy!
热门讨论 查看全部(1)
1
2019 年 12 月 2 日 下午 1:38
Macrochip Mod modding
SFC-Daniel
12 条留言
SFC-Daniel 2023 年 2 月 12 日 下午 5:43 
Hello again,
i found a limitation when a Makrochip contains too many pieces(maybe wires?)
mouse reaction will go down to several seconds/minutes per input until it moves

is it possible to fix this?
Xareas 2022 年 4 月 10 日 下午 9:18 
@SailorJerrys

Yes, it does work with FU and the latest Starbound :)

@mathgeniuszach

I never made a comment on steam, I hope this somehow works.

Are you able to create another Macrochip, which is a big "more" than the "MegaMacrochip"?
Means; more than 24 in/outputs?

With my current projects, the 24 limitation handicaps me pretty heavily. :(


Greetings, Leliana! :)
makoaluveaux 2021 年 10 月 20 日 下午 10:39 
Would you be able to create a smaller version of the numerical displays?
Like a 1x2 block?
SailorJerrys 2020 年 12 月 16 日 下午 4:28 
Does this work with Frackin' and the latest Starbound..?
SFC-Daniel 2020 年 4 月 22 日 上午 3:26 
Subtraktion needs a seperate And-Gate für G and Cn+4 to work. not only the Triple And
SFC-Daniel 2020 年 4 月 21 日 下午 2:42 
Sorry found the old build from Storm which explains the issue so you just need to Tripple-And G,P,Cn+4 to get the correct results from addition and subrtraktion when using combined ALUs

The 8bit Shift Register Issue remains though
SFC-Daniel 2020 年 4 月 18 日 上午 11:25 
Having also issues with the G and P connection to Cn when using 2 ALUs (8bit) first not sure which of them is actually used irl and they dont match the Situation sometimes.
for Example got the First Alu(1-4bit) all active and G activated the second Alu which then was A Plus B +1 so the Result was 31 instead of 15. Same Issue with P to Cn at 8-13 which triggers the A Plus B +1 and sets the 16 bit active
SFC-Daniel 2020 年 4 月 18 日 上午 8:07 
Hello again^^
I tried a 8 Bit double ALU setup with F=A Minus B Subtraktion Mode( s1,s2,Cn active on both and P to Cn of the second Alu) A Input Bits 0 and 1 are active for ALU 1 and A Input Bit 0 for the second ALU = 19 total Value
I activated Bit3 (8) for the B Input and it added 8 to the sum instead of subtrakting it!
Bit2(4) even added 4 and 8
and both Bits active at the same time added 4 so it seems the 8 got added and removed at the same time in this case

can you confirm this behavior and maybe fix it?
(there are also some issues with functionallity of the 8 bit shift register that differ from the 4 bit version - Clear and S1/S2 behaviour)
mathgeniuszach  [作者] 2019 年 12 月 1 日 下午 3:16 
Unless macrochip or starbound reads functions in the table in a list-like format, reading the functions as numbers instead of by their names (which is highly unlikely), one of the two identical functions can indeed be removed. I fail to see a purpose in this though as it literally does nothing to change functionality and I don't really know if replacing the file has any improvements since its not in this patch already (the duplicated function is only 13KB). I'd make that change if there was another bug in the macrochip.lua file, but making that modification right now seems unnecessary.
SFC-Daniel 2019 年 12 月 1 日 下午 1:43 
Btw the macrochip.lua contains 2 identical "function setMacrochipAnim()", one can be removed right?