Can I somehow remove spears from game

Users who are viewing this thread

Vulkashin

Recruit
Hi all
I wish to ask if possible to remove polearms from game totally, or at least to remove them as option in tournaments.
Already lost many of tournaments because of 4 vs 4 duels, 3 axe and 1 spear against 4 spears (which is sure lose specially since shields there last for 3-4 hits.
That is completely annoying and I will gladly remove them from game totally, because that is simply the dumbest weapon ever.
 
Spears in Reworked are much faster than axes and can easily take down 2 axemen if used without a shield.
They can be removed from tournaments but individual players. I don't have time now for this but could do it if you are intent are a reworked campaign of over a week.
The Saxon tournaments have no spears.
 
The question was more about tournaments.
He was unhappy that the weapons dice roll makes the teams unfair.
Saxon tournaments are weighted towards swords and axes unlike the other factions.
I forgot where it is set up. Maybe script #517?
Code:
 485: script_fill_tournament_participants_troop = 484
  486: script_get_num_tournament_participants = 485
  487: script_get_random_tournament_participant = 486
  488: script_add_tournament_participant = 487
  489: script_get_random_tournament_team_amount_and_size = 488
  490: script_get_troop_priority_point_for_tournament = 489
  491: script_sort_tournament_participant_troops = 490
  492: script_remove_tournament_participants_randomly = 491
  493: script_end_tournament_fight = 492
  494: script_get_win_amount_for_tournament_bet = 493
  495: script_tournament_place_bet = 494
  496  script_calculate_amount_of_cattle_can_be_stolen = 495
  497  script_draw_banner_to_region = 496
  ...
  516  script_combat_music_set_situation_with_culture = 515
  517  script_play_victorious_sound = 516
  518: script_set_items_for_tournament = 517
We could make the Saxon tournaments all swords and the Irish all use cloverleaves and the Picts beer mugs.
Right now I just enjoy seeing all the weapons in combination and don't take the tournaments that seriously.
But some players might use that method as their avenue to stardom.
I think the swords in the hands of the AI usually beat all the other weapons.
However, spears can beat a sword one on one easily, especially with the overhead.
This reminds me that I need to add the overhead animation to the tournament spears.
 
Back
Top Bottom