-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
39 lines (34 loc) · 1.65 KB
/
modDesc.xml
File metadata and controls
39 lines (34 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc descVersion="107" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://validation.gdn.giants-software.com/xml/fs25/modDesc.xsd">
<author>SimGamerJen</author>
<version>0.6.0.0</version>
<title>
<en>Avatar Switcher</en>
</title>
<description>
<en>Save, manage, and apply player avatar presets in Farming Simulator 25. Includes a native FS25-style AvatarSwitcher picker, embedded Wardrobe SAVE button, XML save dialog, category filtering, preset deletion, and console diagnostics. v0.6.0-beta is the first public beta release candidate.</en>
</description>
<iconFilename>icon.dds</iconFilename>
<extraSourceFiles>
<sourceFile filename="scripts/AS_Logger.lua" />
<sourceFile filename="scripts/AS_XML.lua" />
<sourceFile filename="scripts/AS_Runtime.lua" />
<sourceFile filename="scripts/AS_Main.lua" />
<sourceFile filename="scripts/AS_Dialog.lua" />
<sourceFile filename="scripts/AS_SaveDialog.lua" />
<sourceFile filename="scripts/AS_HUD.lua" />
<sourceFile filename="scripts/AS_MenuEntry.lua" />
<sourceFile filename="scripts/AS_API.lua" />
<sourceFile filename="scripts/AS_InputEvents.lua" />
<sourceFile filename="scripts/AS_Wardrobe.lua" />
<sourceFile filename="scripts/AS_Console.lua" />
</extraSourceFiles>
<actions>
<action name="ASZ_HUD" category="MISC" axisType="HALF" />
</actions>
<l10n>
<text name="input_ASZ_HUD">
<en>Open Avatar Switcher</en>
</text>
</l10n>
</modDesc>