Giter VIP home page Giter VIP logo

Comments (2)

zajc3w avatar zajc3w commented on August 16, 2024 1

It is just enough to drive forward a bit and wheels do 360 spins(on steering axis) on their own.
same problem in KSP 1.2.4, 1.2.2 and 1.2.3
MKS version 1.2.0.1 stable and bleeding edge 4 releases

fix for the issue, basicaly slightly teweaked maleute wheel config entries:

MODULE
	{
		name = ModuleWheelSuspension
		baseModuleIndex = 0
		suspensionTransformName = suspensionPivot
		maximumLoad = 40.0	
		suspensionDistance = 0.125
		targetPosition = 0.5
		springRatio = 7
		damperRatio = 1.0
	}
	MODULE
	{
		name = ModuleWheelSteering
		baseModuleIndex = 0	
		caliperTransformName = SteeringPivot		
		autoSteeringAdjust = true
		steeringResponse = 1.5
		
		steeringRange = 35
		
		steeringCurve
		{
			key = 0 20
			key = 20 20
		}
		steeringMaxAngleCurve
		{
			key = 0 1 0 0
			key = 3 1 0.0001624425 0.0001624425
			key = 7.5 0.33 -0.05674612 -0.05674612
			key = 20 0.12 -0.003158088 -0.003158088
			key = 30 0.1 -0.002872917 -0.002872917
		}
	}

edit:
GameData\UmbraSpaceIndustries\Karibou\Parts\KER_Wheel_01.cfg
and swap two above modules.
or cpy this file :https://drive.google.com/file/d/1dsjaDXgCHkBkwbjqJZ41EUJp6w8k0bZ3/view?usp=sharing

from mks.

Codebreakerblue avatar Codebreakerblue commented on August 16, 2024

Oh wonderful. Thank you!

from mks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.