mlamp89 10 Posted May 1, 2018 Similar to the Hunter six or the old ghost recon games, I'd like to add a medal and skills aspect to my multiplayer scenario. I'd really like a large open and random scenario like Hunter six, but multiplayer. But what I've been doing is just adding onto a mission I've been building for a friend and I. But I'd like it if we can both play and earn skill points, and medals for things. Is there a mod or anything I can simply add to my mission? Share this post Link to post Share on other sites
theend3r 83 Posted May 1, 2018 Not that I know of. What you can do is display the information in player diary (createDiaryRecord) with a picture of the medal/feat, description of some bonus and use commands like e.g.: unit setUnitTrait ["camouflageCoef", 0.7]; unit setUnitTrait ["audibleCoef", 0.7]; unit setUnitTrait ["loadCoef",0.7]; unit setUnitTrait ["Engineer",true]; unit setUnitTrait ["medic",true]; unit setCustomAimCoef 0.5; unit setUnitRecoilCoefficient 0.6; // ...etc. to give the player some traits this way. 2 Share this post Link to post Share on other sites
KiloSwiss 16 Posted May 3, 2018 Also: unit setAnimSpeedCoef 1.05; Makes the unit move a bit faster. Share this post Link to post Share on other sites