Liblist.gam

From AlliedModders Wiki
Revision as of 13:50, 5 March 2006 by CyberMind (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

liblist.gam is the file for Half-Life 1 that specifies which gamedll to load. It can be found in every mod directory (cstrike, tfc, dod, etc); although with Steam, it may be located inside the content cache files.

This is a key point in getting MetaMod to load. You must modify either the gamedll or gamedll_linux setting (depending on which OS you are using) to point to the location of your MetaMod .dll or .so.

Example:

  • gamedll "addons\metamod\dlls\metamod.dll"
  • gamedll_linux "addons/metamod/dlls/metamod_i386.so"