HWFlo 10 Posted August 31, 2011 Hi guys I have created some "custom" units for our communitie's mod. If you start a game and spawn you can select all weapons and grenades as you want. After respawn this isn't the case. You only can select primary and secondary weapons. The strange thing is the grenades appear in the invetory as expected. To work around the problem the player is able to drop the grenades an grab them again. After that he is able to select and throw them. Here is a little example class USMC_SoldierS; ... class OPT_USMC_Spaeher : USMC_SoldierS { scope = 2; faction = "OPT_USMC"; displayName = "Späher"; canCarryBackPack = 1; enableGPS = 1; nightVision = 1; weapons[] = { "M4A1_Aim", "M9SD", "NVGoggles", "LaserDesignator", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS" }; respawnWeapons[] = { "M4A1_Aim", "M9SD", "NVGoggles", "LaserDesignator", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS" }; magazines[] = { "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "Laserbatteries", "SmokeShell", "SmokeShellRed", "SmokeShellGreen", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD" }; respawnMagazines[] = { "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "Laserbatteries", "SmokeShell", "SmokeShellRed", "SmokeShellGreen", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD" }; }; Share this post Link to post Share on other sites
loyalguard 15 Posted August 31, 2011 This might not only bewith custom units...I was doing some testing the other day in Vanilla OA with no addons and upon respawn noticed I could not select my grenades until I dropped them...I thought perhaps it was a fluke...I will check again later when I get home...in the meantime, you may want to try with a regular unit to see if you can repro it. Share this post Link to post Share on other sites
HWFlo 10 Posted August 31, 2011 I just tried it with USMC_Soldier and USMC_SoldierS. In both cases i had the same problem. The interesting thing in all tests was: If you open the map, click on units, select yourself, open your invetory an click on rearm you are able to select the grenades again. (i habe a localized version so i dont know if rearm ist the right translation for the buttons caption ;) ) Share this post Link to post Share on other sites