Scrap Mechanic

Scrap Mechanic

ScriptableComputer
 This topic has been pinned, so it's probably important
TheFattestCat  [developer] 4 Aug, 2022 @ 10:02am
Bugs
Write issues/problems you find in mod there
Last edited by TheFattestCat; 4 Aug, 2022 @ 10:02am
< >
Showing 1-15 of 48 comments
Hardonium 9 Aug, 2022 @ 3:34pm 
английская H при выводе на экран выглядит как квадратик
TheFattestCat  [developer] 10 Aug, 2022 @ 2:32am 
fixed
sleepnow 12 Aug, 2022 @ 4:41pm 
fixed, but did you push the update? latest version is from the 4th and you said you'd fixed the issue on the 9th.
содомит 14 Aug, 2022 @ 5:39am 
all text seems broken, there is just squares instead of letters, only numbers display correctly
TheFattestCat  [developer] 14 Aug, 2022 @ 9:24am 
write small letters, i'll push soon
sleepnow 15 Aug, 2022 @ 8:00pm 
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 15 Aug, 2022 @ 8:02pm 
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 16 Aug, 2022 @ 12:32pm 
actually, not sure any of the self.shape stuff works anymore!
TheFattestCat  [developer] 16 Aug, 2022 @ 1:06pm 
in permission block set unsafe script mode
sleepnow 16 Aug, 2022 @ 5:27pm 
I tried setting it with that new black duck but it hasn't made a difference.
sleepnow 16 Aug, 2022 @ 5:47pm 
not only did it not make a difference, it resets to safe when you reload the game
содомит 18 Aug, 2022 @ 4:47am 
Originally posted by 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
Last edited by содомит; 18 Aug, 2022 @ 4:51am
sleepnow 18 Aug, 2022 @ 2:01pm 
@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.
содомит 19 Aug, 2022 @ 4:02am 
Originally posted by 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  [developer] 19 Aug, 2022 @ 5:24am 
unsafe mode unblocks some sm functions, that can makes gameplay nonrealistic
< >
Showing 1-15 of 48 comments
Per page: 1530 50