Raised This Month: $51 Target: $400
 12% 

cant add more heroes?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kgp43
Junior Member
Join Date: Dec 2005
Old 08-08-2005 , 22:28   cant add more heroes?
Reply With Quote #1

Hi,

Type: amx 0.9.9

I have been installting some heroes but only the first 34 appear (including standard), why is that?
kgp43 is offline
bLiNd
Veteran Member
Join Date: Mar 2005
Old 08-08-2005 , 22:45  
Reply With Quote #2

post your plugins.ini and modules.ini please
bLiNd is offline
kgp43
Junior Member
Join Date: Dec 2005
Old 08-09-2005 , 05:11  
Reply With Quote #3

As requested

Will it be a good idea to switch to amxx instead of amx?

I have also been told that it sometimes automatic remove heroes from plugins.ini
We played and suddenly the server crashed - went to plugins and notice "sh_drstrange" was removed, so we added him again and everything was working again... weird

plugins.ini
Code:
; AMX Mod plugins

; To disable any plugin, add a semi-colon ';' to the beginning of its line

; You can disable the Just-In-Time (JIT) compiler with the 'nojit' keyword:
; pluginname.amx nojit
; (read the docs for more details)

; Note: you don't need to declare csstats.amx here (CSStats will load it)


language.amx        ; language management
admin.amx           ; admin base (required for any admin-related)
;admin_mysql.amx    ; admin base - MySQL version (comment admin.amx)
admincmd.amx        ; basic admin console commands
adminhelp.amx       ; help command for admin console commands
adminslots.amx      ; slot reservation
menufront.amx       ; front-end for admin menus
cmdmenu.amx         ; command menu (speech, settings)
plmenu.amx          ; players menu (kick, ban, client cmds.)
restmenu.amx        ; restrict weapons menu
mapsmenu.amx        ; maps menu (vote, changelevel)
antiflood.amx       ; prevent clients from chat-flooding the server
adminchat.amx       ; console chat commands
adminvote.amx       ; vote commands
nextmap.amx         ; displays next map in mapcycle
timeleft.amx        ; displays time left on map
mapchooser.amx      ; allows to vote for next map
scrollmsg.amx       ; displays a scrolling message
imessage.amx        ; displays information messages
;welcomemsg.amx     ; console motd @ client connection (Hard to see in Steam)
statsx.amx          ; stats on death or round end (CSStats Module required!)
stats_logging.amx   ; weapons stats logging (CSStats Module required!)
telemenu.amx        ; teleport menu (Fun Module required!)
miscstats.amx       ; bunch of events announcement for Counter-Strike
pausecfg.amx        ; allows to pause and unpause some plugins
statscfg.amx        ; allows to manage stats plugins via menu and commands
mapconfig.amx       ; executes custom map configuration files

; Add custom plugins below

// ---------------------- START SUPERHERO PLUGINS -------------------------------
 
//To save XP to the VAULT file (default)
superheromodvault.amx
 
//To save XP to a mysql database (uncomment this and comment out the vault plugin) 
//superheromodmysql.amx
 
//Add these lines to enable all the stock heroes 
sh_anubis.amx
sh_aquaman.amx
sh_bass.amx
sh_batman.amx
sh_beast.amx
sh_blink.amx
sh_bomberman.amx
sh_captaina.amx
sh_casper.amx
sh_sonic.amx
sh_cyclops.amx
sh_daredevil.amx
sh_dazzler.amx
sh_demoman.amx
sh_dracula.amx
sh_flash.amx
sh_gambit.amx
sh_hobgoblin.amx
sh_hulk.amx
sh_humantorch.amx
sh_ironman.amx
sh_kamikaze.amx
sh_magneto.amx
sh_mystique.amx
sh_nightcrawler.amx
sh_palpatine.amx
sh_punisher.amx
sh_skeletor.amx
sh_spiderman.amx
sh_superman.amx
sh_windwalker.amx
sh_wolverine.amx
sh_xavier.amx
sh_zeus.amx

 
// ---------------------- END SUPERHERO PLUGINS -------------------------------

modules.ini
Code:
; AMX Modules

