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분
< >
전체 댓글 48개 중 1~15개 표시 중
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
< >
전체 댓글 48개 중 1~15개 표시 중
페이지당 표시 개수: 1530 50