Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use with AMXMODX? #1020

Open
dummbummboy opened this issue Oct 27, 2024 · 3 comments
Open

How to use with AMXMODX? #1020

dummbummboy opened this issue Oct 27, 2024 · 3 comments

Comments

@dummbummboy
Copy link

dummbummboy commented Oct 27, 2024

When I've installed metamod and amxmodx I've had to change this line from
gamedll "dlls\mp.dll"
to
gamedll "addons\metamod\dlls\metamod.dll"

Since I've replaced the mp.dll from here, I changed it back to the original line. But metamod and amxmodx stop working if I do this. Can someone help me?

@wopox1337
Copy link
Collaborator

@dummbummboy
Copy link
Author

dummbummboy commented Oct 27, 2024

https://wiki.alliedmods.net/Installing_amx_mod_x_manually

Your answer didn't help me because I followed these exact instructions already.

Installing Metamod
Directory Structure

    In your mod folder, create a folder called "addons".
    In <mod folder>\addons, create a folder called "metamod".
    In <mod folder>\addons\metamod, create a folder called "dlls".

Configure

    In your mod folder, find the "[liblist.gam](https://wiki.alliedmods.net/Liblist.gam)" file. Open the file with a text editor, such as [notepad](https://wiki.alliedmods.net/index.php?title=Notepad&action=edit&redlink=1). If you're using FTP or a control panel, you will need to download the file first.
    For Windows, find this line:

            gamedll "dlls\mp.dll"

            Replace it with this line:

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

    Save liblist.gam (and upload it over the old one if your server is remote).
    Edit the file <mod folder>\addons\metamod\plugins.ini. If it does not exist, create it. This file is your list of Metamod plugins.
    For Windows, add

    win32 addons/amxmodx/dlls/amxmodx_mm.dll

    Save (and upload) plugins.ini.

@dummbummboy

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants