description
This script enables you to add custom categories to both the vehicle and construction stores in the game. It is integrated directly into your mod, allowing you to define your own category name and icon.
Features:
- Use custom titles and icons for construction categories directly from your mod directory
- Resolves conflicts when multiple mods add the same category
How to Use:
Edit your moddesk.xml
file:
1. Add the <extraSourceFiles>
section with a reference to addStoreCategory.lua
2. Insert <storeCategories>
and <constructionCategories>
sections
3. Define your categories using the provided templates
Test your mod in-game and check the console for any errors if the category does not appear.
Perfect for modders who want to organize their content in a more user-friendly way!
Credits
Average Enjoyer
-
06 May 22:15Version 1.0.0.2
0 Comments for Add Store Categories