0 of 0

File information

Last updated

Original upload

Created by

Ky3bMa_MuHuH

Uploaded by

maksproconsul

Virus scan

Safe to use

14 comments

  1. anl93
    anl93
    • member
    • 2 kudos
    %300 is huge.
    I think+%300 means 4x

    Can you add +%50 (1,5x) version?
    1. maksproconsul
      maksproconsul
      • member
      • 0 kudos
      It’s easier to explain how to fix it yourself in the mod files, if you’re interested.
      We open the archive with the mod, get to the files with the nut extension, open them with any editor (Notepad is NOT recommended), find the line this.m.Payment.Pool and play with numerical values ​​in it.For example, in the source code of the contract for location search it is indicated
      this.m.Payment.Pool = this.Math.max(300, 100 + (this.World.Assets.isExplorationMode() ? 100 : 0) + lowestDistance * 15.0 * this.getPaymentMult() * this.Math.pow(this.getDifficultyMult(), this.Const.World.Assets.ContractRewardPOW) * this.getReputationToPaymentLightMult());
      We change
      this.m.Payment.Pool = this.Math.max(300100 + (this.World.Assets.isExplorationMode() ? 100 : 0) + lowestDistance * 15.0
      to
      this.m.Payment.Pool = this.Math.max(450150 + (this.World.Assets.isExplorationMode() ? 100 : 0) + lowestDistance * 22.0
      we get an increase in payment for the contract by approximately 1.5 times
  2. Err032
    Err032
    • member
    • 1 kudos
    Можешь сделать несколько версий х1,5 х2 х3 х5 ?
    1. maksproconsul
      maksproconsul
      • member
      • 0 kudos
      Могу, но зачем плодить сущности? )) Проще объяснить, как это самому поправить в файлах мода, если будет интересно.
    2. maksproconsul
      maksproconsul
      • member
      • 0 kudos
      В общем, открываем архив с модом, доходим до файлов с расширением nut, открываем их любым православным редактором (Блокнот НЕ рекомендую), находим строку this.m.Payment.Pool и в ней играемся с числовыми значениями.
      Например, в исходнике контракта на поиск локации указано
      this.m.Payment.Pool = this.Math.max(300, 100 + (this.World.Assets.isExplorationMode() ? 100 : 0) + lowestDistance * 15.0 * this.getPaymentMult() * this.Math.pow(this.getDifficultyMult(), this.Const.World.Assets.ContractRewardPOW) * this.getReputationToPaymentLightMult());
      Меняем 
      this.m.Payment.Pool = this.Math.max(300, 100 + (this.World.Assets.isExplorationMode() ? 100 : 0) + lowestDistance * 15.0
      на
      this.m.Payment.Pool = this.Math.max(900, 300 + (this.World.Assets.isExplorationMode() ? 100 : 0) + lowestDistance * 45.0
      получаем выхлоп от задания в ... n раз больше, примерно х3.
      Как-то так. Регулируй в зависимости от личных предпочтений.
    3. Err032
      Err032
      • member
      • 1 kudos
      Спасибо!
  3. khojune20
    khojune20
    • member
    • 0 kudos
    some reason escort caravan contract not appear other seams fine i just delet 'escort caravan contract.nut' file from scripts and now escort caravan contract appear. oh and im using english version
    1. maksproconsul
      maksproconsul
      • member
      • 0 kudos
      I could be wrong, I hope I'll correct it later
  4. BornToBeBad
    BornToBeBad
    • member
    • 0 kudos
    Не работает ! Походу обнова нужна !
  5. doktor666son
    doktor666son
    • member
    • 0 kudos
    Совместим ли с легендами?
    1. DimitarPartem
      DimitarPartem
      • member
      • 0 kudos
      я поставил на легенды, но так ни разу и не ощутил за 112 дней
    2. maksproconsul
      maksproconsul
      • member
      • 0 kudos
      Нет.
  6. TheAxFairy
    TheAxFairy
    • supporter
    • 0 kudos
    How much more profit? 200 gold? 200%?
    1. maksproconsul
      maksproconsul
      • member
      • 0 kudos
      300%+