Zanoza Modler 3 License Issues
											
												 GTA V Base Lists
											
												 How to UV map in ZMod
											
												 How to Make a Vehicle Animation
											
												 Tinting your Windows
											
												 How to create lighting templates
											
												 Create "Rainbow" Templates
											
												 Forcing Vehicles To Spawn With Specific Extras
											
												 GTA V's Character Driving Animation
											
								
WildFyr Documentation > Zanoza Modeler 3 Tutorials > Forcing Vehicles To Spawn With Specific Extras
Forcing Vehicles To Spawn With Specific Extras
Lets make your cars spawn right
We need to open the vehicles.meta file, and scroll until you find .
Change it to what is show below, remove any extras you don't want to spawn with the car.
      
        - EXTRA_1 EXTRA_2 EXTRA_3 EXTRA_4 EXTRA_5 EXTRA_6 EXTRA_7 EXTRA_8 EXTRA_9 EXTRA_10 EXTRA_11 EXTRA_12
 
       
Now we need to scroll down a bit further until you find .
Change it to what is show below, again remove ant extras you don't want to spawn with the car.
EXTRA_1 EXTRA_1 EXTRA_1 EXTRA_4 EXTRA_5 EXTRA_6 EXTRA_7 EXTRA_8 EXTRA_9 EXTRA_10 EXTRA_11 EXTRA_12 
Finally we should add the flag FLAG_EXTRAS_RARE so that there is a very low chance that any other extras will spawn, they still can spawn but with this flag it will be a lot more rare.
Review this page