hmmm you are right, but it used to work before :/
mts508
Recent community posts
Bug: after clicking Weed with a wooden scythe,my character did an animation of removing it but then the game got stuck. i tried save /load to get unstuck but after that my savefile was empty (i have my inventory, but every object in the world dissapeared: buildings, robots, animals, items, even trees!)
i found why this happen: apparently, my computer's language settings (spanish) change float's dot(" . ") to a comma(" , ") on string conversions. this may happen to other languages so a String.Replace() should do the work. i found that this comma problem also happens in savefiles (floats like CameraDistance, CameraX and CameraZ have " , " instead of " . ")
Bug: "Wait" doesn't work properly on linux (at least for me) the time a robot waits is greater than the seconds in the command . i tested the Party.txt and it waits like 2-3 secs on 1.0, also with decimals like 0.1 the thing get worse... i tested the Party.txt on windows and the wait time its correct so i think it's only a linux thing