In Virtual Arsenal, import this loadout:
> comment "Exported from Arsenal by ceeeb";
>
> comment "Remove existing items";
> removeAllWeapons this;
> removeAllItems this;
> removeAllAssignedItems this;
> removeUniform this;
> removeVest this;
> removeBackpack this;
> removeHeadgear this;
> removeGoggles this;
>
> comment "Add containers";
> this forceAddUniform "U_I_Protagonist_VR";
> for "_i" from 1 to 3 do {this addItemToUniform "10Rnd_762x54_Mag";};
> for "_i" from 1 to 3 do {this addItemToUniform "10Rnd_762x51_Mag";};
> this addGoggles "G_Goggles_VR";
>
> comment "Add weapons";
> this addWeapon "srifle_DMR_01_F";
> this addPrimaryWeaponItem "optic_KHS_blk";
> this addPrimaryWeaponItem "bipod_02_F_blk";
>
> comment "Add items";
>
> comment "Set identity";
> this setFace "WhiteHead_06";
> this setSpeaker "male03gre";