Hiya,
Not sure if anyone still uses this mod or anything, but I wrote up a ModuleManager thing to make the wheels work with TweakScale (might wanna make a new .cfg for it):
@PART[Small?Rover?Wheel]
{
%MODULE[TweakScale]
{
type = free
}
}
@PART[RollKage?Kerchelin?Sport]
{
%MODULE[TweakScale]
{
type = free
}
}
@PART[RollKage?Kerchelin?Jumbo]
{
%MODULE[TweakScale]
{
type = free
}
}
@PART[RollKage?Kerchelin?Extreme]
{
%MODULE[TweakScale]
{
type = free
}
}
I also made one for WheelSounds (just copy and paste into the WheelSounds .cfg):
@PART[RollKage?Kerchelin?Extreme]
{
MODULE
{
name = WheelSounds
wheelSoundVolume = 2
wheelSoundPitch = 0.7
wheelSoundFile = WheelSounds/Sounds/KerbalMotionTR-2L
skidSoundVolume = 0.3
skidSoundPitch = 1
skidSoundFile = WheelSounds/Sounds/gravelSkid
damageSoundVolume = 1
damageSoundFile = WheelSounds/Sounds/wheelDamage
soundInVacuum = false
}
}
@PART[RollKage?Kerchelin?Jumbo]
{
MODULE
{
name = WheelSounds
wheelSoundVolume = 3
wheelSoundPitch = 0.5
wheelSoundFile = WheelSounds/Sounds/RoveMaxXL3
skidSoundVolume = 0
skidSoundPitch = 1
skidSoundFile = WheelSounds/Sounds/gravelSkid
damageSoundVolume = 1
damageSoundFile = WheelSounds/Sounds/wheelDamage
soundInVacuum = false
}
}
@PART[RollKage?Kerchelin?Sport]
{
MODULE
{
name = WheelSounds
wheelSoundVolume = 3.5
wheelSoundPitch = 0.5
wheelSoundFile = WheelSounds/Sounds/RoveMaxS1
skidSoundVolume = 0
skidSoundPitch = 1
skidSoundFile = WheelSounds/Sounds/gravelSkid
damageSoundVolume = 1
damageSoundFile = WheelSounds/Sounds/wheelDamage
soundInVacuum = false
}
}
@PART[Small?Rover?Wheel]
{
MODULE
{
name = WheelSounds
wheelSoundVolume = 3
wheelSoundPitch = 1
wheelSoundFile = WheelSounds/Sounds/RoveMaxS2
skidSoundVolume = 0
skidSoundPitch = 1
skidSoundFile = WheelSounds/Sounds/gravelSkid
damageSoundVolume = 1
damageSoundFile = WheelSounds/Sounds/wheelDamage
soundInVacuum = false
}
}
@zitronen It'd be cool if you could integrate these modules into a future update. Love your work by the way.