Integrations

Explains how Plugify is used in different game modding setups.

Plugify is a versatile framework designed to extend the modding capabilities of games and applications. It currently has two primary implementations:

Comparisons

FeatureMM-Loader (MetaMod Integration)S2-Launcher (Standalone Launcher)
DependencyRequires MetaModNo external dependencies
Use CaseServer-side modding, community-driven pluginsStandalone modding, custom launchers
Ease of UseIdeal for existing MetaMod usersLightweight and developer-friendly
FlexibilitySupports multiple languagesDirect control over plugin loading
PerformanceOptimized for server environmentsLightweight and fast

Choosing the Right Implementation

  • Choose Metamod Plugin if:
    • You already have Metamod installed or plan to use it.
    • You want to integrate with other Metamod plugins.
    • You're setting up a multiplayer server environment.
    • You need the infrastructure Metamod provides.
  • Choose Standalone Launcher if:
    • You want to avoid additional dependencies.
    • You're creating a custom launcher or injector.
    • You need minimal overhead and maximum control.
    • You're working on single-player or local testing.