snipercymraeg 0 Report post Posted September 13, 2015 Hi,Well with all the money they are making my players need somethng to spend their money on.Are there any new vehicles that can be added apart from the standard arma 3 ones ?Thanks,Nick Share this post Link to post Share on other sites
spear 23 Report post Posted September 13, 2015 You are free to add every vehicle mod you want. Examples would be this http://www.armaholic.com/page.php?id=27652 or this http://www.rhsmods.org/ Share this post Link to post Share on other sites
tinboye 219 Report post Posted September 13, 2015 you add the classnames into the config.hpp in the mission file.and in the mission.sqm you need to add the classnames that are required. that way players who do not have the mods will be kicked. otherwise if u have 1 player without and 1 player with, the player without the mod will just see a guy driving around in the air.so for example in your mission.sqm to add mas vehiclesaddOns[] = ["mas_weapons_pack","mas_weapons","mas_weapons_ak","mas_weapons_nw","mas_weapons_m4","mas_uh1y","mas_hmmwv","mas_ch47","mas_mi8","mas_brdm","mas_uh60m","mas_cars_lr","mas_weapons_pack","mas_vehicleweapons_core","mas_apc","mas_tanks","mas_cars","mas_cars_hilux","mas_vehicleweapons_fia" the same should apply with any mod you add. and you would also need to add any BE filters for these mods as are required.please note im getting this info from another forum when i ran an epoch server: same things should apply on exile server to a degreehttp://epochmod.com/forum/index.php?/topic/33839-allinone-mas-weapons-vehicles/&page=2addbackpackcargo.txt:5 "" !"B_Parachute" !"B_AssaultPack_(cbr|dgtl|khk|mcamo|ocamo|rgr|sgg)" !"B_Carryall_(cbr|khk|mcamo|ocamo|oli|oucamo)" !"B_FieldPack_(blk|cbr|khk|ocamo|oli|oucamo)" !"B_Kitbag_(cbr|mcamo|rgr|sgg)" !"B_TacticalPack_(blk|mcamo|ocamo|oli|rgr)" !"smallbackpack_(red|green|teal|pink|)_epoch" !"(O|I|B)_UAV_01_backpack_F" !"launch_" !=B_mas_AssualtPack_ !=B_mas_Bergen_ !=B_mas_Kitbag !=muzzle_mas_ !=optic_mas_ !arifle_mas_ !srifle_mas_ !hgun_mas_ !LMG_mas_ !=mas_launch_addweaponcargo:5 "" !="(Binocular|Rangefinder|Hatchet|CrudeHatchet|WoodClub|Melee(Sledge|Maul)|ChainSaw|MultiGun|Rollins_F|Plunger)" !="(ruger_pistol|speargun|1911_pistol|akm|m14|M14Grn|m16|m16Red|m107|m107Tan|m249|m249Tan|m4a3|sr25|l85a2|l85a2_(pink|ugl))_epoch" !="SMG_(01|02)_F" !="hgun_(PDW2000|ACPC2|Rook40|P07|Pistol_heavy_0[1-2]|Pistol_Signal)_F" !="LMG_(Mk200|Zafir)_F" !="srifle_(EBR|GM6|LRR|DMR_01)_F" !="arifle_(Katiba|Katiba_C|Katiba_GL|SDAR|TRG21|TRG20|TRG21_GL|Mk20|Mk20C|Mk20C_plain|Mk20_GL|Mk20_plain|Mk20_GL_plain)_F" !="arifle_(MXC|MX|MX_GL|MXM|MXM_Black|MX_GL_Black|MX_Black|MXC_Black|MX_SW|MX_SW_Black)_F" !="launch_" !arifle_mas_ !srifle_mas_ !hgun_mas_ !LMG_mas_ !=mas_launch_scripts.txt: Below; 7 removeAllItems ADD:7 "" !arifle_mas_ !srifle_mas_ !hgun_mas_ !LMG_mas_ !=mas_launch_ !=B_mas_AssualtPack_ !=B_mas_Bergen_ !=B_mas_Kitbag !=muzzle_mas_ !=optic_mas_ Share this post Link to post Share on other sites
snipercymraeg 0 Report post Posted September 13, 2015 Hi,Ok great thanks I'll get the scripter to look at it.regards,Nick Share this post Link to post Share on other sites