Kerbal Space Program 0.90.0 Beta Linux

Kerbal Space Program 0.90.0 Beta Linux Average ratng: 5,0/5 5820 votes
  1. Kerbal Space Program 0.90.0

Command line on Steam For starting in English localization use this command line: LCALL=C./KSP.x86 for the 64-bit version: LCALL=C./KSP.x8664 The command lines can be used in console, placed in shell file, in the command or in the command line of menus. For the Steam version the file name has to be replaced with the%command%: LCALL=C%command% for the 64-bit version: LCALL=C%command%64 (See the picture on the right) Text is missing in menus in the game Source of the problem The game needs Arial and Arial Black fonts to be installed. Solution In case of Debian based systems (Ubuntu, Mint) install the 'Microsoft TrueType core fonts' (ttf-mscorefonts-installer) package (or something similar), in case of AchLinux 'ttf-ms-fonts' package, and so in case of other distros too.

Download Kerbal Space Program - 0.90.0 - Beta Than Ever - Windows (x64) torrent or any other torrent from PC category. Direct download via HTTP available as well. Build spacecraft, fly them, and try to help the Kerbals to fulfill their ultimate mission of conquering space. Kerbal Space Program 0.90.0 Beta LINUX [PXG] – F6BC1D044E58F121B2F69745B347FD158E4C2154 – Download torrents at Zooqle.

Since KSP 1.1 Under Linux (all distributions) the Unity game engine encounter an occasional compatibility issue that cause few menus (including settings panel) to not show text at all under certain screen resolution. Solution You can try to launch the game with different screen resolution by manually editing the file of KSP (seems to work with few config) this file can be found at the of KSP. A solution that work with any screen resolution is to add the -force-glcore as launch option. Under Steam go to: Library -) right click on KSP -) Proprieties -) Set up launch options and add -force-glcore The game engine will try to run the game with the best OpenGL version possible and all available OpenGL extensions as explained in the With this option enabled you may encounter shadow glitches, try few different settings in-game in the setting panel to resolve the problem.

Has been reported but it seems that it will not be fixed until the next game engine release. Text is unreadable, letters are replaced by squares Source of the problem If you have an ATI graphic card, you need to enable AMD compatibility mode. This is not a Linux-specific issue. Solution You have two ways to handle this problem:. From the settings in KSP launcher, select 'advanced' then check 'Run in AMD compatibility mode'.

From Steam: go to Library, right click on KSP, select 'Properties', click on 'Set launch options.' And add -force-gfx-st Desktop menus appear when clicking buttons in KSP Source of the problem Fullscreen windows are 'click-through' under Gnome Shell. You have to disable unredirect feature. Solution Temporary fix (you have to re-enable this workaround every time you restart your session):. Run 'Looking Glass' (Alt+F2, type 'lg', hit enter). Banky w capable instrumental. Enter 'Meta.disableunredirectforscreen(global.screen);' Permanent fix:. create a.desktop file under '/.config/autostart/' (for example, 'gnome3disableunredirect.desktop').

edit the previously created file, add the content below and save it. Desktop Entry Type=Application Exec= /bin / bash -c 'gdbus call -session -dest org.gnome.Shell -object-path /org/gnome/Shell -method org.gnome.Shell.Eval 'Meta.disableunredirectforscreen(global.screen);' Note that:. you need to be root to create and edit the.desktop file.

the.desktop file does not need to be executable. you have to restart your session for change to take effect, or apply the temporary fix Mods Source of the problem There are no problems.

Kerbal space program 0.90.0

Mods are usually compatible with each other, and you do not have to pay special attention of compatibility of mod.dll files. 64-bit version Source of the problem can sometimes run out of memory, especially if you use many mods; the 32-bit application cannot handle memory over 4GB, and the 64-bit Linux version has a small bug, which can be fixed before use. Solution This solution modifies the KSP.x8664 executable. Make a backup of it first, because if not applied correctly this can cause various errors and break the executable. This works only on a 64-bit system. The command uname -hardware-platform replies x8664 on 64 bit systems. In the is the executable named KSP.x8664 which needs to be patched.

First you need to change to the directory using depending on your installed directory. Two bytes need to be set to 0, depending on the installed version: Version Positions 0.24 — 0.24.2 0099f587 and 0099f58c 0.23.5 090f377 and 090f37c 0.23 838077 and 83807c For example for version 0.24.2 it looks like: echo '0099f587: 00' xxd -r - KSP.x8664 echo '0099f58c: 00' xxd -r - KSP.x8664 Automatic script Alternatively based on by Voidi, the following script will automatically search for the erroneous position and fix it. It'll also backup the original file as KSP.x8664.unpatched if anything has gone wrong.

#!/bin/sh position1=$ ( echo 'obase=16; $(perl -n0777e 'print pos-1,' n ' while / x01 x00 x00 x00 xB8 x01 x00 x00 x00 xC3 x41 x56 x41 x55 x49/g' '. /KSP.x8664 ') - E' bc ) if $position1!= '-E' then echo 'Patching Segfault out of the Rockets.' Cp -n './KSP.x8664' './KSP.x8664.unpatched' position2=$ ( echo 'obase=16;ibase=16; $position1 + 5' bc ) echo ' $position1: 00' xxd -r - './KSP.x8664' echo ' $position2: 00' xxd -r - './KSP.x8664' else echo 'This seems to be not a vanilla KSP executable' fi From now, only your hardware limits the usable memory. Install as many mods as you wish. 64-bit on Steam Source of the problem Steam installs both 32- and 64-bit versions of KSP, but even on 64-bit systems launches the 32-bit by default. Solution Tell Steam to launch the 64-bit version instead by editing the launch parameters.

Kerbal Space Program 0.90.0

Right-click on the game in your Steam library listing and go to 'properties'. In the 'General' tab (which should be the one that opens by default), click the 'Set launch options.'

In most cases, this box will be empty - insert the text%command%64 and click OK. If there is text in the box (because you've added flags, you're using Bumblebee, or you followed the instructions above for non-English localised systems), you'll need to insert the same text at the start (if%command% doesn't already appear) or change%command% to%command%64 (if it does). Joystick The joystick has to work by default. If your joystick is not available for the game, check the availability for Linux: ls -l /dev/input/js. /dev/js.

If the command is not replied with any file, that means there is no driver installed. If you have the driver install it, for example in case of Fedora install kernel-modules-extra package.

If the driver is installed, plug in the joystick, and try again! External Links - KSP on Archwiki.