Australian Number Plates for Farming Simulator 22 (For Map Creators).
Below we have all 8 states plates.
You can only import one state pack into any map file at a time.
So, download the state you want and have fun!
Don't forget to read the readme.txt included, as it has required information on editing your map.xml to make this work.
Video Example Instructions for adding these to your map: https://youtu.be/o_KUO209YMk
There's also a Prefab package to use in Giants Editor.
Download The Prefab Package:
- ℹ️ Download the prefab directly from Giants ModHub:
- ➡️ https://www.farming-simulator.com/mod.php?mod_id=276164 ⬅️
- or look for it in the Giants Editor Prefab Browser.
Manual Install Instructions (Not Prefab):
-
ℹ️ The instructions may differ depending on the directory layout of your map.
-
- Extract the licensePlates folder into your custom world's maps folder.
For example, Southern Cross Station would be: FS22_SouthernCrossStation.zip\maps
so you will end up with: FS22_SouthernCrossStation.zip\maps\licensePlates
- Extract the licensePlates folder into your custom world's maps folder.
ℹ️ NOTE: If your map files are not in a /maps/ subfolder, you will still need to put the licensePlates folder inside a /maps/ folder.
-
- Edit your map.xml so that then license plates line points to the correct location:
Here is the one that works here:
- Edit your map.xml so that then license plates line points to the correct location:
<licensePlates filename="maps/licensePlates/licensePlatesUS.xml"/>
-
- Edit your trafficSystem.xml so that the license plates line points to the correct location:
For example:
- Edit your trafficSystem.xml so that the license plates line points to the correct location:
<trafficSystem licensePlates="maps/licensePlates/aiLicensePlatesUS.i3d">
ℹ️ NOTE: If your trafficSystem.XML is in a different folder to your map.xml then you must put the AI Licence Plates in a subfolder of the folder your trafficSystem.XML is in.
For example: the Western Australia map does not have a maps folder, and the trafficsystem.xml file is in a different subfolder.
So you would have to put the aiLicensePlatesUS.i3d & aiLicensePlatesUS.i3d.shapes files in the following directory:
FS22_WesternAustralia.zip\xml\maps\licensePlates
And the licensePlatesUS_diffuse.dds & licensePlatesUS_normal.dds files in the following directory:
FS22_WesternAustralia.zip\xml\maps\licensePlates\Textures
ℹ️ NOTE: If no traffic cars spawn, your files are in the incorrect directory and more experimentation will be needed to fix it.