This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

AMXX and DoD


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Basic
Member
Join Date: Apr 2004
Old 04-25-2004 , 17:13   AMXX and DoD
Reply With Quote #1

I would like to see a downloadable zip file that has all the proper cfg's ini's plugins dlls and modules for DoD.

I really want to use AMX but I always end up coming across something that is only for CS. Whether it be the stats plugins, map nin files, or even the teammenu says CT while Im in DoD.

Is this a possibility?

I'll gladly test it out, post issues success or whatever...
Basic is offline
BAILOPAN
Join Date: Jan 2004
Old 04-25-2004 , 17:21  
Reply With Quote #2

It works fine on DoD. Just disable the CS stuff.

In the next release we may consider disabling CS stuff by default, but since CS is obviously by far the most popular mod, CS stuff will continue to be bundled by default.

And yes, dod modules will be available for 0.2....
__________________
egg
BAILOPAN is offline
FlyingMongoose
Veteran Member
Join Date: Mar 2004
Old 04-25-2004 , 17:42  
Reply With Quote #3

setting up for dod and other mods will be part of the documentation right?
__________________
Please do NOT PM for support.

Only ask for support in plugin threads.

TunedChaos.com - Precision Tuned Game Servers
FlyingMongoose is offline
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 04-25-2004 , 17:50  
Reply With Quote #4

Most likely, it would be safe to say that anything included with the AMXX Package will be included with documentation, it only makes sense.
__________________

BigBaller is offline
Basic
Member
Join Date: Apr 2004
Old 04-26-2004 , 12:31  
Reply With Quote #5

Quote:
Originally Posted by BAILOPAN
It works fine on DoD. Just disable the CS stuff.

In the next release we may consider disabling CS stuff by default, but since CS is obviously by far the most popular mod, CS stuff will continue to be bundled by default.

And yes, dod modules will be available for 0.2....
Ya, I know CS is more popular, but DoD has a significant following too, and I seldom see these addons put together as spearate downloads for DoD and CS.

The problem is I cant get everything to work. I added in the DoDX module with amxx for stats, and I get the smaller menu then I do with the default install. (3 screens instead of 7) But almost none of the scripts are working. The only ones that appear to work are grenade catch, which I turn off anyway, and grenade suicide. It seems as if the main dll is still programmed to recognize CS events and weapon codes so when I get killed I still dont see a/v list; I dont see dmg info, attacker info, even typing /hp /stats /top15 doesnt work.
Basic is offline
pendragon
Senior Member
Join Date: Mar 2004
Location: In a bubble
Old 04-26-2004 , 13:46  
Reply With Quote #6

please post your plugins.ini and modules.ini setup.
__________________
pendragon is offline
Send a message via ICQ to pendragon
Basic
Member
Join Date: Apr 2004
Old 04-26-2004 , 14:18  
Reply With Quote #7

I am trying to get the actual files but here are the meta list and amx_plugin lists while in the server.

Code:
 
] meta list 
Currently running plugins: 
 [  1] WebMod, v0.47, 2003/05/19, by dJeyL, see http://djeyl.net/w 
 [  2] Adminmod, v2.50.59 (MM), Jan  4 2004, by Alfred Reynolds <[email protected]>, see http://www.adminmod.org/ 
 [  3] AMX Mod X, v0.16, Mar 25 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org 
 [  4] Fun, v0.16, Mar 23 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org 
 [  5] DoD XMod, v1.2STEAM, Apr  8 2004, by SidLuke, see http://www.amxmod.net 
5 plugins 
Unknown command: meta 
] dodstatsmenu 
Unknown command: dodstatsmenu 
] dodstatscfg 
Unknown command:
you can see the dodstatsmenu commands dont work

and...

Code:
] amx_plugins 
Currently loaded plugins: 
name               version  author            file             status    
Admin Base         0.16     AMXX Dev Team     admin.amx        running  
Admin Commands     0.16     AMXX Dev Team     admincmd.amx     running  
Admin Help         0.16     AMXX Dev Team     adminhelp.amx    running  
Menus Front-End    0.16     AMXX Dev Team     menufront.amx    running  
Commands Menu      0.16     AMXX Dev Team     cmdmenu.amx      running  
Players Menu       0.16     AMXX Dev Team     plmenu.amx       running  
Maps Menu          0.16     AMXX Dev Team     mapsmenu.amx     running  
Anti Flood         0.16     AMXX Dev Team     antiflood.amx    running  
Admin Chat         0.16     AMXX Dev Team     adminchat.amx    running  
Admin Votes        0.16     AMXX Dev Team     adminvote.amx    running  
Scrolling Message  0.16     AMXX Dev Team     scrollmsg.amx    running  
Info. Messages     0.16     AMXX Dev Team     imessage.amx     running  
Pause Plugins      0.16     AMXX Dev Team     pausecfg.amx     running  
Stats Configurati  0.16     AMXX Dev Team     statscfg.amx     running  
CS Stats           0.16     AMXX Dev Team     stats.amx        running  
DoD Sounds Precac  1.0.1    default           statssounds.amx  running  
CS Stats Logging   0.16     AMXX Dev Team     stats_logging.a  running  
1
I also get this error

