-
Notifications
You must be signed in to change notification settings - Fork 2
/
modDesc.xml
69 lines (51 loc) · 3.07 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="92">
<author>-tinte- / VertexDezign</author>
<version>1.0.0.0</version>
<title>
<en>Target Fill Level</en>
<de>Ziel-Füllstand</de>
</title>
<description>
<en><![CDATA[Target Fill Level
Ready to Load Like a Pro?
Imagine you're driving your big combine or forage harvester in Farming Simulator 25, and you need to know when the trailer or silo you're unloading into is almost full. With the Target Fill Level mod, you can see exactly how full it is—right on your screen!
Why is this Awesome?
- See the Fill Level: Always know how full the trailer or unloading station is, so you don't spill any crops or waste time.
- Get Alerts: The game will tell you when the trailer or silo is 80% full or totally full, so you can plan your next move!
- Perfect for Combines & More: Whether you're driving a combine, forage harvester, or using any vehicle with a pipe, this mod has you covered!
Get ready to farm smarter, not harder. Download "Target Fill Level" and become the best farmer in the game!
Have ideas to make the mod even better? Found a bug? Let us know on <a href="https://github.com/VertexDezign/TargetFillLevel/issues">Github</a> so we can keep improving the mod together!
]]></en>
<de><![CDATA[Ziel-Füllstand
Bereit, wie ein Profi zu laden?
Stell dir vor, du fährst deinen großen Mähdrescher oder Feldhäcksler in Farming Simulator 25 und musst wissen, wie voll der Anhänger oder das Silo ist, in das du entlädst. Mit dem Ziel-Füllstand-Mod kannst du genau sehen, wie voll es ist—direkt auf deinem Bildschirm!
Warum ist das genial?
- Füllstand sehen: Du weißt immer genau, wie voll der Anhänger oder das Entladestation ist, damit nichts verschüttet wird und du keine Zeit verlierst.
- Erhalte Benachrichtigungen: Das Spiel sagt dir, wenn der Anhänger oder das Silo zu 80% oder komplett voll ist, damit du deine nächsten Schritte planen kannst!
- Perfekt für Mähdrescher & Co.: Egal, ob du einen Mähdrescher, Feldhäcksler oder ein anderes Fahrzeug mit einem Rohr fährst—dieser Mod hat alles im Griff!
Mach dich bereit, cleverer zu farmen, nicht härter. Lade "Ziel-Füllstand" herunter und werde der beste Bauer im Spiel!
Hast du Ideen, um den Mod noch besser zu machen? Einen Fehler gefunden? Lass es uns auf GitHub wissen, damit wir den Mod gemeinsam verbessern können!
]]></de>
</description>
<iconFilename>icon_targetFillLevel.dds</iconFilename>
<multiplayer supported="true"/>
<fillTypes filename="xml/fillTypes.xml"/>
<extraSourceFiles>
<sourceFile filename="scripts/main.lua"/>
</extraSourceFiles>
<l10n>
<text name="fillType_targetVehicle">
<en>Target fill level</en>
<de>Ziel-Füllstand</de>
</text>
<text name="tfl_messageErrorTargetIsNearlyFull">
<en>%s: Target %s is nearly full! (80%%)</en>
<de>%s: Zielobjekts %s ist fast voll! (80%%)</de>
</text>
<text name="tfl_messageErrorTargetIsFull">
<en>%s: Target %s is full!</en>
<de>%s: Zielobjekts %s ist voll!</de>
</text>
</l10n>
</modDesc>