Jump to content

dangros

Members
  • Posts

    32
  • Joined

  • Last visited

Reputation

8 Neutral

2 Followers

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. With respect to the texture file, do the different options for 2k, 4k, 8k correspond to your monitor's resolution? Which should I choose?
  2. I have a question but first, I want to say WOW to this mod. Probably my favorite. Now, sorry if this was answered, but I didnt see it. Has anyone been able to add a rover to the Kane/Saturn V fairing? Want to do it the most realistic way possible.
  3. Most of the credit should goto whoever is KSP_Taxiservice on github. He had the actual fix, I just implemented it locally and got the ball rolling. He/she actually commented on the pull request and I got the email. Stoked it worked though Is there a reason the app/mod isnt using the latest version of unity?
  4. So I've never compiled any type of KSP code till now but I'm a C# developer by trade, so when I saw the github email stating the following , I made the changes: The root cause of this issue in 1.9.x and 1.10.x is the renaming of KSP's main camera from "Camera 01" to "UIMainCamera". As such, the mod could not retrieve the main camera reference, resulting in this issue. This change in BaseCamera.cs is sufficient to restore this mod to its glory. protected List<string> CameraNames = new List<string> { "GalaxyCamera", "Camera ScaledSpace", "Camera 01", "Camera 00" }; to protected List<string> CameraNames = new List<string> { "GalaxyCamera", "Camera ScaledSpace", "UIMainCamera", "Camera 00" }; I gave it a shot but since my environment does not have all the correct references, I added the needed ones. I also had to comment out the Save image logic b/c I didnt get it to work yet.
  5. This has now been corrected and my instructions here are no longer needed. Please get the latest version through the standard means! I have a fix!!! Temporarily at least. This should do it until CKAN is setup by a developer with access, ehem @linuxgurugamer, I have created the dll which works (at least on my machine ). I'm pretty excited to have fixed it. All you have to do is replace the DockingCamera.DLL in the [Kerbal Space Program folder]\GameData\DockingCamKURS\Plugins folder. I've shared it in my dropbox which can be downloaded here: The DLL can be found here: https://www.dropbox.com/sh/gtq9vkrbz6xjcsz/AACYfqSePX6_EmtqCFrFIWGEa?dl=0
  6. can someone explain to me why this rover isnt moving? I thought I tested it on kerbin and it was fine but that may have been a couple versions before this one.
  7. @peteletroll, that will prob do the trick but for others - the answer to my question was a malformed number caused the part to vanish. I had too many digits. In addition, my values were not at center but they work once I truncated a couple decimal values.
  8. Trying to update the large truss but not getting something right. The idea is to add the ability to attach a node to the middle of the truss, not just its ends. I added a file: DansMod.cfg which looks like this but I get a missing part error when trying to load: @PART[trussPiece3x] { node_stack_front = 0.1287344‬, 0.737619, 0.0, 0.0, 1.0, 0.0, 1 node_stack_back = -0.1287344‬, -0.737619, 0.0, 0.0, -1.0, 0.0, 1 }
  9. Thanks @EveMaster and @Brikoleur. I ended up moving on b/c I wanted to complete other missions. In the future, I'll create something that can hover and snag. This mission is darn near impossible, however. IF you get in physics range, the ship starts rolling down the hill. It wont stop till it blows up. If you turn on cheats and prevent it's destruction, it rolls into a V shaped crevice. I had the kerbal up against the ship as it got stuck in a loop, constantly rolling and bouncing off the kerbal, rendering the kerbal impossible to move. I'm happily enjoying other contracts at this point and trying to obtain some sort of ability
  10. The thing is, it's on such a severe hill that there would be no way to roll up to it. I cant imagine the contract being done this way on purpose. I do like the idea of the robo-hand. Yes, I do have both expansions.
  11. lol a cheat to deal with a bug is an acceptable work-around to me!! outside of using Kis/Kas, how do i pick it up?
  12. I have a mission where I have to rescue a Kerbal on the mun and return their scrap back to Kerbin. As I descend, I see the kerbal and the remainder of his ship on a very very steep slope inside a crater. The problem is, the scrap is rolling down the wall of the crater and explodes. Is there a way around this?
  13. Once in a while, there seems to be a haze instead of beautiful clear graphics. Any idea what is causing this? Scatterer going nuts? Here's an example: https://steamcommunity.com/sharedfiles/filedetails/?id=1826073959
  14. Hi Everyone, I have the Klockheed Shuttle mod installed I know it's old but how do the sparklers work?
×
×
  • Create New...