Hi,
Tried to map a faction that is not supported natively by alive using the page on the wiki: http://alivemod.com/wiki/index.php/Declaring_Faction_Mappings
However, it is not working at all for me. Now I wonder, what I'm I suppose to look for in the GroupCfg to fill out the script in this part?
mas_afr_rebl_o_mappings = [] call ALIVE_fnc_hashCreate; [mas_afr_rebl_o_mappings, "Side", "EAST"] call ALIVE_fnc_hashSet; [mas_afr_rebl_o_mappings, "GroupSideName", "EAST"] call ALIVE_fnc_hashSet; [mas_afr_rebl_o_mappings, "FactionName", "mas_afr_rebl_o"] call ALIVE_fnc_hashSet; [mas_afr_rebl_o_mappings, "GroupFactionName", "OPF_mas_afr_F_o"] call ALIVE_fnc_hashSet;
Especially the "FactionName" and "GroupFactionName". What do I look for each of 'hem?
Note: I'm trying to map factions from Killoch's MultiNational Pack.
any help will be welcome.
Have a nice day.