то скрипт, который позволяет регулировать урожайность, а так-же расход семян при посеве всех стандартных культур.

Автор: Manu
Конвертация для 2015: dragon1020

Для того, что-бы отрегулировать урожайность — открываем архив, извлекаем из него скрипт Ertrag.lua, затем открываем его любым текстовым редактором (или просто заходим в архив FARом, и жмем на Ertrag.lua F4), находим строки с нужной культурой и меняем значения на нужные, после сохраняем и запаковываем обратно.

Пример:
local desc = FruitUtil.fruitTypes["barley"]; — Культура
if desc ~= nil then
desc.literPerSqm = 1.6; — Урожайность(л/кв. м)
desc.seedUsagePerSqm = 0.08; Расход семян (л/кв. м)
end;

В скрипте (в отличии от версии под 2013 Фермер) значения сброшены на значения по умолчанию. Т.е. если с модом не делать ничего, то и разницы не будет. Если надо изменить урожайность или норму высева какой-то культуры, отредактируйте скрипт.


then a script that allows you to adjust the yield, as well as being consumption of seeds for sowing all standard cultures.

Author: Manu
Conversion to 2015: dragon1020

For something to adjust the yield - opens archives, retrieves the script Ertrag.lua, then open it with any text editor (or just go to the archive FARom and click on Ertrag.lua F4), find the row with the desired culture and change values ​​on the dates after save and back packs.

example:
local desc = FruitUtil.fruitTypes ["barley"]; - Culture
if desc ~ = nil then
desc.literPerSqm = 1.6; - Yield (L / sq. M)
desc.seedUsagePerSqm = 0.08; Consumption of seeds (l / sq. M)
end;

In the script (unlike under the 2013 version of the farmer), the values ​​are reset to their default values​​. Ie If the mod does not do anything, then the difference will be. If you need to change the application rate or yield some culture, edit the script.

Description:

Authors:


Share this mod with Friends:

DOWNLOAD (0 mb, Uploadfiles.eu)