Problems with Wheels

Im having some problems with my wheels some one know how to fix this.

0_1527117646264_Untit1led.png 0_1527117654642_Untitled.png

@Forces Can probably help with this...Think someone else had the same problem before.

@alejandro-fernandez
Try decreasing the "RubberRadius" value in your wheel's XML file.

@mexican_420 yo decreci el RubberRadius lo tenia en 5 y de igual forma me pasaba, y lo incremente y no se resolvio.

I did that... I changed the rubberradium to 5 or 25 and was the same

@alejandro-fernandez Creo que Mexican_420 es canadiense, el foro es en ingles por lo que deberias de apegarte al idioma

0.25 es 25cm desde el centro de la rueda si es un rim de asumo 16" deberias usar algo como 0.282 para ser un poco mas preciso

to stay in forum rules here is the translation
0.25 is 25cm from the center of the wheel if it is a rim of I assume 16 "you should use something like 0.282 to be a little more accurate

@forces if i give you the files can you help me??

this is a 35tire on 16in rims

<TruckWheel
	_template="Medium"
	Mesh="wheels/1998_S10_Mk_Baja_35_13_16in"
	Radius="0.4325"
	Width="0.33"
>
	<WheelTracks _template="Default" />
	<WheelSoftness _template="Stiff" />
	<WheelFriction BodyFriction="2.3" SubstanceFriction="2.0" />
</TruckWheel>```
last edited by Forces

wait this stupid forum didn't posted my other message

	<WheelMesh RubberRadius="0.23757" /> <!-- Rim Radius-->
	<Material
		DiffuseMap="trucks/1998-S10-Rim__d_a_uncmp.tga"
		MeshParts="S10_Rim 0,S10_Rim 1,S10_LugNuts 0,S10_LugNuts 1"
		SpecularMap="trucks/1998-S10-Rim__d_a_uncmp.tga"
		TwoSided="true"
	/>
	<Material
		DiffuseMap="trucks/1998-S10-Baja-Wheel__d_a.dds"
		MeshParts="BajaClawWheel,BajaClaw"
		NormalMap="trucks/1998-S10-Baja-Wheel__n_d.dds"
		SpecularMap="trucks/1998-S10-Baja-Wheel__d_a.dds"
		TwoSided="true"
	/>
</CombineXMesh> ```
last edited by Forces

@forces, Do it like this using 3 ` tilde keys at top and bottom to look like this;

<CombineXMesh Type="Wheel">
	<WheelMesh RubberRadius="0.23757" /> <!-- Rim Radius-->
	<Material
		DiffuseMap="trucks/1998-S10-Rim__d_a_uncmp.tga"
		MeshParts="S10_Rim 0,S10_Rim 1,S10_LugNuts 0,S10_LugNuts 1"
		SpecularMap="trucks/1998-S10-Rim__d_a_uncmp.tga"
		TwoSided="true"
	/>
	<Material
		DiffuseMap="trucks/1998-S10-Baja-Wheel__d_a.dds"
		MeshParts="BajaClawWheel,BajaClaw"
		NormalMap="trucks/1998-S10-Baja-Wheel__n_d.dds"
		SpecularMap="trucks/1998-S10-Baja-Wheel__d_a.dds"
		TwoSided="true"
	/>
</CombineXMesh>