Provides a double application rate option for any fertilizer and enables it by default. It also removes the speed penalty that is otherwise applied during double application.
Just a heads-up: The ‘Fertilize Once’ (Double Amount) mod is purely visual in FS25. While it changes the fertilizer state on the ground (UI shows 100%), it does NOT increase the actual consumption from the tank. You’re essentially getting free fertilizer. If you want realistic consumption that matches the double application, you’ll need a script that actually scales the getUsage function based on the doubledAmountIsActive state.
Just a heads-up: The ‘Fertilize Once’ (Double Amount) mod is purely visual in FS25. While it changes the fertilizer state on the ground (UI shows 100%), it does NOT increase the actual consumption from the tank. You’re essentially getting free fertilizer. If you want realistic consumption that matches the double application, you’ll need a script that actually scales the
getUsagefunction based on thedoubledAmountIsActivestate.