Well, for the First this isn't right forum.
For the second one:
Example:
1. Install Metamod (
http://metamod.org)
- So metamod.dll / metamod_i386.so should be in ...tfc/addons/metamod/dlls
2. Open your liblist.gam with Notepad (or another text editor)
- Put in this line for
Windows
gamedll "addons\metamod\dlls\metamod.dll"
- This for
Linux
gamedll_linux "addons\metamod\dlls\metamod_i386.so
3. Now do Metamod running.
4. Now to monstermod
- Put in monster_mm.dll / monster_mm_i386.so
in ...tfc/addons/monster_plugin/dlls/
- Then open ...tfc/addons/metamod/plugins.ini
And put in this lines in it:
Code:
win32 addons/monster_plugin/dlls/monster_mm.dll
win32 addons/monster_plugin/dlls/monster_mm_i386.so
Now you got MonsterMod running, good luck.