Zanoza Modler 3 License Issues
How to create lighting templates
Create "Rainbow" Templates
Forcing Vehicles To Spawn With Specific Extras
WildFyr Documentation > Zanoza Modler 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_1 EXTRA_1 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