Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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 " . ")

Ah ha! ok no problem. Thanks

i wasn't able to fix the problem until now, if someone else is having this same problem this is how i could make the game recognize dots as decimal separators:

open a terminal in the game folder and write the command:

LANG=en_US

then in the same terminal open the game:

./Autonauts.x86