Code:
L 04/24/2004 - 12:47:33: AMX Mod X log file started (file "addons/amxx/logs/L0424003.log") (version "0.16") 
L 04/24/2004 - 12:47:33: [AMXX] Invalid event (name "SendAudio") (plugin "stats.amx") 
L 04/24/2004 - 12:47:33: [AMXX] Run time error 10 on line 77 (plugin "stats.amx") 
L 04/24/2004 - 12:47:33: [AMXX] Invalid event (name "SendAudio") (plugin "miscstats.amx") 
L 04/24/2004 - 12:47:33: [AMXX] Run time error 10 on line 152 (plugin "miscstats.amx")
I will post the actual plugins.ini and modules.ini as soon as I can get them.
Basic is offline
SidLuke
Senior Member
Join Date: Mar 2004
Location: Poland, Chrzanow
Old 04-26-2004 , 15:41  
Reply With Quote #8

Quote:
Originally Posted by Basic
I am trying to get the actual files but here are the meta list and amx_plugin lists while in the server.

Code:
 
] meta list 
Currently running plugins: 
 [  1] WebMod, v0.47, 2003/05/19, by dJeyL, see http://djeyl.net/w 
 [  2] Adminmod, v2.50.59 (MM), Jan  4 2004, by Alfred Reynolds <[email protected]>, see http://www.adminmod.org/ 
 [  3] AMX Mod X, v0.16, Mar 25 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org 
 [  4] Fun, v0.16, Mar 23 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org 
 [  5] DoD XMod, v1.2STEAM, Apr  8 2004, by SidLuke, see http://www.amxmod.net 
5 plugins 
Unknown command: meta 
] dodstatsmenu 
Unknown command: dodstatsmenu 
] dodstatscfg 
Unknown command:
you can see the dodstatsmenu commands dont work

and...

Code:
] amx_plugins 
Currently loaded plugins: 
name               version  author            file             status    
Admin Base         0.16     AMXX Dev Team     admin.amx        running  
Admin Commands     0.16     AMXX Dev Team     admincmd.amx     running  
Admin Help         0.16     AMXX Dev Team     adminhelp.amx    running  
Menus Front-End    0.16     AMXX Dev Team     menufront.amx    running  
Commands Menu      0.16     AMXX Dev Team     cmdmenu.amx      running  
Players Menu       0.16     AMXX Dev Team     plmenu.amx       running  
Maps Menu          0.16     AMXX Dev Team     mapsmenu.amx     running  
Anti Flood         0.16     AMXX Dev Team     antiflood.amx    running  
Admin Chat         0.16     AMXX Dev Team     adminchat.amx    running  
Admin Votes        0.16     AMXX Dev Team     adminvote.amx    running  
Scrolling Message  0.16     AMXX Dev Team     scrollmsg.amx    running  
Info. Messages     0.16     AMXX Dev Team     imessage.amx     running  
Pause Plugins      0.16     AMXX Dev Team     pausecfg.amx     running  
Stats Configurati  0.16     AMXX Dev Team     statscfg.amx     running  
CS Stats           0.16     AMXX Dev Team     stats.amx        running  
DoD Sounds Precac  1.0.1    default           statssounds.amx  running  
CS Stats Logging   0.16     AMXX Dev Team     stats_logging.a  running  
1
I also get this error

Code:
L 04/24/2004 - 12:47:33: AMX Mod X log file started (file "addons/amxx/logs/L0424003.log") (version "0.16") 
L 04/24/2004 - 12:47:33: [AMXX] Invalid event (name "SendAudio") (plugin "stats.amx") 
L 04/24/2004 - 12:47:33: [AMXX] Run time error 10 on line 77 (plugin "stats.amx") 
L 04/24/2004 - 12:47:33: [AMXX] Invalid event (name "SendAudio") (plugin "miscstats.amx") 
L 04/24/2004 - 12:47:33: [AMXX] Run time error 10 on line 152 (plugin "miscstats.amx")
I will post the actual plugins.ini and modules.ini as soon as I can get them.
Use plugins from (Windows) DoDXMod package, but the best option is to wait a little for DoD AMXX module.
SidLuke is offline
Send a message via AIM to SidLuke Send a message via MSN to SidLuke
Basic
Member
Join Date: Apr 2004
Old 04-26-2004 , 15:49  
Reply With Quote #9

