Add New Category for FS22?

Your forum for all discussions around Modding.
darkenb
Posts: 4
Joined: Wed Jun 21, 2023 12:24 pm

Add New Category for FS22?

Post by darkenb »

I'm searching for mod to add a new category to Farming Simulator 22?
User avatar
Dogface
Posts: 1090
Joined: Mon Nov 28, 2016 3:02 pm
Location: PC ⛽ USA

Re: Add New Category for FS22?

Post by Dogface »

new category?
darkenb
Posts: 4
Joined: Wed Jun 21, 2023 12:24 pm

Re: Add New Category for FS22?

Post by darkenb »

Yes, I want to add a new category for some mods to the game. I couldn't find a mod. I researched how to do it but it will take time to figure it out on my own.
darkenb
Posts: 4
Joined: Wed Jun 21, 2023 12:24 pm

Re: Add New Category for FS22?

Post by darkenb »

Dogface wrote: Wed Jun 21, 2023 6:19 pm new category?
You are a mod maker, right? You can help with this. I am looking for the same mod below for FS 22.

Link: https://www.farming-simulator.com/mod.p ... _id=151498
User avatar
Dogface
Posts: 1090
Joined: Mon Nov 28, 2016 3:02 pm
Location: PC ⛽ USA

Re: Add New Category for FS22?

Post by Dogface »

Ah, store vehicle/tool categories.

I don't know much about scripts, sorry. You might contact the author and see if he plans to update it for FS22. He has FS22 mods.
Ziuta Modding
Moderator
Posts: 950
Joined: Sun Jul 17, 2016 9:40 am

Re: Add New Category for FS22?

Post by Ziuta Modding »

No script required, Giants added this capability via modDesc

Code: Select all

<storeCategories>
    <storeCategory name="vehicle" title="$l10n_vehicle" image="icons/icon.dds" type="VEHICLE" />
    <storeCategory name="tool" title="$l10n_tool" image="icons/icon2.dds" type="TOOL" />
    <storeCategory name="object" title="$l10n_object" image="icons/icon3.dds" type="OBJECT"/>
    <storeCategory name="placeable" title="$l10n_placeable" image="icons/icon4.dds" type="PLACEABLE" />
</storeCategories>
Post Reply