Jump to content
Banner 730x90px boost

Recommended Posts

  • Administrator

Sursa https://wiki.alliedmods.net/Installing_amx_mod_x_manually

Configure

  1. In your mod folder, find the "liblist.gam" file. Open the file with a text editor, such as notepad. If you're using FTP or a control panel, you will need to download the file first.
  2. For Windows, find this line:
    Quote

    gamedll "dlls\mp.dll"

     

    Replace it with this line:
    Quote

    gamedll "addons\metamod\dlls\metamod.dll"

     

    For Linux, find this line:
    Quote

    gamedll_linux "dlls/mp_i386.so"

     

    Replace it with this line: (for servers using hldsupdatetool)
    Quote

    gamedll_linux "addons/metamod/dlls/metamod_i386.so"

     

    Replace it with this line: (for servers using steamcmd)
    Quote

    gamedll_linux "addons/metamod/dlls/metamod.so"

     

    (Note: AMD64 is no longer supported for various reasons, please use 32bit)
  3. Save liblist.gam (and upload it over the old one if your server is remote).
  4. Edit the file <mod folder>\addons\metamod\plugins.ini. If it does not exist, create it. This file is your list of Metamod plugins.
  5. For Windows, add
    Quote

    win32 addons/amxmodx/dlls/amxmodx_mm.dll

    For Linux add:

    Quote

    linux addons/amxmodx/dlls/amxmodx_mm_i386.so

     

  6. Save (and upload) plugins.ini.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...