Difference between revisions of "Liblist.gam"
m |
|||
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. 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" |
Revision as of 12:46, 5 March 2006
liblist.gam is the file for Half-Life 1 that specifies which gamedll to load. 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"