Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 934 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 934 Bytes

Levels Ranks 2 plugin

Requirements (included)

Setting up

  • Windows: Open the MSVC developer console with the correct platform (x86_64) that you plan on targetting.
  • Configure with cmake --preset {PRESET} where:
    • {PRESET} - specify a configure preset.
    • Are allowed:
      • Linux: Debug and Release.
      • Windows: Windows/Debug and Windows/Release.
  • Build with cmake --preset {PRESET} --build --parallel.
  • Once the plugin is compiled the files would be packaged and placed in build/{PRESET} folder.
  • Be aware that plugins get loaded either by corresponding .vdf files in the metamod folder, or by listing them in addons/metamod/metaplugins.ini file.