Jump to content

diego_gz

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by diego_gz

  1. I am having this problem too. I am using linux and I updated from 0.25. I use an i7-4702MQ with Intel HD4600. I know that it is not exactly a high-end pc for gaming but in 0.25, with tons of mods (RemoteTech, Interstellar, Mechjeb, DeadlyReentry, FAR,Environmental Visual Enhancements , life support, KAS, InfernalRobotics, HotRockets, ScanSat, realchute, alarm clock, etc, etc) I had an slightly better performance than the stock 1.0. In 0.25 stock it worked just fine. I am also noticing that, flying a plane, if I look to the sky, the game works super smooth, if I look to the ground I have a massive FPS drop. I am using medium settings without AA.
  2. Hello, as many of you may know, KSP does not have shadows (unless hex edit executable) or anti aliasing working on Intel HD graphic cards although they are more than capable of this. This is a Unity3D engine problem and it took me a while to find the issue tracker thread related to this problem, so I thought about posting here the link, as surely there is more people interested. Spoiler: More than 1 year open, active thread (last post a month ago) and of course no reply from Unity3D team. http://issuetracker.unity3d.com/issues/deferred-lighting-doesnt-work-on-intel-hd-graphics Funny enough, shadows where already for Galaxy Note3 reported later: http://issuetracker.unity3d.com/issues/no-shadows-on-samsung-galaxy-note3
  3. You will fix your problem if you if you change 4 lines in the configuration.
  4. If anybody is interested, I am currently using this script: This will exec KSP in a borderless window and keep it on top af all windows. It will require wmctrl (apt-get install wmctrl). If you want a version with a normal window or fullscreen: NOTE: Replace ${PATH_TO_STEAM} with the path to your steam installation You can place this script in /usr/local/games or in any place inside your PATH. You can also create this file: $HOME/.local/share/applications/Kerbal\ Space\ Program.desktop With this contents: NOTE: You must change Exec= and Icon= with the actual paths you want. You can download a cool icon for KSP and using specifying the path there. This last file will create a menu entry in your desktop inside your games menu. Maybe we can script the modifications to make for the linux versions and update the script for each KSP version so executing the KSP_Linux script will ready your KSP to work great in Linux.
  5. I had the same problem with the 'aerodynamic FX quality' and the 'no hardware support' but after I enabled shadows I could choose the 'aerodynamic FX quality'. However, following the instructions here did not worked for me. This is what I did: 1. Open the KSP.x86_64 with an hex editor. I used wxHexEditor (apt-get install wxhexeditor in ubuntu) 2. Edit -> Find : Find in text the "intel" string. You will see a line looking like "INTEL.intel.<whatever>" 3. In the hex part of the string (the left and biggest side of the editor), I replaced all the "INTEL.intel" hex characters with zeros. 4. Save and done. I hope this helps you! BTW, this is probably related to a change in 0.24 regarding reentry effects in linux and a potential crash. Take a look here in the Misc section at the bottom.
×
×
  • Create New...