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
Go to following directory..
Documents/my games/farming simulator 25/
You will see multiple savedgame1-20 there. Pick the one with number of your save slot.
now look for missions.xml file and open it with notepad++
Now in that file look for fieldid with number of field contract is on...
You will see the following as example..
<harvestMission uniqueId="missioneb2891cb508331ac6575ef2fb71579c6" status="CREATED" finishState="NONE">
<harvest fruitType="PARSNIP" expectedLiters="0.000000" depositedLiters="0.000000" sellingStationPlaceableUniqueId="preplaced_cannedPackagedFactoryUS_012df9a4dbb00fc2a24b17849008dd3c" unloadingStationIndex="1"/>
<info reward="0" reimbursement="0.000000" completion="0.000000"/>
<vehicles spawned="false" group="19"/>
<endDate endDay="182" endDayTime="86399999"/>
<field id="88"/>
</harvestMission>
on this section..
<harvest fruitType="PARSNIP" expectedLiters="0.000000" depositedLiters="0.000000"
will be a number in expectedliters. Mine shows 0.00000 as i have no harvest contract active. But if did it would have some value. You would copy the expectedliters value to depositedliters.
example..
<harvest fruitType="PARSNIP" expectedLiters="1650.000000" depositedLiters="1650.000000"
Thats if glitched and didnt give correct value deposited.
Now go to ..
status="CREATED" finishState="NONE"> And what ever it says change to..
status="FINISHED" finishState="RUNNING">
And see if can turn it in now.
THANK YOU SO MUCH, IT WORKS!!!!!