QuakePlugins

From QuakeQEWiki
Revision as of 20:04, 16 February 2022 by JPiolho (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

QuakePlugins is an extension to the Quake Enhanced engine that adds plugin-like capabilities which can be coded using .NET or Lua. It has capabilities to hook into the Quake-C of the mod being currently played and execute external code, allowing the game to break out of the limitations from QC. Another advantage is since the plugins run on the engine level, it allows the same plugin code to be easily re-used in any mod.

Github