Not sure if anyone is aware of this but its possible to add more zoom options so that the games pixel size is not upscaled. This is especially useful for ship design testing because you won't have pixel differences, but also so you can see large ships on one screen. \Steam\SteamApps\common\Starbound\assets\interface\optionsmenu\optionsmenu.config Code: "zoomList" : [ 2, 3, 4 ], Add a new line for no-zoom like this; Code: "zoomList" : [ 1, 2, 3, 4 ],
thank you for this, i tried manually setting it to 2.5 in the starbound config file but it messed up the pixels. This worked perfectly!