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

Monster Mod


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
superhero
Member
Join Date: Jan 2005
Old 02-17-2005 , 02:08   Monster Mod
Reply With Quote #1

Hey, im using superhero mod with AMX 9.9 and i am trying to put Monster Mod on the server, so i can make monsters and stuff... but when i start up the server when Monster Mod is enabled in 'metamod/plugins.ini' or whatever, it says this error:
Host_Error: PF_precache_sound_I: Sound 'aslave/slv_pain2.wav' failed to precache because the item count is over the 512 limit.
Reduce the number of brush models and/or regular models in the map to correct this.

What do i do?
This is my monster_precache.cfg:
Code:
//
// MONSTERS - monsters that you always want to precache (for dynamic spawning)
//
// (just remove the comment characters at the beginning of the line for the
//  monsters that you always want to precache.)

//agrunt
//apache
barney
bigmomma
//bullsquid
//gargantua - not supported yet
//hassassin
//headcrab
//hgrunt
//houndeye
//islave
//icthyosaur - not supported yet
//leech - not supported yet
//controller
//nihilanth - not supported yet
scientist
//snark
zombie
And the monster_skill.cfg:
Code:
// MONSTERS health and damage amounts
//
// (Note: Some of these aren't currently used.  They're in here for future use.)
//
// The ones with "(name)" are monsters that can currently be spawned.
//

// Alien Grunt (agrunt)
sk_agrunt_health  90
sk_agrunt_dmg_punch  20
sk_hornet_dmg  5

// Apache (apache)
sk_apache_health  250

// Barney (barney)
sk_barney_health  35

// Big momma
sk_bigmomma_health_factor  1.5
sk_bigmomma_dmg_slash  60
sk_bigmomma_dmg_blast  120
sk_bigmomma_radius_blast  250

// Bullsquid (bullsquid)
sk_bullsquid_health  40
sk_bullsquid_dmg_bite  25
sk_bullsquid_dmg_whip  35
sk_bullsquid_dmg_spit  10

// Gargantua
sk_gargantua_health  800
sk_gargantua_dmg_slash  30
sk_gargantua_dmg_fire  5
sk_gargantua_dmg_stomp  100

// Hassassin (hassassin)
sk_hassassin_health  50

// Headcrab (headcrab)
sk_headcrab_health  10
sk_headcrab_dmg_bite  10

// Hgrunt (hgrunt)
sk_hgrunt_health  50
sk_hgrunt_kick  10
sk_hgrunt_pellets  5
sk_hgrunt_gspeed  600

// Houndeye (houndeye)
sk_houndeye_health  20
sk_houndeye_dmg_blast  15

// ISlave (islave)
sk_islave_health  30
sk_islave_dmg_claw  10
sk_islave_dmg_clawrake  25
sk_islave_dmg_zap  10

// Icthyosaur
sk_ichthyosaur_health  200
sk_ichthyosaur_shake  35

// Leech
sk_leech_health  2
sk_leech_dmg_bite  2

// Controller (controller)
sk_controller_health  60
sk_controller_dmgzap  25
sk_controller_speedball  800
sk_controller_dmgball  4

// Nihilanth
sk_nihilanth_health  800
sk_nihilanth_zap  30

// Scientist (scientist)
sk_scientist_health  20
sk_scientist_heal  25

// Snark (snark)
sk_snark_health  2
sk_snark_dmg_bite  10
sk_snark_dmg_pop  5

// Zombie (zombie)
sk_zombie_health  50
sk_zombie_dmg_one_slash  20
sk_zombie_dmg_both_slash  40


// MONSTER WEAPONS
sk_9mm_bullet  5
sk_9mmAR_bullet  4
sk_9mmAR_grenade  100
sk_12mm_bullet  10
How do i fix this?
__________________

Superhero Mod {POWER} Clan Server: 24.19.114.45:27015
superhero is offline
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 02-17-2005 , 02:13  
Reply With Quote #2

disable all thwe monsters except the snark
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
superhero
Member
Join Date: Jan 2005
Old 02-17-2005 , 02:28  
Reply With Quote #3

I did that, still says that same error.
Heres my monster_precache.cfg now:
Code:
//
// MONSTERS - monsters that you always want to precache (for dynamic spawning)
//
// (just remove the comment characters at the beginning of the line for the
//  monsters that you always want to precache.)

//agrunt
//apache
//barney
//bigmomma
//bullsquid
//gargantua - not supported yet
//hassassin
//headcrab
//hgrunt
//houndeye
//islave
//icthyosaur - not supported yet
//leech - not supported yet
//controller
//nihilanth - not supported yet
//scientist
snark
//zombie
__________________

Superhero Mod {POWER} Clan Server: 24.19.114.45:27015
superhero is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 02-17-2005 , 04:18  
Reply With Quote #4

what version of monster mod are you using? also try a different map...

basically that error means your trying to precache too much, could happen if too many plugins along with the map are trying to use too many sounds/models ect....
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
superhero
Member
Join Date: Jan 2005
Old 02-17-2005 , 04:35  
Reply With Quote #5

Wait, this isnt monster mod, but when i join my server it says
Code:
Error verifying STEAM UserID Ticket(server was
unable to contact the authentication server, 35)
But with all the other servers it does not say that.
I dont know about any1 else, if it says that to them too.. but it never did this problem before.
Code:
Dropped {POWER}SilverStone [ldr] (A) from server
Reason:  Error verifying STEAM UserID Ticket(server was
unable to contact the authentication server, 35).
__________________

Superhero Mod {POWER} Clan Server: 24.19.114.45:27015
superhero is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 02-17-2005 , 06:54  
Reply With Quote #6

I take it your server is on a home computer and not the one you are playing on? if so you need to change the port the server is on to like say 27016 because they are both trying to use the same port...
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 02-17-2005 , 08:04  
Reply With Quote #7

also you need to connect to it using the internal LAN ip, not the external IP. This is for you only, everyone else can connect using the external IP.
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
superhero
Member
Join Date: Jan 2005
Old 02-17-2005 , 11:53  
Reply With Quote #8

I leave the port number 27015 and i can still connect.

The monster mod is working great for me now... i type meta list in console and it says Monster, and it says it is working.
How do i spawn monsters?
I try typing monster in console and nothing happens. Unavailable command
__________________

Superhero Mod {POWER} Clan Server: 24.19.114.45:27015
superhero is offline
Alphabet Soup
Member
Join Date: Apr 2004
Old 02-17-2005 , 14:45  
Reply With Quote #9

I assume you didn't read the instructions in the readme.txt file that came with Monster Mod so here's the information you need from it:

Quote:
Here's some examples of using the "monster" command...

monster agrunt Player(1)
monster hassassin "The Dark Avenger"
monster snark #4

You can only spawn monsters next to players that are alive and not in
observer mode. If there is not enough room to spawn a monster next to a
player, you will see a message telling you this. Wait until the player
moves into a more open area and try spawning a monster again.
If you need more information, always refer to the instruction manual for your mod you download.
__________________
Superhero CS - 216.100.165.90:27010 (Non-Saved XP)
WarCraft CS - 216.100.165.101:27010 (Saved XP)
Alphabet Soup is offline
superhero
Member
Join Date: Jan 2005
Old 02-17-2005 , 19:46  
Reply With Quote #10

omg, i did read that.
So, i joined my own server, i typed monster snark silverstone
and it dont work
So dont tell me i didnt read it, cuz i read that part like 5 times already
__________________

Superhero Mod {POWER} Clan Server: 24.19.114.45:27015
superhero 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 15:29.


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