stijnwop / manureSystem

Manure System modification for Farming Simulator 2022
GNU General Public License v3.0
97 stars 58 forks source link

Broken machine #126

Closed Chobi89 closed 3 years ago

Chobi89 commented 4 years ago

Hi,

I need help finding a mistake. The machine does not work properly. I inserted everything according to the instructions. The hose can be connected but cannot be pumped .... I'm attaching xml files. Thanks

XML.zip

KITT3000 commented 4 years ago

In "vehicleTypeConfiguration" you use the default vehicle type, not yours defined in modDesc.

Chobi89 commented 4 years ago

můžete být konkrétní nemohu to dát spravně.

KITT3000 commented 4 years ago

In line 430, 435, 440, 445, 450, 455 change vehicleType="manureBarrel" to vehicleType="manurePzTF3". Additionally, you shouldn't use such a form for translations as "$l10n_No logo, no toolbox", instead you should have e.g. "$l10n_noLogo1" and only translate exactly for each language (you shouldn't have spaces or diacritics in the title, only when translating this is used)

Chobi89 commented 4 years ago

I fixed but still not functional pumping ....

KITT3000 commented 4 years ago

There is nothing in the LOG?

Chobi89 commented 4 years ago

LOG is clear.

Chobi89 commented 4 years ago

log.txt

Chobi89 commented 4 years ago

I had the wrong value isStandalone = "true" Thanks