Skip to content

Commit

Permalink
Prepare first version
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmeey86 committed Nov 13, 2024
1 parent 482fee0 commit 7eccc84
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ The threshold can be configured in the general settings (only admins can do that

This mod is based on the idea of FS19's ["UnfinishedBales"](https://github.com/Mogli12/UnfinishedBales) mod by mogli12 but was developed from scratch for FS22 and converted to FS25 by Farmsim Tim.

The icon is build from the following elements:
- [Baler icons created by Freepik - Flaticon](https://www.flaticon.com/free-icons/baler)
- [Hay icons created by Freepik - Flaticon](https://www.flaticon.com/free-icons/hay)

## Screenshots

One-chamber balers
Expand Down
Binary file modified icon_UnloadBalesEarly.dds
Binary file not shown.
23 changes: 21 additions & 2 deletions modDesc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The mod works for:
- One-Chamber Cotton Harvesters
- Two-Chamber Cotton Harvesters and modded two-chamber balers
Hotkeys: O: Unloads unfinished bales or overloads the first chamber to the second one. The baler might have to be turned off for this to work.
Hotkeys: O: Unloads unfinished bales or overloads the first chamber to the second one. Dependent on the type of baler, you need to turn the baler on or off for this to work.
GitHub link: https://github.com/Timmeey86/FS25_UnloadBalesEarly
]]></en>
<de><![CDATA[
Expand All @@ -35,7 +35,7 @@ Die Mod funktioniert für:
- Baumwollernter mit einer Kammer
- Baumwollernter mit zwei Kammern und gemoddete Ballenpressen mit zwei Kammern
Tastenkombinationen: O: Lädt Ballen vorzeitig ab oder lädt den Inhalt von der ersten Kammer in die zweite Kammer über. Die Ballenpresse muss eventuell ausgeschaltet werden, damit das funktioniert.
Tastenkombinationen: O: Lädt Ballen vorzeitig ab oder lädt den Inhalt von der ersten Kammer in die zweite Kammer über. Abhängig von der Art der Ballenpresse muss diese ein- oder ausgeschaltet sein, damit dies funktioniert.
GitHub-Link: https://github.com/Timmeey86/FS25_UnloadBalesEarly
]]></de>
</description>
Expand All @@ -52,4 +52,23 @@ GitHub-Link: https://github.com/Timmeey86/FS25_UnloadBalesEarly
<sourceFile filename="scripts/EarlyUnloadHandler.lua" />
<sourceFile filename="scripts/UnloadBalesEarly.lua" />
</extraSourceFiles>

<l10n>
<text name="ub_overload_early">
<en>Overload To Second Chamber</en>
<de>Lade in zweite Kammer über</de>
<ru>Перегрузка во вторую камеру</ru>
<pl>Przeładunek do drugiej komory</pl>
<es>Descarga en Segunda Camara</es>
<ea>Descarga en Segunda Camara</ea>
</text>
<text name="ub_group_title">
<en>Unload Bales Early</en>
<de>Ballen Frühzeitig Abladen</de>
<ru>Выгрузка неполных тюков</ru>
<pl>Wcześniejszy rozładunek bel</pl>
<es>Descarga anticipada de pacas</es>
<ea>Descarga anticipada de pacas</ea>
</text>
</l10n>
</modDesc>

0 comments on commit 7eccc84

Please sign in to comment.