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