# model.cfg Examples This section contains examples of the contents of the [`model.cfg`](model.cfg/) file for various different SimObjects.   ### Typical Aircraft Model Example The lines below come from the model definition for a typical aircraft: ``` xml [model.options] withExterior_showInterior=true withExterior_showInterior_hideFirstLod=true withInterior_forceFirstLod=true withInterior_showExterior=true [models] normal=208B_GRAND_CARAVAN_EX.xml interior=208B_GRAND_CARAVAN_EX_INTERIOR.xml ```     ### Various SimObject Examples The lines below come from the definition of various SimObjects. The first would be a FireTruck ground vehicle: ``` xml [models] normal=ASO_Firetruck01.xml ```   This is for an animal SimObject: ``` xml [models] normal=AfricanElephant.xml ```   This is for a human SimObject: ``` xml [models] normal=Pilot_Male_Uniform_Indian.xml ```