Difference between revisions of "Liblist.gam"

From AlliedModders Wiki
Jump to: navigation, search
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
gamedll "addons\metamod\dlls\metamod.dll"
+
[[Category:Half-Life_1]]
 +
liblist.gam is the file for [[Half-Life_1|Half-Life 1]] that specifies which gamedll to load. It can be found in every mod directory (<i>cstrike</i>, <i>tfc</i>, <i>dod</i>, 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 <i>gamedll</i> or <i>gamedll_linux</i>  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"

Latest revision as of 13:50, 5 March 2006

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"