Results 1 to 30 of 76

Thread: Research: Fixing the trait bugs

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Re: Research: Fixing the trait bugs

    Well, it's interesting to point that when using autocalc, if having enough troops, generals rarely fight, which already increases chances of gaining this coward trait for AI.

    So no need to add more futher.
    Fixed Coward trigger does even more then enough.
    Last edited by player1; 02-28-2005 at 22:27.
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  2. #2
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Re: Research: Fixing the trait bugs

    By the way, Heroic Savior works fine, since one of the conditions is already generalnumberofkills.
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  3. #3
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Re: Research: Fixing the trait bugs

    ALERT!
    Scarrface fix is not working well!

    It seems that GeneralHPLostRatioinBattle is working as intended when doing autocalc battle (checking % of health lost).

    Only in manual battle it checks % of health remaining.

    So, the fix for Scarrface has fixed the trait for manual battle, but broke it for autocalc.


    P.S.
    As sideffect, there would be more brave and scarred AI generals.
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  4. #4
    Spends his time on TWC Member Simetrical's Avatar
    Join Date
    Dec 2004
    Location
    New York City
    Posts
    1,358

    Default Re: Research: Fixing the trait bugs

    Oh, God. Another difference between autocalc and battle map. This one will be even harder to sort out, since at least doubling the check gives us something we can work with. At least here we might be able to get away with not using the condition, though, I suppose.

    -Simetrical
    TWC Administrator

    MediaWiki Developer

  5. #5

    Default Re: Research: Fixing the trait bugs

    Uuurgh...

    Oh well, I'm kinda happy that this will make it harder to kill the enemy generals.
    Also, since the autocalc doesn't give double traits, the AI shouldn't get the full scarface until it's fought an average of 14 battles (4 threshold / 0.3 chance).
    And if you've modded the game with double comabt trait thresholds, it would be an average of 27 battles before the AI gets scarfaced.

    How did you test it? I'm guessing you used the "less than" 0.7 fix, raised the chance to 100 (and deleted the roman-only scarred chance), then autocalced a few battles, and you got "been in the wars" after every battle - right?
    Camp Fweddie - Wanking higher than any in Wome since 273 BC

  6. #6
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Re: Research: Fixing the trait bugs

    Quote Originally Posted by Camp Freddie
    How did you test it? I'm guessing you used the "less than" 0.7 fix, raised the chance to 100 (and deleted the roman-only scarred chance), then autocalced a few battles, and you got "been in the wars" after every battle - right?
    Something like that.
    Later I tried =1 and =0, just to be sure .
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  7. #7
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Re: Research: Fixing the trait bugs

    Consdering that scarred is buggy for autocalc, maybe something like this could be a quick-patch

    ;------------------------------------------
    Trigger battle1
    WhenToTest PostBattle

    Condition GeneralHPLostRatioinBattle < 0.7
    and GeneralHPLostRatioinBattle > 0

    Affects BattleScarred 1 Chance 30
    Affects Brave 1 Chance 15

    ;------------------------------------------


    Added GeneralHPLostRatioinBattle > 0 prevents getting Scarred in autocalc battles in which general didn't got injured at all. Same condition for manual cointrolled battles is not problem considering that general would be dead.
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  8. #8
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Re: Research: Fixing the trait bugs

    Actually, when I think about it GeneralHPLostRatioinBattle > 0.15 is probably the best option.

    For autocalc that means generals which lost more then 1hp.

    7hp*0.15=1.05
    9hp*0.15=1.35
    11hp*0.15=1.65
    13hp*0.15=1.95

    That should leave enough room for autocalc to award scarred not to often.

    For manual battles that just means that general which have 1hp left won't get checked for scarred trait (no big deal).
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  9. #9
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Re: Research: Fixing the trait bugs

    Ok, after some investigation I'm pretty sure that adding Conspirator to assassins is unbalanced.
    There is already more then enough synergy without it to get uber-assassins, and extra possible 1-3 to Subterfuge adds a lot.

    Now, my theory is that sabotage was originally planned to be spy mission, but was later move to assassins.

    So, instead of GoodConspirator, successful sabotage should give GoodAssassin, since that's the trait which governs assassins experience. Also, that way, there will be no dangerous synergy that could make assassins overpowered.

    I suggest only changing triggers agents13 and agents14, since having agents15 and agents16 would make sabotage better in exp gain then assassination.


    In short, replace:

    Code:
    ;------------------------------------------
    Trigger agents13
        WhenToTest SabotageMission
    
        Condition not MissionSucceeded
    
        Affects BadConspirator  1  Chance  100 
    
    ;------------------------------------------
    Trigger agents14
        WhenToTest SabotageMission
    
        Condition MissionSucceeded
    
        Affects GoodConspirator  1  Chance  100

    with this:

    Code:
    ;------------------------------------------
    Trigger agents13
        WhenToTest SabotageMission
    
        Condition not MissionSucceeded
    
        Affects BadAssassin  1  Chance  100 
    
    ;------------------------------------------
    Trigger agents14
        WhenToTest SabotageMission
    
        Condition MissionSucceeded
    
        Affects GoodAssassin  1  Chance  100

    What do others think?
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

  10. #10
    Senior Member Senior Member Jambo's Avatar
    Join Date
    Jul 2002
    Location
    Athens of the North, Scotland
    Posts
    712

    Default Re: Research: Fixing the trait bugs

    Have you noticed that even when diplomats fail missions they seem to gain experience? Similarly, spies and assassins never seem to lose their skills when they miss targets or get caught in a city.
    =MizuDoc Otomo=

  11. #11
    Bug Hunter Senior Member player1's Avatar
    Join Date
    Feb 2005
    Location
    Belgrade, Serbia
    Posts
    1,405

    Default Re: Research: Fixing the trait bugs

    Actually, I've seen something opposite.

    I've seen some agents losse all their experience (good trait goes back to 0) when fail the mission. But I think it's only realted to thse units that you get at the start of the campaign. Others, later build, don't have such weird handycap.

    Maybe these two things are related in some way.
    Last edited by player1; 03-18-2005 at 09:40.
    BUG-FIXER, an unofficial patch for both Rome: Total War and its expansion pack

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO