forked from EvanKirsch/fs25-stats-extended
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
31 lines (29 loc) · 1.39 KB
/
Copy pathmodDesc.xml
File metadata and controls
31 lines (29 loc) · 1.39 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
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="109" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://validation.gdn.giants-software.com/xml/fs25/modDesc.xsd">
<author>Evan Kirsch</author>
<version>1.0.0.0</version>
<title>
<en>Statistics Extended</en>
<de>Erweiterte Statistiken</de>
</title>
<description>
<en><![CDATA[
Adds a new tab to the in-game Statistics screen that displays all farm stats info and achievements progress
Please log issues here: https://github.com/EvanKirsch/fs25-stats-extended/issues
]]></en>
<de><![CDATA[
Fügt dem Ingame-Statistikbildschirm einen neuen Tab hinzu, der alle Hofstatistiken und den Fortschritt bei Erfolgen anzeigt.
Probleme bitte hier melden: https://github.com/EvanKirsch/fs25-stats-extended/issues
]]></de>
</description>
<iconFilename>icon_statsExtended.dds</iconFilename>
<l10n filenamePrefix="translations/translation" />
<multiplayer supported="true"/>
<extraSourceFiles>
<sourceFile filename="src/SE_achievementStatsUtil.lua" />
<sourceFile filename="src/SE_additionalFarmStatsUtil.lua" />
<sourceFile filename="src/SE_statsExtended.lua" />
<sourceFile filename="src/gui/SE_statsExtendedGui.lua" />
<sourceFile filename="src/gui/SE_statsExtendedController.lua" />
</extraSourceFiles>
</modDesc>