config.cpp 510 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * Structure:
  3. * - ui/markers/logo/some_fixed_colour_logo.paa
  4. * - ui/markers/outline/some_variable_colour_outline.paa
  5. */
  6. class CfgPatches
  7. {
  8. class RD501_Markers
  9. {
  10. author = "m3ales";
  11. name = "501st Legion Map Markers";
  12. requiredversion = 1.60;
  13. units[] = {};
  14. weapons[] = {};
  15. requiredaddons[] = {};
  16. };
  17. };
  18. class CfgMarkers
  19. {
  20. //Marker definitions, ensure link to marker classes
  21. };
  22. class CfgMarkerClasses
  23. {
  24. // Used to group markers and provide ordering in the marker dropdown -- is alphabetical
  25. };