-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodDesc.xml
53 lines (41 loc) · 1.33 KB
/
modDesc.xml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="80">
<author>-tinte-</author>
<version>1.0.0.0</version>
<title>
<en>Admin Tool Box</en>
</title>
<description>
<en><![CDATA[Admin Tool Box
Manage your Farming Simulator 2022 server easily. Works also in single player mode.
Initially the defaults of the base game are applied and saved to a file inside the savegame folder.
More features will come with future releases.
For Bugreports please use: https://github.com/schliesser/fs-admintoolbox/issues
# Features
################
General
- Number of AI workers
- Enable/Disable vehicle tabbing
- Enable/Disable sleeping
Store
- Enable/Disable store
- Set store opening & closing hours
- Enable/Disable vehicle leasing in the store
Farms
- Set credit limit
Missions
- Enable/Disable vehicle renting for missions
- Set max parallel missions per farm
# Future Ideas
##################
I have many future ideas in mind for this mod. More ideas are welcome! Check Readme.md first!
https://github.com/schliesser/fs-admintoolbox/
]]></en>
</description>
<iconFilename>icon_adminToolBox.dds</iconFilename>
<multiplayer supported="true"/>
<l10n filenamePrefix="l10n/l10n"/>
<extraSourceFiles>
<sourceFile filename="scripts/main.lua"/>
</extraSourceFiles>
</modDesc>