Quote:
Originally Posted by SidLuke
Use plugins from (Windows) DoDXMod package, but the best option is to wait a little for DoD AMXX module.
I thought I did, (the ones from your sig on amx forums) but I'll try again; but I tihnk that one was called dod_stats_mm.dll, and crashed when I tried to use it so I renmaed it to dodx_stats.dll and it started but not everything worked. Where can I get the right dll and plugins for AMXX DoD Windows?

here is the modules.ini

Code:
; AMX Mod X Modules; You can specify both linux & win32 modules here

; Fun - This has extra functions for "extra" stuff
fun_amx.dll

; Engine - This has engine functions core to half-life
;engine_amx.dll

; MySQL - This adds MySQL connection support
;mysql_amx.dll

; Day of Defeat - This adds functions specific to Day of Defeat
;dodx_amx.dll

; CS Stats - This adds functionality for CS statistical information
csstats_amx.dll
I disabled dodx_amx because I had better luck with stats using the CS one, but I havent restarted the server so it hasnt loaded the CS back yet. But Im guessing that the error I posted above is why almost none of the dodx stats stuff works.

Also do I need to enable engine.dll? It was disabled by default so I left it.

Any idea of a release date? I'll gladly be a tester.

-thanks
Basic is offline
pendragon
Senior Member
Join Date: Mar 2004
Location: In a bubble
Old 04-26-2004 , 16:36  
Reply With Quote #10

here is what i have on my working dod server:

Plugin.ini
Code:
;---------------------------------------------
; ***** DOD Stats Plugins *******
statscfg.amx		; allows to manage stats plugins via menu and commands
stats.amx		; stats on death or round end (DoD Stats Module required!)
; statssounds.amx	; precache plugin for stats plugins
; stats_logging.amx	; weapons stats logging (DoD Stats Module required!)
; dodstats.amx
; Dod stats plugin
; ***** END Stats Plugins *****
modules.ini:
Code:
; AMX Mod X Modules; You can specify both linux & win32 modules here

; Fun - This has extra functions for "extra" stuff
fun_amx.dll

; Engine - This has engine functions core to half-life
;engine_amx.dll

; MySQL - This adds MySQL connection support
mysql_amx.dll

; Day of Defeat - This adds functions specific to Day of Defeat
dodx_amx.dll
cvars.ini
Code:
; Menu configuration file; File location: $moddir/addons/amxx/configs/cvars.ini; To use with Commands Menu plugin; Cvars Menu:; < cvar > < values > ... < access level >"mp_timelimit"		"0" "30" "45"		"u"
"mp_friendlyfire"	"0" "1"			"u"
"sv_password"		"" "mypw" "clanwar"	"u"
"mp_forcechasecam"	"0" "1" "2"		"u"
"pausable"		"0" "1"			"u"
"sv_minrate"		"2000" "3000"		"u"
"sv_maxrate"		"7000" "6500"		"u"
"allow_spectators"	"0" "1"			"u"
"sv_voiceenable"	"0" "1"			"u"
"mp_allowspectators"	"0" "1"			"u"
"mp_deathmsg"		"0" "1"			"u"
"mp_fadetoblack"	"0" "1"			"u"
"mp_tkpenalty"		"-1" "3" "6"		"u"
;---------------------------------------
; DoD Class Limits Cvars (dodx module)
;----------------------------------------
"mp_limitallies30cal"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitalliesbar"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitalliescarbine"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitalliesgarand"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitalliesgreasegun"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitalliesspring"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitalliesthompson"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitaxisfg42"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitaxisfg42s"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitaxisk43"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitaxiskar"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitaxismg34"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitaxismg42"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitaxismp40"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitaxismp44"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitaxisscopedkar"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitbritassault"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitbritlight"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitbritmg"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
"mp_limitbritsniper"	"-1" "1" "2" "3" "4" "5" "6" "0"	"u"
maps.ini
Code:
; Maps configuration file; File location: $moddir/addons/amxx/configs/maps.ini; To use with Maps Menu plugin
dod_anzio
dod_avalanche
dod_caen
dod_charlie
dod_chemille
dod_donner
dod_escape
dod_flash
dod_flugplatz
dod_forest
dod_glider
dod_jagd
dod_kalt
dod_kraftstoff
dod_merderet
dod_switch
dod_vicenza
dod_zalec
goodluck!
__________________
pendragon is offline
Send a message via ICQ to pendragon
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:01.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode