Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I don't. Is that required?
dont see a "cover" prompt for the Kuhn Maxima 3 TI L
fert goes in the front tank
what?
Shop show it as seed and Fert, and it even got the Tank on top.
From the XML:
<fillUnits>
<unloading width="4.2" offset="0 0 -2.2"/>
<fillUnit unitTextOverride="$l10n_unit_literShort" fillTypes="seeds" capacity="400">
<exactFillRootNode node="exactFillRootNode" />
</fillUnit>
<fillUnit unitTextOverride="$l10n_unit_literShort" fillTypes="fertilizer" capacity="195"/>
</fillUnits>
So it actually have (some of) the code for it.
If you go to "C:\Users\*User Name*\Documents\My Games\FarmingSimulator2025\savegameXX"
Open vehicles.xml
search and find <vehicle filename="data/vehicles/kuhn/maxima3TIL/maxima3TIL.xml"
You will see further down
<fillUnit>
<unit index="1" fillType="SEEDS" fillLevel="400.000000"/>
<unit index="2" fillType="UNKNOWN" fillLevel="0.000000"/>
</fillUnit>
Change this to:
<fillUnit>
<unit index="1" fillType="SEEDS" fillLevel="400.000000"/>
<unit index="2" fillType="FERTILIZER" fillLevel="195.000000"/>
</fillUnit>
Save and reload the game. This will fill the planter for the AI to use.