Add the following line to your modDesc.xml -

<brands>
		<brand name="STANDARD" title="Standard" image="$data/store/brands/brand_lizard.dds"/>
</brands>

Or, simply add <brand name="STANDARD" title="Standard" image="$data/store/brands/brand_lizard.dds"/> to your <brands> section if you already have one!


<!-- track simple -->

			<wheelConfiguration name="FFT-36" brand="STANDARD">
                <wheels>
                    <wheel hasParticles="true" hasTireTracks="true">
                        <physics rotSpeed="1" restLoad="4.0" repr="crawlerLeft" driveNode="careWheelLeft" showSteeringAngle="false" radius="0.38" width="1" mass="0.5" initialCompression="25" suspTravel="0.27" spring="150" damper="30" frictionScale="4" tireType="crawler"/>
                        <tire tireTrackAtlasIndex="7" isCareWheel="false"/>
                    </wheel>
                    <wheel>
                        <physics rotSpeed="1" restLoad="4.0" repr="wheelLeft" showSteeringAngle="false" radius="0.38" width="1" mass="0.5" initialCompression="35" suspTravel="0.27" spring="50" damper="30" frictionScale="4" tireType="crawler"/>
                        <tire isCareWheel="false"/>
                    </wheel>
                    <wheel hasParticles="true" hasTireTracks="true">
                        <physics rotSpeed="1" restLoad="4.0" repr="crawlerRight" driveNode="careWheelRight" showSteeringAngle="false" radius="0.38" width="1" mass="0.5" initialCompression="25" suspTravel="0.27" spring="150" damper="30" frictionScale="4" tireType="crawler"/>
                        <tire tireTrackAtlasIndex="7" isCareWheel="false"/>
                    </wheel>
                    <wheel>
                        <physics rotSpeed="1" restLoad="4.0" repr="wheelRight" showSteeringAngle="false" radius="0.38" width="1" mass="0.5" initialCompression="35" suspTravel="0.27" spring="50" damper="30" frictionScale="4" tireType="crawler"/>
                        <tire isCareWheel="false"/>
                    </wheel>
					
		<!-- be sure to add your front wheels within this section, and remove this line -->
					
                </wheels>
                <size width="8.5"/>
                <crawlers>
                    <crawler wheelIndex="1" filename="tracks/FFT_36.xml" linkNode="crawlerLeft" isLeft="true"/>
                    <crawler wheelIndex="3" filename="tracks/FFT_36.xml" linkNode="crawlerRight" isLeft="false"/>
                </crawlers>
            </wheelConfiguration>
			
			
*Add this section below </wheelConfigurations>, before </wheels>
        <hubs>
            <color0>SHARED_BLACK1</color0>
            <color1>SHARED_BLACK1</color1>
			<hub linkNode="hubLeft" filename="$data/shared/wheels/hubs/hub_n10_5.xml" isLeft="true" scale="0.235 0.235 0.235"/>
            <hub linkNode="hubRight" filename="$data/shared/wheels/hubs/hub_n10_5.xml" isLeft="false" scale="0.235 0.335 0.235"/>
        </hubs>
				
These hubs are shared files and you can alter the color/style however you'd like!

---------------------------------------------------------------------------

<!-- track oscillating -->

*Add within <components> </components>*

<component solverIterationCount="25" mass="3300"/>
<component solverIterationCount="25" mass="3300"/>

*Add beneath your components or existing joints*

<joint component1="1" component2="4" node="leftWheelNode" rotLimit="30 0 0" transLimit="0 0 0" maxRotDriveForce="10 0 0" rotDriveRotation="0 - -" rotDriveSpring="75 0 0" rotDriveDamping="50 0 0"/>
<joint component1="1" component2="5" node="rightWheelNode" rotLimit="30 0 0" transLimit="0 0 0" maxRotDriveForce="10 0 0" rotDriveRotation="0 - -" rotDriveSpring="75 0 0" rotDriveDamping="50 0 0"/>

*Adjust component2 numbers and nodes as neccessary (example; "leftWheelNode to 0>0|1, as this node is your rear left wheel's node in GE)*


*Match the words in quotes below to the nodes in Giants Editor that each word represents*

			<wheelConfiguration name="FFT-36" brand="STANDARD">
                <wheels>
                    <wheel hasParticles="true" hasTireTracks="true">
                        <physics rotSpeed="1" restLoad="4.0" repr="crawlerLeft" driveNode="careWheelLeft" showSteeringAngle="false" radius="0.38" width="1" mass="0.5" initialCompression="25" suspTravel="0.27" spring="150" damper="30" frictionScale="4" tireType="crawler"/>
                        <tire tireTrackAtlasIndex="7" isCareWheel="false"/>
                    </wheel>
                    <wheel>
                        <physics rotSpeed="1" restLoad="4.0" repr="wheelLeft" showSteeringAngle="false" radius="0.38" width="1" mass="0.5" initialCompression="35" suspTravel="0.27" spring="50" damper="30" frictionScale="4" tireType="crawler"/>
                        <tire isCareWheel="false"/>
                    </wheel>
                    <wheel hasParticles="true" hasTireTracks="true">
                        <physics rotSpeed="1" restLoad="4.0" repr="crawlerRight" driveNode="careWheelRight" showSteeringAngle="false" radius="0.38" width="1" mass="0.5" initialCompression="25" suspTravel="0.27" spring="150" damper="30" frictionScale="4" tireType="crawler"/>
                        <tire tireTrackAtlasIndex="7" isCareWheel="false"/>
                    </wheel>
                    <wheel>
                        <physics rotSpeed="1" restLoad="4.0" repr="wheelRight" showSteeringAngle="false" radius="0.38" width="1" mass="0.5" initialCompression="35" suspTravel="0.27" spring="50" damper="30" frictionScale="4" tireType="crawler"/>
                        <tire isCareWheel="false"/>
                    </wheel>
					
					<!-- be sure to add your front wheels within this section, and remove this line -->
					
                </wheels>
                <size width="8.5"/>
                <crawlers>
                    <crawler wheelIndex="1" filename="tracks/FFT_36.xml" linkNode="crawlerLeft" isLeft="true"/>
                    <crawler wheelIndex="3" filename="tracks/FFT_36.xml" linkNode="crawlerRight" isLeft="false"/>
                </crawlers>
            </wheelConfiguration>
			
			
*Add this section below </wheelConfigurations>, before </wheels>
        <hubs>
            <color0>SHARED_BLACK1</color0>
            <color1>SHARED_BLACK1</color1>
			<hub linkNode="hubLeft" filename="$data/shared/wheels/hubs/hub_n10_5.xml" isLeft="true" scale="0.235 0.235 0.235"/>
            <hub linkNode="hubRight" filename="$data/shared/wheels/hubs/hub_n10_5.xml" isLeft="false" scale="0.235 0.335 0.235"/>
        </hubs>		
		
These hubs are shared files and you can alter the color/style however you'd like!

*BE SURE to add this section below <size> and above </wheelConfiguration> for all other wheel configs that DO NOT include the FFT-36's*

<objectChange node="hubLeft" visibilityActive="false"/>
<objectChange node="hubRight" visibilityActive="false"/>