; NOTE: 'AMX+MM' modules have to be declared in both
;         amx/modules.ini and metamod/plugins.ini since
;         AMX v0.9.9 (same as 0.9.3, differs from 0.9.7)
;       Simple way to identify them: their filename
;         contains '_mm'.

; CS Stats
; This one must also be declared in MetaMod's plugins.ini!
csstats_mm_i586.so

; Fun: more functions for modifications in HL
; This one must also be declared in MetaMod's plugins.ini!
fun_mm_i586.so

; MySQL access
; mysql_i586.so


; 3rd party modules

; Vexd Util.
; This one must also be declared in MetaMod's plugins.ini!
VexdUM_mm.dll
VexdUM_mm_i586.so

; For DoD compatibility, see this:
; http://djeyl.net/forum/index.php?showtopic=22018
From above: VexdUM_mm.dll
This was not added as standard but in the guide I used to install superhero mod on amx, so I added it myself.
Dont know if that is correct.

metamod plugins.ini
Code:
;ADMIN MOD(adminmod module)
;linux addons/adminmod/dlls/admin_mm_i386.so

;Statsme 
;linux addons/statsme/dlls/statsme_mm_i386.so

;HLGUARD
;linux addons/hlguard/dlls/hlguard_mm_i686.so

;amxx
;linux addons/amxmodx/dlls/amxmodx_mm_i386.so



; AMX Mod
linux addons/amx/dlls/amx_mm_i586.so

; AMX Mod modules

; NOTE: don't declare 'pure' AMX Modules here
;       (those not having '_mm' in their filename)

; CS Stats (AMX module)
;linux addons/amx/modules/csstats_mm_i586.so

; Fun (AMX module)
linux addons/amx/modules/fun_mm_i586.so

; Monster Mod
win32 addons/monster/dlls/monster_mm.dll
linux addons/monster/dlls/monster_mm_i386.so

; Vexd Utilities (AMX module)
win32 addons/amx/modules/VexdUM_mm.dll
linux addons/amx/modules/VexdUM_mm_i586.so
kgp43 is offline
tweekness
New Member
Join Date: Jul 2006
Old 07-09-2006 , 23:29   Re: cant add more heroes?
Reply With Quote #4

