Difference between revisions of "Liblist.gam"
m |
m |
||
Line 1: | Line 1: | ||
[[Category:Half-Life_1]] | [[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. | + | 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: | Example: | ||
*gamedll "addons\metamod\dlls\metamod.dll" | *gamedll "addons\metamod\dlls\metamod.dll" | ||
*gamedll_linux "addons/metamod/dlls/metamod_i386.so" | *gamedll_linux "addons/metamod/dlls/metamod_i386.so" |
Latest revision as of 12: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"