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