Search found 24 matches

by onlybr
Wed Nov 29, 2023 6:31 pm
Forum: [EN] Modding
Topic: FS19 converted script error LUA call stack
Replies: 11
Views: 3556

Re: FS19 converted script error LUA call stack

Hi! From reading the bit of the log you posted, you are doing something wrong in your AddConfig.lua script. Specifically you are passing the hasXMLProperty an invalid argument. The hasXMLProperty function expects the id of an xml object as its first argument, but you are passing it something else. ...
by onlybr
Wed Nov 29, 2023 5:31 am
Forum: [EN] Modding
Topic: Running LUA method 'loadSharedI3DFileAsyncFinished'
Replies: 3
Views: 5264

Running LUA method 'loadSharedI3DFileAsyncFinished'

Hello, I'm trying to convert some mods from FS19 to FS22, just for personal use, but I'm having difficulty with this error, several converted mods are not loading after pressing the icon in the store, that is, it appears loading constantly and when trying to buy, the message purchasing time is also ...
by onlybr
Wed Nov 29, 2023 5:22 am
Forum: [EN] Modding
Topic: How to edit the harvest quantity of each crop?
Replies: 2
Views: 2197

Re: How to edit the harvest quantity of each crop?

Eische wrote: Mon Oct 30, 2023 8:39 am Yield values for all crop can be found in the fruitTypes xml of the map.
The file should be referenced in the main map.xml

litersPerSqm is the value you have to search for and change.
thanks! you are a hero :)
by onlybr
Wed Nov 29, 2023 3:46 am
Forum: [EN] Modding
Topic: FS19 converted script error LUA call stack
Replies: 11
Views: 3556

FS19 converted script error LUA call stack

Hello, I was trying to convert an agricultural plane mod from fs19 to fs22 for personal use in singleplayer, but I am facing some problems, which I cannot solve. The first of them is possible to identify when I go to the store and find the plane, after selecting, it loads infinitely as per the attac...
by onlybr
Tue Nov 07, 2023 10:11 pm
Forum: [EN] Technical Support
Topic: Server problem with Enhanced Loan System
Replies: 1
Views: 665

Re: Server problem with Enhanced Loan System

When I start another map, the problem is solved, but I didn't want to lose all of my and my friends' progress
by onlybr
Tue Nov 07, 2023 10:08 pm
Forum: [EN] Technical Support
Topic: Server problem with Enhanced Loan System
Replies: 1
Views: 665

Server problem with Enhanced Loan System

I have a dedicated server with some mods, I always used the Enhanced Loan System and it worked perfectly, now without any explanation this error started to happen and the game is no more than 99% when we try to enter the server. Does anyone know what can it be? 2023-11-07 18:04 LUA call stack: =serv...
by onlybr
Sun Oct 29, 2023 12:35 pm
Forum: [EN] Modding
Topic: How to edit the harvest quantity of each crop?
Replies: 2
Views: 2197

How to edit the harvest quantity of each crop?

Hello, I would like to know how I can change the quantity I get from a harvest in the xml, as I have some new crops that are yielding the same thing, but with different values, I want to differentiate by changing the quantity generated when harvesting.
by onlybr
Wed Oct 25, 2023 4:47 am
Forum: [EN] Modding
Topic: how to add fertilize option to a planter
Replies: 5
Views: 1900

Re: how to add fertilize option to a planter

Look at one of the base-game planter+fertilizer tools as a reference. Most of the planters do both. It sounds like you have only added the fillunit and not the fertilizer function . You also need to add <sprayer> in xml. Perfect, I managed to edit both, what was missing from Stara was the <sprayer>...
by onlybr
Tue Oct 24, 2023 9:33 am
Forum: [EN] Modding
Topic: how to add fertilize option to a planter
Replies: 5
Views: 1900

how to add fertilize option to a planter

Hello, I have some very interesting planter mods (Case IH Fast Riser 6161 and Stara Absoluta 44), but the Case IH only has one compartment (fillUnit) for seeds and I would like to add one for fertilizer, I have already tried adding a fillUnit fertilizer that worked to recharge, but I can't get it to...