Jump to content

ripzeus

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ripzeus

  1. Well since my last 3 posts haven't shown up. Here are my results on what I found. Currently the only winch with the gui problem is winch1 (Horizontal stack winch). I added the line of code that was missing, that was on the other three. Unfortunately it did nothing to help the problem with the missing gui. MODULE { name = KASModuleWinch maxLenght = 80 cableSpring = 1000 cableDamper = 0.1 cableWidth = 0.04 motorMaxSpeed = 1 motorAcceleration = 0.05 powerDrain = 0.3 headTransformName = head headPortNodeName = portNode connectedPortNodeName = bottom anchorNodeName = anchorNode evaGrabHeadPos = (0.05, 0.01, -0.11) evaGrabHeadDir = (0,0,1) evaDropHeadPos = (0.05, 0.01, -0.16) evaDropHeadRot = (180.0, 0.0, 0.0) ejectEnabled = true <--------Added this ejectForce = 20 <--------Added this lockMinDist = 0.08 lockMinFwdDot = 0.90
  2. In the cfg files, I did find that the Horizontal Stack Winch is missing a line in the cfg MODULE { name = KASModuleWinch maxLenght = 80 cableSpring = 1000 cableDamper = 0.1 cableWidth = 0.04 motorMaxSpeed = 1 motorAcceleration = 0.05 powerDrain = 0.3 headTransformName = head headPortNodeName = portNode connectedPortNodeName = bottom anchorNodeName = anchorNode evaGrabHeadPos = (0.05, 0.01, -0.11) evaGrabHeadDir = (0,0,1) evaDropHeadPos = (0.05, 0.01, -0.16) evaDropHeadRot = (180.0, 0.0, 0.0) lockMinDist = 0.08 lockMinFwdDot = 0.90 } This is the Vertical Stack winch, Horizontal radial winch, and Vertical radial winch. Everyone one of these winches has this line of code in it. MODULE { name = KASModuleWinch maxLenght = 50 cableSpring = 1000 cableDamper = 0.1 cableWidth = 0.04 motorMaxSpeed = 2 motorAcceleration = 0.05 powerDrain = 0.5 headTransformName = head headPortNodeName = portNode connectedPortNodeName = bottom anchorNodeName = anchorNode evaGrabHeadPos = (0.05, 0.01, -0.11) evaGrabHeadDir = (0,0,1) evaDropHeadPos = (0.05, 0.01, -0.16) evaDropHeadRot = (180.0, 0.0, 0.0) ejectEnabled = true ejectForce = 20 lockMinDist = 0.08 lockMinFwdDot = 0.90 } I don't know if having these missing from the cfg (ejectEnabled = true and ejectForce = 20) is causing the problem, but I will add these lines to find out.
  3. I forgot to remove the AIES parts, but I did find out it's only the Horizontal Stack Winch that has the GUI and control problem.
  4. Found a bug! All the winches except the Horizontal Stack Winch show up in the gui and work just fine. It seems the Horizontal Stack Winch has the GUI issue that people have been complaining about.
  5. So it seems I have the GUI problem, and I have no idea what is causing it. I have removed all mods, uninstalled the game completely, and just added KAS 0.4.5 to the gamedata folder and still come up with the gui saying rename the winch. All the logs state everything is fine. Here is a small log. [LOG 01:16:18.988] [untitled Space Craft]: Ready to Launch - waiting to start physics... [LOG 01:16:18.993] Crewmember Jebediah Kerman assigned to AIES C1 'Orbiter', seat # 0 (crew seat index: 0) [LOG 01:16:18.994] [FLIGHT GLOBALS]: Switching To Vessel Untitled Space Craft ---------------------- [LOG 01:16:18.996] setting new dominant body: Kerbin FlightGlobals.mainBody: Kerbin [LOG 01:16:18.998] Reference Frame: Rotating [LOG 01:16:19.012] stage manager resuming... [LOG 01:16:19.013] Vessel assembly complete! [LOG 01:16:19.014] stage manager starting... [LOG 01:16:19.014] all systems started [ERR 01:16:19.043] [KAS] OnStart(Winch) Connected part is not a port, configuration not supported ! [LOG 01:16:21.471] [PlanetariumCamera]: Focus: Untitled Space Craft [LOG 01:16:21.648] Flight State Captured [LOG 01:16:21.649] Saving Achievements Tree... [LOG 01:16:21.657] Game State Saved as persistent [LOG 01:16:22.658] [untitled Space Craft]: ground contact! - error: 0.141m [LOG 01:16:22.659] Unpacking Untitled Space Craft [LOG 01:16:22.660] [KAS] OnPartUnpack(Winch) [LOG 01:16:26.439] [KAS] 1 winch has been found on the vessel, showing GUI... [LOG 01:16:26.440] [KAS] WinchGUI - Showing GUI... [LOG 01:16:38.320] [KAS] WinchGUI - Closing GUI... [LOG 01:16:38.749] [KAS] WinchGUI - Showing GUI... [EXC 01:16:47.799] NullReferenceException
×
×
  • Create New...