FIELD LEASE V1.1

FIELD LEASE V1.0

You have no money to buy fields?

No problem! Then simply lease some. At the beginning of the lease you have to pay 2% of the purchase price for administration etc.. After that you have
daily lease fees.

You can lease plots in the game menu. Note that a plot can have several fields and the field number does not have to be the plot number!

Changelog: +

Credits:

KR-Softwares

5/5 - (2 votes)

Download mod

File File size
zip FS22_FieldLease 26 KB

You may also like...

Subscribe
Notify of
guest
10 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
Alexandru
Alexandru
1 year ago

I discovered a problem with this mod. When you rent a land the game detects it as land you bought. So when you sell it the game will give you its full value. Please fix this problem as soon as possible

El Narizon
El Narizon
2 years ago

For some reason it does not write the boolan isLeased=”true” or “false” to the farmland.xml – and it even does not read it when I manually add it to farmland.xml – perhaps because FS22_BetterContracts also writes an integer value npcIndex in there and the script is static, so it assumes there are only 2 fields instead of properly parsing the table?
Like it assumes to find

but it gets

and that borks the script? Without any log error or warning of course.
And as I said, when I edit it manually to

and load the savegame it does not parse the info at all.

This means, after leasing a field, saving the game and loading it I just own the field as if I bought it.

After I changed it to

it even totally forgot that I even “own” the field.

And why for heaven’s sake the mod team has no contact info or a Github repo or anything like that?

codebarcode
codebarcode
2 years ago

czy to ten sam Field Lease z mod naba v1.1 ? to nie polecam bo dzierżawione pole można sprzedac za jego wartśc kupna z menu mapy

DJ Fish NZ
DJ Fish NZ
3 years ago

Ive noticed if you lease a field, you can then sell it and get money for nothing…. hrmm..

codebarcode
codebarcode
Reply to  DJ Fish NZ
2 years ago

no właśnie to jest wkurwi… i nie polecam tego modu jak sie da niech naprawia ze jak jest mod to niech wyłączą opcje sprzedania z menu mapy

Jon
Jon
3 years ago

Would be nice if it was lease to own as well.

Gyula Bibernáth
Gyula Bibernáth
3 years ago

Great idea and solution! Although it’s possible to sell the leased field on the original map at full price. So basically one can make 98% gain on each lease.

Cat C15
Cat C15
4 years ago

Does not reduce the amount paid per day when using seasons that a longer than one day.

Example one day lease fee $30000
3 day lease fee menu shows $10000 (which is correct) but it charges me the original $30000k everyday so lease ends up being 3 times as much

Jon
Jon
Reply to  Cat C15
3 years ago

Looks like the dev did the math backwards for multiday months.

Jon
Jon
Reply to  Cat C15
3 years ago

modzip\gui\ingamemenufieldlease.lua
math looks correct at onset… however all of production is done per month… so each day only increases in proportion. ie 3 day months produce goods at 1/3 production for the month. Therefore you’re not dividing by 3, but by 1/3.
Dividing by 1/3 is the equivelant of multiplying by 3, hence the error.

10
0
Would love your thoughts, please comment.x
()
x