AvailNetworks Posted February 16, 2006 Share Posted February 16, 2006 I am having a heck of a time getting amxmodx to work with cs 1.6 does any one have a quick quide/checklist to get this silly thing going. I have been working at it all day and am not getting anywhere Link to comment Share on other sites More sharing options...
maximum6 Posted February 18, 2006 Share Posted February 18, 2006 yeah -- 1) download latest version of the FULL INSTALLER from amxmodx.org 2) Install it on the machine where you want amxmodx installed. 3) run it, choose to install by mod directory. Choose the cstrike folder of your CS server's install 4) it extracts proper files. 5) restart the server. what i did, is I did install to mod directory, chose cs1.6 and put it into a blank folder. Then i recreated the proper file structure, zipped it up, and made it work with the mod installer for counter-strike. Easy as 3.14 if you've got more questions let me know...im really familiar with amxmodx including plugins and whatnot. Link to comment Share on other sites More sharing options...
vittu Posted February 18, 2006 Share Posted February 18, 2006 I am having a heck of a time getting amxmodx to work with cs 1.6 does any one have a quick quide/checklist to get this silly thing going. I have been working at it all day and am not getting anywhere Yea, I dunno what you did. One of you clients ( XRaiders ) who uses CZ had me look at his server cause he was having problems. Also, for whatever reason tcadmin is looking at the config folder setup wrong for server files or you set it up on the wrong folder... As for amxmodx issue, I don't know what you did to the server setups (maybe some restrictions you set). But amxmodx loads fine, the issue arises when you try to load one of it's plugins it crashes the server and sends it in the endless cycle of restarting the server. If you check his server you will see amxmodx is running only no plugins are on (cause they will crash the server). I can't explain it cause it's something you did on your end causing the issue, not amxmodx's fault. Same would probably happen with amx or admin mod. What did you use for his servers command line btw? Link to comment Share on other sites More sharing options...
maximum6 Posted February 18, 2006 Share Posted February 18, 2006 err sounds like a faulty plugin? also make sure in modules.ini you've enabled all the proper modules!! Link to comment Share on other sites More sharing options...
vittu Posted February 18, 2006 Share Posted February 18, 2006 err sounds like a faulty plugin? also make sure in modules.ini you've enabled all the proper modules!! This is no faulty plugin. And like i said everything else loads, modules are fine. Any time he tries to load any single plugin and I'm talking about default ones, it crashes the server (just 1 plugin will do it)... Even if I make a simple plugin that only registers itself but does nothing it will crash the server. Again I am stressing this is not amxmodx's fault (nor metamod's either). This AvailNetworks is the issue, he has something improperly setup. Like he even has a restriction not allowing exe uploads (amxmodx has 3 exe's, even though 2 aren't really needed server side as they are only for compiling). Link to comment Share on other sites More sharing options...
vittu Posted February 18, 2006 Share Posted February 18, 2006 Update (couldn't edit previous post for some reason): Issue has been resolved, it was the DEP (Data Execution Prevention) setting on the windows server causing issues with amxmodx's JIT. It was trying to stop plugins from running. This issue will be fixed in the next release of amxmodx 1.65 (which will be out in approx a week). I highly suggest this update if you are using amxmodx as it has been optimized even more and has many bug fixes. So to anyone that is having issues with amxmodx 1.60 (maybe even a few prior versions) on a windows server. Try changing your DEP default setting. I don't recall which is the issue "Turn on DEP for all programs and services except those I select" or "Turn on DEP for essential Windows programs and services only", I think all programs is the problematic setting. Here is a link if you don't know where it is - http://helpline4it.com/lab_practices-d255.html Link to comment Share on other sites More sharing options...
ECF Posted February 18, 2006 Share Posted February 18, 2006 DEP has a nasty habit of playing with a few different plugins. It also will cause issues with some of the Source based mods such as Mani-Mod. You can also shutdwon DEP by editing the boot.ini file within windows, which will stop it completely. Link to comment Share on other sites More sharing options...
24play1 Posted February 19, 2006 Share Posted February 19, 2006 In the boot.ini file I changed a command line to this to solve my DEP problems Hope it helps multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=AlwaysOff Info on DEP here http://www.microsoft.com/technet/prodtechnol/winxppro/mainta in/sp2mempr.mspx Link to comment Share on other sites More sharing options...
AvailNetworks Posted February 19, 2006 Author Share Posted February 19, 2006 yep dep was the problem. I didnt even think it would be a factor really if it worked or not. thanks for the help Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.