Skip to content

Commit

Permalink
Tweak example loadout comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddo3000 authored and BorderKeeper committed May 25, 2021
1 parent f4d8c9f commit d1b6772
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ARCMT.vr/loadouts/example_loadout.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ class baseMan {// Weaponless baseclass
vest[] = {"V_PlateCarrier1_rgr","V_PlateCarrier2_rgr"};
backpack[] = {"B_AssaultPack_mcamo"};
headgear[] = {};
goggles[] = {"default"};
hmd[] = {};
// Leave empty to remove all. "Default" > leave original item.
faces[] = {"faceset:african", "faceset:caucasian"};
goggles[] = {"default"};
// Leave empty to not change faces.
insignias[] = {"111thID"};
faces[] = {"faceset:african", "faceset:caucasian"};
// Leave empty to not change insignias
insignias[] = {"111thID"};

// All randomized
primaryWeapon[] = {};
Expand Down

0 comments on commit d1b6772

Please sign in to comment.