-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
62 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,47 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no" ?> | ||
<modDesc descVersion="93"> | ||
<author>Nekzuris</author> | ||
<version>1.0.0.0</version> | ||
<title> | ||
<en>Crop Destruction Anywhere</en> | ||
<fr>Destruction Des Cultures Partout</fr> | ||
<de>Ernteschäden Überall</de> | ||
</title> | ||
<description> | ||
<en><![CDATA[ | ||
This mod removes the magical crop protection from fields you don't own for a more realistic experience. | ||
Bug reports and translations on GitHub: | ||
https://github.com/Nekzuris/FS25_CropDestructionAnywhere | ||
]]></en> | ||
<fr><![CDATA[ | ||
Ce mod supprime la protection magique des cultures sur les champs que vous ne possédez pas pour une expérience plus réaliste. | ||
Bugs et traductions sur GitHub : | ||
https://github.com/Nekzuris/FS25_CropDestructionAnywhere | ||
]]></fr> | ||
<de><![CDATA[ | ||
Dieser Mod entfernt den magischen Ernteschutz auf Feldern, die dir nicht gehören, für ein realistischeres Spielerlebnis. | ||
Fehlermeldungen und Übersetzungen auf GitHub: | ||
https://github.com/Nekzuris/FS25_CropDestructionAnywhere | ||
]]></de> | ||
</description> | ||
<multiplayer supported="true"/> | ||
<iconFilename>icon_CropDestructionAnywhere.dds</iconFilename> | ||
<extraSourceFiles> | ||
<sourceFile filename="CropDestructionAnywhere.lua"/> | ||
</extraSourceFiles> | ||
</modDesc> | ||
<?xml version="1.0" encoding="utf-8" standalone="no" ?> | ||
<modDesc descVersion="94"> | ||
<author>Nekzuris</author> | ||
<version>1.0.0.1</version> | ||
<title> | ||
<en>Crop Destruction Anywhere</en> | ||
<fr>Destruction Des Cultures Partout</fr> | ||
<de>Ernteschäden Überall</de> | ||
</title> | ||
<description> | ||
<en><![CDATA[ | ||
This mod removes the magical crop protection from fields you don't own for a more realistic experience. | ||
Changelog: | ||
v1.0.0.1 | ||
- Update for FS patch 1.4 | ||
Bug reports and translations on GitHub: | ||
https://github.com/Nekzuris/FS25_CropDestructionAnywhere | ||
]]></en> | ||
<fr><![CDATA[ | ||
Ce mod supprime la protection magique des cultures sur les champs que vous ne possédez pas pour une expérience plus réaliste. | ||
Changelog : | ||
v1.0.0.1 | ||
- Mise à jour pour FS patch 1.4 | ||
Bugs et traductions sur GitHub : | ||
https://github.com/Nekzuris/FS25_CropDestructionAnywhere | ||
]]></fr> | ||
<de><![CDATA[ | ||
Dieser Mod entfernt den magischen Ernteschutz auf Feldern, die dir nicht gehören, für ein realistischeres Spielerlebnis. | ||
Changelog: | ||
v1.0.0.1 | ||
- Update für FS Patch 1.4 | ||
Fehlermeldungen und Übersetzungen auf GitHub: | ||
https://github.com/Nekzuris/FS25_CropDestructionAnywhere | ||
]]></de> | ||
</description> | ||
<multiplayer supported="true"/> | ||
<iconFilename>icon_CropDestructionAnywhere.dds</iconFilename> | ||
<extraSourceFiles> | ||
<sourceFile filename="CropDestructionAnywhere.lua"/> | ||
</extraSourceFiles> | ||
</modDesc> |