• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Recent content by PaterBrown

  1. PaterBrown

    Fixed Sails repairing up to 100% is impossible!

    of course, i am a pirate after all the code in "GetSailRPD" looks like this (in GoF) float GetSailRPD(ref _refCharacter) // ïðîöåíò ðåìîíòà ïàðóñîâ â äåíü { float repairSkill = GetSummonSkillFromNameToOld(_refCharacter, SKILL_REPAIR); if(CheckOfficersPerk(_refCharacter, "Carpenter"))...
  2. PaterBrown

    Fixed Sails repairing up to 100% is impossible!

    a drink always helps.... this strange behavior is because of the code in the function "GetSailRPD", so this behavior is intended and has nothing to do with this fix! BUG SOLVED, CODE WORKING for "New Horizons" look at Serge Grey bugfix for "GoF" look at this one command to fix is in...
  3. PaterBrown

    Fixed Sails repairing up to 100% is impossible!

    ok, there might be some difference between GoF and New Horizons for me, i tested it in battle, i was not firing and just let enemys shot me and damge sail (i wrote the values down on paper after each enemy firing at me) SP Percent repairPercent sailcoth 250 241...
  4. PaterBrown

    Fixed Sails repairing up to 100% is impossible!

    that`s fine!!! i could repair my sail to 100% with this change, too. so this definitly removes the above described issue! But for me the their was a strange change in the value "repair per day" it was around 8% when sail was 91% and dropped to around 6 % with sail at 86% (i did not know what...
  5. PaterBrown

    Fixed Sails repairing up to 100% is impossible!

    i really dont know how to fix it, but the problem should be the value "fMakeRepair" -> it is defined through a percent value -> it is used a the whole amount of repair (which should the percent value multiplied with the base value) i will try to explain the problem at a ship with SP = 500 and...
  6. PaterBrown

    Fixed Sails repairing up to 100% is impossible!

    for me (GoF, not New Horizons) the modifyed ProcessSailRepair command loooks like this red is changed MAYBE it works, but can have side effect, see next posts ( i will still keep it here, so others can check what i tryed.....) SEE MY LATER POST, CODE IS WORKING, BUG FIXED float...
  7. PaterBrown

    Fixed Sails repairing up to 100% is impossible!

    sry, edited my post a bit, please take a new look! i noticed i did not explain my ideas good... specially the point where i should try to fix it was wrong in the first versions of my post
  8. PaterBrown

    Fixed Sails repairing up to 100% is impossible!

    Hi! I hope you can understand me, because i am not a native english speaker .... i have the same problem you have in GoF 2 (last patch). For all ships with more than 100 Sail Health Points you cannot repair the sail to 100% by you own reapir (only at shipyard). After looking at all the code...
Back
Top