Skip to content

Wend4r/mms2-sample

Repository files navigation

Sample 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.

About

Metamod:Source sample plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published