Group Structures

  1. ‹ Older
  2. 8 years ago

    Yea same thing as in the arma 2 version, I ended up just making a reskin of russian insurgents with UNSUNG units to get it to work with MSO. I thought by doing the group mapping this way though that it should work? Using the config viewer those are the group names and they do match up with the groups themselves.

  3. For instance this is the groups in VC locals

    class CfgGroups
    {
    class East
    {
    name="$STR_EAST";
    class UNSUNG_E
    {
    name="UNSUNG";
    class vclocalInfantry
    {
    name="VC Local Guerilla Forces";
    class vc_fourmancell
    {
    name="VC (Local) 4-Man Cell";
    faction="UNSUNG_E";
    rarityGroup=0.69999999;
    class Unit0
    {
    side=0;
    vehicle="uns_men_VC_local_off";
    rank="CORPORAL";
    position[]={0,5,0};
    };
    class Unit1
    {
    side=0;
    vehicle="uns_men_VC_local_RF3";
    rank="PRIVATE";
    position[]={3,0,0};
    };
    class Unit2
    {
    side=0;
    vehicle="uns_men_VC_local_RF4";
    rank="PRIVATE";
    position[]={5,0,0};
    };
    class Unit3
    {
    side=0;
    vehicle="uns_men_VC_local_AS3";
    rank="CORPORAL";
    position[]={7,0,0};
    };
    };
    class vc_sixmancell
    {
    name="VC (Local) 6-Man Cell";
    faction="UNSUNG_E";
    rarityGroup=0.69999999;
    class Unit0
    {
    side=0;
    vehicle="uns_men_VC_local_nco";
    rank="SERGEANT";
    position[]={0,5,0};
    };
    class Unit1
    {
    side=0;
    vehicle="uns_men_VC_local_SAP";
    rank="CORPORAL";
    position[]={3,0,0};
    };
    class Unit2
    {
    side=0;
    vehicle="uns_men_VC_local_RF1";
    rank="PRIVATE";
    position[]={5,0,0};
    };
    class Unit3
    {
    side=0;
    vehicle="uns_men_VC_local_MRK";
    rank="CORPORAL";
    position[]={7,0,0};
    };
    class Unit4
    {
    side=0;
    vehicle="uns_men_VC_local_AS2";
    rank="CORPORAL";
    position[]={9,0,0};
    };
    class Unit5
    {
    side=0;
    vehicle="uns_men_VC_local_LMG";
    rank="PRIVATE";
    position[]={11,0,0};
    };
    };
    class vc_eightmansquad
    {
    name="VC (Local) 8-man Squad";
    faction="UNSUNG_E";
    rarityGroup=0.69999999;
    class Unit0
    {
    side=0;
    vehicle="uns_men_VC_local_off";
    rank="SERGEANT";
    position[]={0,5,0};
    };
    class Unit1
    {
    side=0;
    vehicle="uns_men_VC_local_RF4";
    rank="PRIVATE";
    position[]={3,0,0};
    };
    class Unit2
    {
    side=0;
    vehicle="uns_men_VC_local_MED";
    rank="PRIVATE";
    position[]={5,0,0};
    };
    class Unit3
    {
    side=0;
    vehicle="uns_men_VC_local_LMG";
    rank="PRIVATE";
    position[]={7,0,0};
    };
    class Unit4
    {
    side=0;
    vehicle="uns_men_VC_local_TRI";
    rank="PRIVATE";
    position[]={9,0,0};
    };
    class Unit5
    {
    side=0;
    vehicle="uns_men_VC_local_MTS";
    rank="PRIVATE";
    position[]={11,0,0};
    };
    class Unit6
    {
    side=0;
    vehicle="uns_men_VC_local_SAP";
    rank="PRIVATE";
    position[]={13,0,0};
    };
    class Unit7
    {
    side=0;
    vehicle="uns_men_VC_local_MRK";
    rank="PRIVATE";
    position[]={15,0,0};
    };
    };
    };
    };
    };
    };

  4. Edited 8 years ago by marceldev89

    If you upload the mission with the faction mapping somewhere, I can take a quick look and see if I spot something. :)

  5. Thatd be great thanks! Here it is http://www.filedropper.com/testdakrong

  6. Uhm just loaded the mission and it works? :D

  7. Edited 8 years ago by marceldev89

    -image-

  8. lol whaaaaaaaat, I keep getting that no groups error. Did you change anything or pack it into a pbo?

  9. Edited 8 years ago by marceldev89

    Did nothing special. Downloaded the mission, copied it to the missions folder, loaded it in the editor, pressed preview and that's it.

    Are you perhaps still running one of the modified PBOs from earlier in this thread?

  10. What mods do you have running? Which ALiVE do you have? I tried doing the same thing and I keep getting that same error lol

  11. Edited 8 years ago by marceldev89

    Oh I am running Arma 3 with the -filePatching flag (in Arma 3 Launcher -> Parameters -> Advanced -> Advanced -> Enable File Patching). Not sure if that's related but worth a try I guess.

    As for the mods I'm running (versions are as reported by PwS):
    CBA: v2.4.0.160530
    ALiVE: v1.0.6.1605301
    UNSUNG: v3.1

  12. Hmm I tried enabling filepatching but I still get that no group error. Which ALiVE are you using? Did you get it from github or the newest armaholic link? God damn Arma makes me close to having an aneurysm sometimes.

  13. @Opendome Hmm I tried enabling filepatching but I still get that no group error. Which ALiVE are you using? Did you get it from github or the newest armaholic link? God damn Arma makes me close to having an aneurysm sometimes.

    See previous post, updated it.

  14. ahhhh ok thanks! New problem, when I use the same mission file in the editor it works jsut like you, when I go to multiplayer, host, then use the same mission from there then the groups dont work. So this makes me think it won't be multiplayer compatbile. ANy idea on how to get it to work in MP? Would getting someone to add it to the framework be the solution?

    Thanks!

  15. also since unsung has ships, do I add them to a faction with

    [UNSUNG_E_factionCustomGroups, "Sea", []] call ALIVE_fnc_hashSet;

  16. @Opendome when I go to multiplayer, host, then use the same mission from there then the groups dont work.

    Yep can confirm... It's Arma being Arma.. :D

    Put the below code in the init field of the ALiVE (Required) module and remove it from the init.sqf (reason: https://community.bistudio.com/wiki/Initialization_Order ).

    0 = [] spawn {
        if (isServer) then {
            waitUntil {!isNil "ALiVE_STATIC_DATA_LOADED"};
            call compile (preprocessFileLineNumbers "staticData.sqf");
        };
    };

    @Opendome do I add them to a faction with

    [UNSUNG_E_factionCustomGroups, "Sea", []] call ALIVE_fnc_hashSet;

    Instead of "Sea" it should be "Naval".

  17. Outstanding thanks it worked!

    Here's what I have so far if you want it :D

    http://www.filedropper.com/staticdata

  18. I'll prob add western groups tonight, also can I add custom roadblocks/camps/installations in the smae sort of manner?

    Thanks! Really appreciate your help!

  19. Also on a dedicated server would it be

    0 = [] spawn {
    if (isDedicated) then {
    waitUntil {!isNil "ALiVE_STATIC_DATA_LOADED"};
    call compile (preprocessFileLineNumbers "staticData.sqf");
    };
    };

    ?

  20. Edited 8 years ago by marceldev89

    isServer will work for SP, MP and dedicated server so that's probably the best choice here. :)

    As for the roadblock stuff, no clue. Never used it and haven't looked at the associated code yet.

  21. Hey @Opendome I am trying to set up Unsung as well and having trouble. Any chance you could shoot me your static data? I'm trying to get all the factions to work but only NVA seems to work by default.

  22. Newer ›
 

or Sign Up to reply!