Recent content by Urkun

  1. Bug related to custom banner

    Unfortunately this code did not fix the problem.
  2. Bug related to custom banner

    If I choose another map icon with banner creator. Map icon is changing. I guess the draw_banner_to_region script doesn't work on the second select for the current map icon.
  3. Bug related to custom banner

    I added Dunde's custom banner codes.


    module_map_icons.py
    Code:
      ("custom_banner_01",0,"custom_map_banner_01a", banner_scale, 0,
       [
         (ti_on_init_map_icon,
          [
            (store_trigger_param_1, ":party_no"),
            (try_begin),
               (is_between, ":party_no", centers_begin, centers_end),          
               (party_get_slot, ":leader_troop", ":party_no", slot_town_lord),
            (else_try),
               (party_stack_get_troop_id, ":leader_troop", ":party_no", 0), 
            (try_end),        
            (try_begin),
              (ge, ":leader_troop", 0),
              (store_troop_faction, ":faction", ":leader_troop"),
              (try_begin),
                 (is_between, ":faction", "fac_kingdom_1", "fac_kingdoms_end"),
                 (faction_slot_eq, ":faction", slot_faction_leader, ":leader_troop"),             
                 (faction_get_slot, ":leader_troop", ":faction", slot_faction_banner),
              (try_end),
              (cur_map_icon_set_tableau_material, "tableau_custom_banner_square", ":leader_troop"),
            (try_end),
            ]),
         ]),


  4. Bug related to custom banner

    Hello. I added custom banner codes to my mod. Everything went very well. But there is an in-game bug. The map title is rendered on the first selection. The map title is not edited when I want to change the flag a second time. As far as I understand, a code added to the armor needs to be added to...
  5. OSP Code SP Custom Banner Module System and Resources

    Hello, I would like to ask a question about the custom banner. Icons change on first selection. But it doesn't change when I edit it for the second time. Is there any way to fix this.
  6. Mount&Blade Mod Yapımcıları Soru - Cevap Konusu

    Arkadaşlar merhaba warbanda çok fazla mod yapan kalmadı biliyorum ama şuan için benim kodladığım bir mod var ve bir soru sormak istiyorum. Moduma custom banner ekledim. Fakat şöyle bir bug var. Banner dizaynera girince ilk seçimde map banner düzenleniyor. Ama ikinci kez aynı ekrana girince daha önce seçtiğim map banner düzenlenmiyor. Başka bir map banner seçince düzeliyor. Bunu düzeltmenin yolu var mı bilen. Diplomacy 4. Litdum modunda @litdum reis düzeltmiş ama yardımcı olacak varsa çok sevinirim.
  7. [WB][SP]Diplomacy 4.litdum (v1.7 yayınlandı - 28.02.2023)

    Sa litdum reis modun çok güzel ve ilham verici modla ilgili bişey sormak istiyorum heraldic armorlara pelerini nasıl ekliyorsun bir türlü çözemedim bununla ilgili kodu hatırlıyorsan
    anlatabilir misin ya da tutorial falan yayınlarsan çok mutlu olurum
Back
Top Bottom