Scrap Mechanic

Scrap Mechanic

ScriptableComputer
 此主題已被置頂,因此它可能很重要
TheFattestCat  [開發人員] 2022 年 8 月 4 日 上午 10:02
Bugs
Write issues/problems you find in mod there
最後修改者:TheFattestCat; 2022 年 8 月 4 日 上午 10:02
< >
目前顯示第 1-15 則留言,共 48
Hardonium 2022 年 8 月 9 日 下午 3:34 
английская H при выводе на экран выглядит как квадратик
TheFattestCat  [開發人員] 2022 年 8 月 10 日 上午 2:32 
fixed
sleepnow 2022 年 8 月 12 日 下午 4:41 
fixed, but did you push the update? latest version is from the 4th and you said you'd fixed the issue on the 9th.
содомит 2022 年 8 月 14 日 上午 5:39 
all text seems broken, there is just squares instead of letters, only numbers display correctly
TheFattestCat  [開發人員] 2022 年 8 月 14 日 上午 9:24 
write small letters, i'll push soon
sleepnow 2022 年 8 月 15 日 下午 8:00 
seems to sometimes have trouble with self.shape.worldPosition . Haven't yet had time to find the exact circumstances. I have a parent with two child computers, one of which uses self.shape.worldPosition to grab position which is read by parent. I save the creation and leave the game for awhile, come back and then it errors on that line which is exactly:
local_X = math.floor(self.shape.worldPosition.x*4 + 0.5)
sleepnow 2022 年 8 月 15 日 下午 8:02 
to fix I have to copy the code, create a new computer, paste code, rewire and then its fine. The error is about indexing a nil value
sleepnow 2022 年 8 月 16 日 下午 12:32 
actually, not sure any of the self.shape stuff works anymore!
TheFattestCat  [開發人員] 2022 年 8 月 16 日 下午 1:06 
in permission block set unsafe script mode
sleepnow 2022 年 8 月 16 日 下午 5:27 
I tried setting it with that new black duck but it hasn't made a difference.
sleepnow 2022 年 8 月 16 日 下午 5:47 
not only did it not make a difference, it resets to safe when you reload the game
содомит 2022 年 8 月 18 日 上午 4:47 
引用自 sleepnow
to fix I have to copy the code, create a new computer, paste code, rewire and then its fine. The error is about indexing a nil value
getting similar issue, code crashes with [string "...Scripts/lua-in-lua-main/lua/interpreter.lua"]:50: [string "...Scripts/lua-in-lua-main/lua/interpreter.lua"]:50: [string "...Scripts/lua-in-lua-main/lua/interpreter.lua"]:238: attempt to perform arithmetic|logical operation on a nil value but works fine when ctrl+x and ctrl+v it on working computer. this issues started after aug15 or aug16 updates
最後修改者:содомит; 2022 年 8 月 18 日 上午 4:51
sleepnow 2022 年 8 月 18 日 下午 2:01 
@nevermxre it could be a permissions issue. this "feature" appears to have been introduced in the builds from the 15th or 16th. You have to use that black duck permissions block, and then set the permissions to "unsafe". Unfortunately, the permissions are reset when the game is reloaded which is really annoying.
содомит 2022 年 8 月 19 日 上午 4:02 
引用自 sleepnow
@nevermxre it could be a permissions issue. this "feature" appears to have been introduced in the builds from the 15th or 16th. You have to use that black duck permissions block, and then set the permissions to "unsafe". Unfortunately, the permissions are reset when the game is reloaded which is really annoying.
i tried messing with permissions but it made no difference. this "feature" is completely useless i think
TheFattestCat  [開發人員] 2022 年 8 月 19 日 上午 5:24 
unsafe mode unblocks some sm functions, that can makes gameplay nonrealistic
< >
目前顯示第 1-15 則留言,共 48
每頁顯示: 1530 50