i have the same problem i have all heros in right folder but they all dont come up on game this is what i get in my server console
running
[ 2] Admin Commands 1.75 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.75 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.75 AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual System 1.75 AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.75 AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.75 AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.75 AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.75 AMXX Dev Team mapsmenu.amxx running
[ 10] Admin Chat 1.75 AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.75 AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.75 AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.75 AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.75 AMXX Dev Team adminvote.amxx running
[ 15] NextMap 1.75 AMXX Dev Team nextmap.amxx running
[ 16] Nextmap Chooser 1.75 AMXX Dev Team mapchooser.amxx running
[ 17] TimeLeft 1.75 AMXX Dev Team timeleft.amxx running
[ 18] Pause Plugins 1.75 AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configuration 1.75 AMXX Dev Team statscfg.amxx running
[ 20] StatsX 1.60 AMXX Dev Team statsx.amxx running
[ 21] CS Misc. Stats 1.60 AMXX Dev Team miscstats.amxx running
[ 22] CS Stats Logging 1.60 AMXX Dev Team stats_logging.a running
[ 23] SuperHero Mod 1.18e JTP10181/{HOJ}Ba superheromodvau running
[ 24] SUPERHERO Morpheus 1.3 RadidEskimo & Fr sh_morpheus.amx running
[ 25] SUPERHERO Master Chief 1.5 Spartan-117/vitt sh_masterchief. running
[ 26] unknown unknown unknown sh_legolas.amxx bad load
[ 27] unknown unknown unknown sh_pimp.amxx bad load
[ 28] SUPERHERO Amazo 1.1 Tassadarmaster sh_amazo.amxx running
[ 29] unknown unknown unknown sh_awpwhore.amx bad load
[ 30] unknown unknown unknown sh_shctrooper.a bad load
[ 31] unknown unknown unknown sh_googeta.amxx bad load
[ 32] unknown unknown unknown sh_shgoldengun. bad load
[ 33] SUPERHERO Green Beret 1.0 Tassadarmaster sh_greenberet.a running
[ 34] unknown unknown unknown sh_hercules.amx bad load
[ 35] SUPERHERO Jason 1.1 Tassadarmaster sh_jason.amxx running
[ 36] unknown unknown unknown sh_kenshin.amxx bad load
[ 37] unknown unknown unknown sh_neo.amxx bad load
[ 38] unknown unknown unknown sh_orc.amxx bad load
[ 39] unknown unknown unknown sh_pirate.amxx bad load
[ 40] SUPERHERO Red Blood 1.2 FireWalker877 sh_redblood.amx running
[ 41] SUPERHERO Spas 12 1.3 Tassadarmaster sh_spas12.amxx running
[ 42] SUPERHERO Terrorist 1.0 Tassadarmaster sh_terrorist.am running
[ 43] unknown unknown unknown sh_gordon.amxx bad load
[ 44] SUPERHERO Morpheus 1.3 RadidEskimo & Fr sh_morpheus.amx running
[ 45] unknown unknown unknown sh_arcticpredat bad load
[ 46] unknown unknown unknown sh_barcher.amxx bad load
[ 47] unknown unknown unknown sh_blueblood.am bad load
[ 48] SUPERHERO DarkPredator 1.3 kanu | DarkPreda sh_darkpredator running
[ 49] SUPERHERO Fade 1.1 Tassadarmaster sh_fade.amxx running
[ 50] Gargantua 1.1 Tassadarmaster sh_gargantua.am running
[ 51] SUPERHERO Goku 1.0 Mr Sparkle sh_goku.amxx running
[ 52] SUPERHERO GoldenAK 1.1 Tassadarmaster sh_goldenak.amx running
[ 53] unknown unknown unknown sh_leetpredarto bad load
[ 54] SUPERHERO Macdaddy 1.2 Tassadarmaster sh_macdady.amxx running
[ 55] SUPERHERO Mad Assasin 1.2 Tassadarmaster sh_madassasin.a running
[ 56] unknown unknown unknown sh_marine.amxx bad load
[ 57] SUPERHERO Scream 1.1 Tassadarmaster sh_scream.amxx running
[ 58] SUPERHERO Super Aug 1.1 Tassadarmaster sh_superaug.amx running
[ 59] unknown unknown unknown sh_ubergunner.a bad load
[ 60] unknown unknown unknown sh_ulima.amxx bad load
[ 61] unknown unknown unknown sh_zombie.amxx bad load
[ 62] SUPERHERO Agent Zero 1.0 Freecode sh_agentzero.am running
[ 63] SUPERHERO Agent 1.2 AssKicR & -|-LoA sh_agent.amxx running
[ 64] SUPERHERO Anubis 1.18 AssKicR/JTP10181 sh_anubis.amxx running
[ 65] SUPERHERO Aquaman 1.18 AssKicR/Lazy/JTP sh_aquaman.amxx running
[ 66] SUPERHERO Bass 1.3 Op sh_bass.amxx running
[ 67] SUPERHERO Batman 1.18 {HOJ} Batman/JTP sh_batman.amxx running
[ 68] SUPERHERO Batgirl 1.1 sharky/JTP10181 sh_batgirl.amxx running
[ 69] SUPERHERO Captain Amer 1.18 {HOJ} Batman/JTP sh_captaina.amx running
[ 70] SUPERHERO Casper 1.1 BLU3 V1Z10N / ma sh_casper.amxx running
[ 71] SUPERHERO Catwoman 2.6 Emp` sh_catwoman.amx running
[ 72] SUPERHERO Chucky 1.3 LiToViEtBoI / vi sh_chucky.amxx running
[ 73] SUPERHERO Cola Lover 1.2 Dr Dream sh_cola.amxx running
[ 74] SUPERHERO Cyclops 1.18 AssKicR/Batman/J sh_cyclops.amxx running
[ 75] SUPERHERO Darth Maul 1.2 Chivas2973 sh_darthmaul.am running
[ 76] SUPERHERO Domino 1.0 vittu sh_domino.amxx running
[ 77] SUPERHERO Fartman 1.4 RichoDemus / Ass sh_fartman.amxx running
[ 78] SUPERHERO Flash 1.18 {HOJ} Batman sh_flash.amxx running
[ 79] SUPERHERO frieza 1.1 Gorlag/Batman / sh_frieza.amxx running
[ 80] SUPERHERO Vash the Sta 1.4 sharky / vittu sh_vash.amxx running
[ 81] SUPERHERO Sandman 1.1 Freecode/vittu sh_sandman.amxx running
[ 82] SUPERHERO Robin 1.18 {AMR} Robin sh_robin.amxx running
[ 83] SUPERHERO Sonic 1.2 D-unit sh_sonic.amxx running
[ 84] SUPERHERO Steel 1.0 HeKTiK ChAoS sh_steel.amxx running
[ 85] SUPERHERO Supergirl 2.2 AssKicR sh_supergirl.am running
[ 86] SUPERHERO Superman 1.18 {HOJ} Batman sh_superman.amx running
[ 87] SUPERHERO The Tick 1.1 vittu sh_thetick.amxx running
[ 88] SUPERHERO Poison Ivy 1.5 AssKicR / vittu sh_poisonivy.am running
[ 89] SUPERHERO Polaris 1.11 K-OS sh_polaris.amxx running
[ 90] SUPERHERO Psylocke 1.2 StuD|MaN sh_psylocke.amx running
[ 91] SUPERHERO Dracula 1.18 {HOJ} Batman/JTP sh_dracula.amxx running
[ 92] SUPERHERO Dr. Doom 1.2 Necroscope sh_drdoom.amxx running
[ 93] SUPERHERO Dr. Strange 1.2 Mr. Sparkle sh_drstrange.am running
[ 94] SUPERHERO Bazooka 4.0 JTP10181 / AssKi sh_bazooka.amxx running
[ 95] SUPERHERO Beast 1.0 Vectren sh_beast.amxx running
[ 96] SUPERHERO Blink 2.4 scoutPractice / sh_blink.amxx running
[ 97] SUPERHERO Bomberman 1.18 AssKicR sh_bomberman.am running
[ 98] unknown unknown unknown sh_hunter.amxx bad load
[ 99] SUPERHERO Daredevil 1.18 {HOJ} Batman/JTP sh_daredevil.am running
[100] SUPERHERO Dazzler 1.18 {HOJ} Batman sh_dazzler.amxx running
[101] SUPERHERO Hawkeye 1.1 a|eX / AssKicR sh_hawkeye.amxx running
[102] SUPERHERO Hobgoblin 1.18 {HOJ} Batman/JTP sh_hobgoblin.am running
[103] SUPERHERO Hulk 1.18 {HOJ} Batman sh_hulk.amxx running
[104] SUPERHERO Human Torch 1.18 {HOJ} Batman/JTP sh_humantorch.a running
[105] SUPERHERO The Invisibl 1.1 AssKicR sh_invisman.amx running
[106] SUPERHERO Invisible Wo 1.1 Glooba sh_inviswoman.a running
[107] SUPERHERO Ironman 1.18 {HOJ} Batman/JTP sh_ironman.amxx running
[108] SUPERHERO Jubilee 1.1 SRGrty / JTP1018 sh_jubilee.amxx running
[109] SUPERHERO Kamikaze 1.18 AssKicR/JTP10181 sh_kamikaze.amx running
[110] SUPERHERO Madness 1.3 Assassin sh_madness.amxx running
[111] SUPERHERO Gambit 1.3 Vectren / vittu sh_gambit.amxx running
[112] SUPERHERO Gohan 1.2 sharky sh_gohan.amxx running
[113] SUPERHERO General 1.1 [Pentium4].killa sh_general.amxx running
[114] SUPERHERO Goku 1.0 Mr Sparkle sh_goku.amxx running
[115] SUPERHERO Goten 1.3 buttface / vittu sh_goten.amxx running
[116] SUPERHERO Mystique 1.18 {HOJ} Batman sh_mystique.amx running
[117] SUPERHERO Neo Reloaded 1.3 JTP10181/[Pentiu sh_neoreloaded. running
[118] SUPERHERO Nightcrawler 1.18 {HOJ} Batman sh_nightcrawler running
[119] SUPERHERO Penguin 1.2 Yang/vittu sh_penguin.amxx running
[120] SUPERHERO Phoenix 1.1 [FTW]-S.W.A.T / sh_phoenix.amxx running
[121] SUPERHERO Punisher 1.18 {HOJ} Batman sh_punisher.amx running
[122] SUPERHERO Raiden (MGS2 1.2 N4m3LesS`Jay sh_raiden.amxx running
[123] SUPERHERO Rambo 1.1 Glooba sh_rambo.amxx running
[124] SUPERHERO Rattler 2.1 DuPeR/Rockell sh_rattler.amxx running
[125] SUPERHERO Riddick 1.0 JTP10181 sh_riddick.amxx running
[126] SUPERHERO Scorpion 2.3 ReVeNgIsT/yang/v sh_scorpion.amx running
[127] SUPERHERO Snake 1.2 Taker sh_snake.amxx running
[128] SUPERHERO Skeletor 1.18 {HOJ} Batman sh_skeletor.amx running
[129] SUPERHERO Spider-Man 1.18 {HOJ} Batman/JTP sh_spiderman.am running
[130] SUPERHERO Thor 1.1 TreDizzle sh_thor.amxx running
[131] SUPERHERO Thief 1.2 AssKicR sh_thief.amxx running
[132] SUPERHERO Uncle Sam 1.1 AssKicR / vittu sh_unclesam.amx running
[133] SUPERHERO War Machine 1.1 Dragoon sh_warmachine.a running
[134] SUPERHERO Wind Walker 1.18 AssKicR/JTP10181 sh_windwalker.a running
[135] SUPERHERO Wolverine 1.17.5 {HOJ}Batman/JTP1 sh_wolverine.am running
[136] SUPERHERO Xavier 1.18 {HOJ} Batman sh_xavier.amxx running
[137] SUPERHERO Yoda 1.2 AssKicR / Freeco sh_yoda.amxx running
[138] SUPERHERO Zeus 1.18 {HOJ} Batman/JTP sh_zeus.amxx running
( 26) Load fails: Invalid Plugin (plugin "sh_legolas.amxx")
( 27) Load fails: Invalid Plugin (plugin "sh_pimp.amxx")
( 29) Load fails: Invalid Plugin (plugin "sh_awpwhore.amxx")
( 30) Load fails: Plugin file open error (plugin "sh_shctrooper.amxx")
( 31) Load fails: Plugin file open error (plugin "sh_googeta.amxx")
( 32) Load fails: Plugin file open error (plugin "sh_shgoldengun.amxx")
( 34) Load fails: Invalid Plugin (plugin "sh_hercules.amxx")
( 36) Load fails: Invalid Plugin (plugin "sh_kenshin.amxx")
( 37) Load fails: Plugin file open error (plugin "sh_neo.amxx")
( 3 Load fails: Plugin file open error (plugin "sh_orc.amxx")
( 39) Load fails: Invalid Plugin (plugin "sh_pirate.amxx")
( 43) Load fails: Plugin file open error (plugin "sh_gordon.amxx")
( 45) Load fails: Invalid Plugin (plugin "sh_arcticpredator.amxx")
( 46) Load fails: Plugin file open error (plugin "sh_barcher.amxx")
( 47) Load fails: Plugin file open error (plugin "sh_blueblood.amxx")
( 53) Load fails: Plugin file open error (plugin "sh_leetpredartor.amxx")
( 56) Load fails: Invalid Plugin (plugin "sh_marine.amxx")
( 59) Load fails: Invalid Plugin (plugin "sh_ubergunner.amxx")
( 60) Load fails: Plugin file open error (plugin "sh_ulima.amxx")
( 61) Load fails: Invalid Plugin (plugin "sh_zombie.amxx")
( 9 Load fails: Plugin file open error (plugin "sh_hunter.amxx")
138 plugins, 117 running
tweekness is offline
tweekness
New Member
Join Date: Jul 2006
Old 07-09-2006 , 23:31   Re: cant add more heroes?
Reply With Quote #5

dont mind the smiles when i typ e 8 ) that happens
tweekness is offline
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 01:29.


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