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

[L4D2] Spawn uncommon Infected


Post New Thread Reply   
 
Thread Tools Display Modes
Big Myke
Senior Member
Join Date: Jan 2009
Location: Grain Belt, USA
Old 12-11-2009 , 14:06   Re: [L4D2] Spawn uncommon Infected
Reply With Quote #21

You attempted to add this feature to the all4dead pluggin but it doesn't work. Can you fix this feature in the all4dead pluggin so that it works properly?
Big Myke is offline
FuzzOne
Member
Join Date: Nov 2009
Location: Brazil
Old 12-11-2009 , 21:04   Re: [L4D2] Spawn uncommon Infected
Reply With Quote #22

I saw that it just dont aways spawn ALL the uncommon infected couse of the a lot of more other zombies spawned or spawning.
I hooked it to witch_death. Works 75% maybe of time.
FuzzOne is offline
Send a message via MSN to FuzzOne
AtomicStryker
Veteran Member
Join Date: Apr 2009
Location: Teutonia!!
Old 12-12-2009 , 05:40   Re: [L4D2] Spawn uncommon Infected
Reply With Quote #23

Problem is that the L4D engine always spawns NEW zombies for mobs, removing existing ones.

If you want a smooth solution i recommend SDKHooks and OnEntityCreated ... you'd be able to transform ALL new zombies into uncommons.
AtomicStryker is offline
AtomicStryker
Veteran Member
Join Date: Apr 2009
Location: Teutonia!!
Old 12-14-2009 , 13:52   Re: [L4D2] Spawn uncommon Infected
Reply With Quote #24

Updated the Plugin to use SDKHooks. The Horde command now works as intended, its really awesome


And no, i cant add that to All4Dead2. Use the darn chatcommand xD
AtomicStryker is offline
Bongholio
Senior Member
Join Date: Sep 2009
Old 12-14-2009 , 20:19   Re: [L4D2] Spawn uncommon Infected
Reply With Quote #25

Is the
sdkhooks.inc
necessary in here (busy over in that thread I saw no install instructions there)?
\Program Files\Steam\steamapps\common\left 4 dead 2\left4dead2\addons\sourcemod\scripting\inclu de

Not sure but I get the feeling its for compiling.
I been wrong before

Last edited by Bongholio; 12-17-2009 at 00:28.
Bongholio is offline
Big Myke
Senior Member
Join Date: Jan 2009
Location: Grain Belt, USA
Old 12-14-2009 , 22:58   Re: [L4D2] Spawn uncommon Infected
Reply With Quote #26

which admin level allows admin to beable to use this feature? I wouln't want certain admins to use this pluggin. would level "z" or "d" for example enable this plugin for admins. I may have to disable this plugin if there is no limitation to the use of this plugin.

Last edited by Big Myke; 12-14-2009 at 23:08.
Big Myke is offline
AtomicStryker
Veteran Member
Join Date: Apr 2009
Location: Teutonia!!
Old 12-15-2009 , 02:39   Re: [L4D2] Spawn uncommon Infected
Reply With Quote #27

By default you require ADMFLAG_CHEATS, but you can go into the Source and change it to whatever you like
AtomicStryker is offline
Big Myke
Senior Member
Join Date: Jan 2009
Location: Grain Belt, USA
Old 12-15-2009 , 18:06   Re: [L4D2] Spawn uncommon Infected
Reply With Quote #28

Are we gonna get a menu to use this plugin?
Big Myke is offline
AtomicStryker
Veteran Member
Join Date: Apr 2009
Location: Teutonia!!
Old 12-16-2009 , 09:51   Re: [L4D2] Spawn uncommon Infected
Reply With Quote #29

Too lazy to read up on adminmenu_custom.cfg, are we? ;)

You can use this.

PHP Code:
"Commands"
{
    
"Spawn Uncommons"
    
{
        
"Spawn Uncommon Zombie"
        
{
            
"cmd"            "sm_spawnuncommon @1"
            "admin"            "sm_spawnuncommon"
            "execute"        "player"
            "1"
            
{
                
"1"            "riot"
                "1."        "Riot Cop (Parish)"
                "2"            "ceda"
                "2."        "CEDA Agent (Center)"
                "3"            "clown"
                "3."        "Clown (Carnival)"
                "4"            "mud"
                "4."        "Mudman (Swamp)"
                "5"            "roadcrew"
                "5."        "Road Worker (Rain)"
                "6"            "jimmy"
                "6."        "Jimmy Gibbs Jr. (Extra)"
                "7"            "fallen"
                "7."        "Fallen Survivor (Extra)"
                "8"            "random"
                "8."        "Randomized Type 1-5"
            
}
        }
        
"Spawn Uncommon Horde"
        
{
            
"cmd"            "sm_spawnuncommonhorde @1"
            "admin"            "sm_spawnuncommonhorde"
            "execute"        "player"
            "1"
            
{
                
"1"            "riot"
                "1."        "Riot Cop (Parish)"
                "2"            "ceda"
                "2."        "CEDA Agent (Center)"
                "3"            "clown"
                "3."        "Clown (Carnival)"
                "4"            "mud"
                "4."        "Mudman (Swamp)"
                "5"            "roadcrew"
                "5."        "Road Worker (Rain)"
                "6"            "jimmy"
                "6."        "Jimmy Gibbs Jr. (Extra)"
                "7"            "fallen"
                "7."        "Fallen Survivor (Extra)"
                "8"            "random"
                "8."        "Randomized Type 1-5"
            
}
        }
    }


Last edited by AtomicStryker; 12-16-2009 at 09:53.
AtomicStryker is offline
Big Myke
Senior Member
Join Date: Jan 2009
Location: Grain Belt, USA
Old 12-16-2009 , 12:46   Re: [L4D2] Spawn uncommon Infected
Reply With Quote #30

1. Don't call me lazy
2. Thanks for fulfilling my request as others will find this helpful and efficient.

Last edited by Big Myke; 12-16-2009 at 17:26.
Big Myke is offline
Reply


Thread Tools
Display Modes

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 06:04.


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