Jump to content

AutismoBot

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Posts posted by AutismoBot


  1. https://steamcommunity.com/sharedfiles/filedetails/?id=2252106027


    This faction mod features:

     

    *Infantry
    *APCs (BTRs, BRDMs)
    *IFVs (BMPs)
    *Transport Vehicles (Otokar Cobra, Unimog)
    *Tanks (T-90, T-72)
    *Artillery (Grad, Tochka, 2S1, 2S3)
    *Static Turrets (Kornet, NSV)
    *Helicopters (Mi-17, Mi-35)
    *Air Defense (S-300)
    *Planes (Su-25, MiG-29)
    *Drones (Bayraktar TB2)
    *Supply crates
    *Flags & map markers


    6DF393C2C12BF6CD0729BE9F6CE607D45055D180

    3DA53A5202B8BC8AF335A71DD50C393F60FAF76F

     

    B946C9A1A9166FE00E9FB28A7817258C616E89B2

    B30CE35602F56CA6E2F1D78B61B8E24CE1BAB9E5

    2EA29A236D902C1E21A084AD6933DE995A1CB35C

    E2034346FBAE533C89F3BD21D8068C501C9CD715

    06DB357293B4348C64B87007D89183E9DCB4FB33

    93DC9A24B38D3527D52907220DEE264C664C124E

    BDD5E36004DE0665D30A5635B045E7DC284489EB

    • Like 1
    • Thanks 1

  2. Thanks Dedmen, nice catch.

    So if I understand correctly this is a bug in Arma itself then yes? I don't try calling BIS_func_initLeaflet in my addon anywhere, this is just the default that gets called when I fire the leaflet dispenser on the drone after loading Custom_01 in the pylon settings.

    EDIT: Filed a bug - https://feedback.bistudio.com/T145081

    Is there a workaround in the meantime?


  3. Hi folks,

    Thanks for taking the time to checkout this thread and provide support.

     

    I'm banging my head against the desk with regards to custom leaflets - https://community.bistudio.com/wiki/Arma_3_Leaflets#Custom_Leaflets

     

    I think my config is correct and it definitely works for customizing the existing West, East, Guer, and Civ leaflets, no problems there. My problem is with the Custom_01, Custom_02, Custom_03, etc. objects.

     

    I load up my mod, create a test scenario, put down a drone, configure the pylon settings to Custom_01, and then try to startup the drone and release the leaflets. I do see that the magazine is loaded but when I fire I get the following error message:

     

    Quote

    [BIS_func_initLeaflet] Script not defined for leaflet Custom 01

     

    Quote

     

    class CfgLeaflets
    {

        class West
        {
            text = "";
            texture = "mymod\data\leaflets\custom.paa";
        }
        
        class East
        {
            text = "";
            texture = "mymod\data\leaflets\custom.paa";
        }
        
        class Guer
        {
            text = "";
            texture = "mymod\data\leaflets\custom.paa";
        }
        
        class Custom_01
        {
            text = "";
            texture = "mymod\data\leaflets\custom.paa"; 
        }

     

     

    If I go into config view I see that CfgLeaflets > Custom_01 is indeed defined with my PAA file.

     

    Any idea on what's going wrong here? Happy to provide additional info if needed.

    Your help is immensely appreciated 🙂

×