james7347@hotmail.com 1 Posted June 18, 2019 Hi I am trying to set up a warlords server using Global Mob. However I am struggling with only using the units from Global mob. Is there a list of every man and vehicle that I can cut and past from to put in the ini box in the warlords faction box. Any help with this would be great (at 54 its just getting harder). Share this post Link to post Share on other sites
yxman 90 Posted June 21, 2019 https://community.bistudio.com/wiki/Global_Mobilization_Characters https://community.bistudio.com/wiki/Category:Global_Mobilization Share this post Link to post Share on other sites
james7347@hotmail.com 1 Posted June 22, 2019 Hi Yxman Thanks for the reply and the information. Looks like a lot of cut and paste, I will give it a bash. Share this post Link to post Share on other sites
james7347@hotmail.com 1 Posted June 22, 2019 Hmmm I am struggling here a little bit. I keep getting an error of "missing ;" I have entered the following in to the init box in the war lords init box, class CfgWLFactionAssets { class WEST { class InfantryUnits { gm_ge_army_antitank_assistant_g3a3_pzf44_80_ols {}; gm_ge_army_antitank_assistant_g3a3_pzf44_parka_80_ols {}; gm_ge_army_antitank_g3a3_milan_80_ols {}; gm_ge_army_crew_80_oli {}; gm_ge_army_crew_mp2a1_80_oli_antiair {}; gm_ge_army_crew_mp2a1_80_oli_armor {}; gm_ge_army_crew_mp2a1_80_oli_artillery {}; gm_ge_army_crew_mp2a1_80_oli_mechinf {}; gm_ge_army_demolition_g3a4_80_ols {}; gm_ge_army_engineer_g3a4_80_oli {}; gm_ge_army_grenadier_g3a3_80_ols {}; gm_ge_army_machinegunner_assistant_g3a3_mg3_80_ols {}; gm_ge_army_machinegunner_mg3_80_ols {}; gm_ge_army_medic_g3a3_80_ols {}; gm_ge_army_officer_p1_80_ols {}; gm_ge_army_platoonleader_g3a3_p2a1_parka_80_ols {}; gm_ge_army_rifleman_80_ols {}; gm_ge_army_squadleader_g3a3_p2a1_80_ols {}; }; }; class EAST // --- OPFOR { class InfantryUnits { gm_gc_army_antitank_assistant_mpiak74n_rpg7_80_str {}; gm_gc_army_antitank_mpiak74n_fagot_80_str {}; gm_gc_army_antitank_mpiak74n_rpg7_80_str {}; gm_gc_army_crew_mpiaks74nk_80_blk {}; gm_gc_army_demolition_mpiaks74n_80_str {}; gm_gc_army_engineer_mpiaks74n_80_str {}; gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk74_80_str {}; gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk_80_str {}; gm_gc_army_machinegunner_assistant_mpiak74n_pk_80_str {}; gm_gc_army_machinegunner_lmgrpk74_80_str {}; gm_gc_army_machinegunner_lmgrpk_80_str {}; gm_gc_army_machinegunner_pk_80_str {}; gm_gc_army_officer_pm_80_str {}; gm_gc_army_rifleman_mpiak74n_80_str {}; gm_gc_army_squadleader_mpiak74n_80_str {}; gm_gc_bgs_rifleman_mpikm72_80_str {}; }; }; Any help would be great please. Share this post Link to post Share on other sites
kamkill 14 Posted June 22, 2019 Try add class in front of units classname. class gm_ge_army_antitank_assistant_g3a3_pzf44_80_ols {}; class gm_ge_army_antitank_assistant_g3a3_pzf44_parka_80_ols {}; ... Share this post Link to post Share on other sites
james7347@hotmail.com 1 Posted June 23, 2019 Thanks for the advice Kamkill but its the same. Share this post Link to post Share on other sites
kamkill 14 Posted June 23, 2019 Your code is mission a }; at the end, try this : class CfgWLFactionAssets { class WEST { class InfantryUnits { class gm_ge_army_antitank_assistant_g3a3_pzf44_80_ols {}; class gm_ge_army_antitank_assistant_g3a3_pzf44_parka_80_ols {}; class gm_ge_army_antitank_g3a3_milan_80_ols {}; class gm_ge_army_crew_80_oli {}; class gm_ge_army_crew_mp2a1_80_oli_antiair {}; class gm_ge_army_crew_mp2a1_80_oli_armor {}; class gm_ge_army_crew_mp2a1_80_oli_artillery {}; class gm_ge_army_crew_mp2a1_80_oli_mechinf {}; class gm_ge_army_demolition_g3a4_80_ols {}; class gm_ge_army_engineer_g3a4_80_oli {}; class gm_ge_army_grenadier_g3a3_80_ols {}; class gm_ge_army_machinegunner_assistant_g3a3_mg3_80_ols {}; class gm_ge_army_machinegunner_mg3_80_ols {}; class gm_ge_army_medic_g3a3_80_ols {}; class gm_ge_army_officer_p1_80_ols {}; class gm_ge_army_platoonleader_g3a3_p2a1_parka_80_ols {}; class gm_ge_army_rifleman_80_ols {}; class gm_ge_army_squadleader_g3a3_p2a1_80_ols {}; }; }; class EAST // --- OPFOR { class InfantryUnits { class gm_gc_army_antitank_assistant_mpiak74n_rpg7_80_str {}; class gm_gc_army_antitank_mpiak74n_fagot_80_str {}; class gm_gc_army_antitank_mpiak74n_rpg7_80_str {}; class gm_gc_army_crew_mpiaks74nk_80_blk {}; class gm_gc_army_demolition_mpiaks74n_80_str {}; class gm_gc_army_engineer_mpiaks74n_80_str {}; class gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk74_80_str {}; class gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk_80_str {}; class gm_gc_army_machinegunner_assistant_mpiak74n_pk_80_str {}; class gm_gc_army_machinegunner_lmgrpk74_80_str {}; class gm_gc_army_machinegunner_lmgrpk_80_str {}; class gm_gc_army_machinegunner_pk_80_str {}; class gm_gc_army_officer_pm_80_str {}; class gm_gc_army_rifleman_mpiak74n_80_str {}; class gm_gc_army_squadleader_mpiak74n_80_str {}; class gm_gc_bgs_rifleman_mpikm72_80_str {}; }; }; }; Share this post Link to post Share on other sites
james7347@hotmail.com 1 Posted June 24, 2019 Thanks Kamkill for the help but no luck mate, I am getting the same error. I have messaged one of the developers to see if they can help. Share this post Link to post Share on other sites