Faster Productions v1.0

Faster Productions v1.0
This mod increases the speed of production points.
Game: Farming simulator 25
Author: Rival
Report bugs in the comments and help modders improve this mod. Always check the comments, you can find a solution.
is there away to just the speed?
I would’ve loved something to double or triple the production time,not make everything instant…..
Modify the .lua file included in the zip.
You should be able to modify the following line value (500000) to something smaller, to adjust the speed:
production.cyclesPerHour = math.ceil(production.cyclesPerHour * 500000)
Tried, didn’t work. Any amount I adjusted it to would still end up in instant production.
Is there anyway to stop the increase in monthly costs?
That’s just silly fast.
Is this mod only for factory od animal included too? Example chicken give faster ega bee honey etc?
MOD IS BROKE IT INCREASES THE MONTHLY COSTS BY LIKE A MILLION I HAD FERMENTING SILOS 5 OF THEM COST ME 500K A MONTH
there is a way to reduces the costs?
Production costs are sky high and there a way to reduce this?
Use 7zip & notepad++
-Right click FS25_FasterProductions.zip – 7zip – Open Archive
-This will open the zip in 7zip
– Double click FasterProductions.lua – This should open in notepad++ if not you need to set this to default
– Edit file – FROM
– production.cyclesPerHour = math.ceil(production.cyclesPerHour * 500000)
production.cyclesPerMinute = production.cyclesPerHour / 600000
production.cyclesPerMonth = production.cyclesPerHour * 240000 — per day, actually
– TO
production.cyclesPerHour = math.ceil(production.cyclesPerHour * 4)
production.cyclesPerMinute = production.cyclesPerHour / 60
production.cyclesPerMonth = production.cyclesPerHour * 24 — per day, actually
– You can change the numbers to what ever but the original mod A – cost too much B – Fill storage and essentially breaks all productions in-game
– My numbers make productions do 4 cycles in a hour
– SAVE FILE and after closing 7zip will notify you of a change made to the file and will ask if you want to update the .zip, select yes.
– If not already in your FS25 mod folder, move it there.
– DONE
Still has massive costs though – BE WARNED