AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D] Director Controller (All4Dead) (https://forums.alliedmods.net/showthread.php?t=84609)

grandwazir 01-28-2009 21:03

[L4D] Director Controller (All4Dead)
 
4 Attachment(s)
What does it do?

Ever thought that the other team were just that little bit too good? Want to experience what a real panic event feels like? Want a return to the old boss logic but want to make sure it spawns the same bosses for each team? Or are there just not enough zombies in your life?


This plugin has the answer. All4Dead allows admins (who are permitted to use cheats) to control the director without actually having to turn sv_cheats on. It enables the following commands in game:
  • Force the director to spawn a tank
  • Force the director to spawn a witch
  • Force the director to trigger a panic event
  • Force the director to keep triggering panic events until you tell it to stop
  • Delay the rescue vehicle indefinitely
  • Add more zombies to the horde
  • Spawn any infected you like
  • Spawn any weapon you like
  • Spawn any item you like
  • Enable all bot teams
  • Use the old versus boss spawning logic (and ensure consistency of boss spawns between teams)
How do I use it?

The plugin has now been seperated into two different versions for each version of Left4dead, All4Dead and All4Dead2. All4dead will work with both games while All4Dead2 will only work properly with Left4Dead2.

The plugin is controlled either from the console by calling the various commands or by using the menu system which is attached to the sm_admin menu. For completeness the list of available commands are:
  • a4d_add_zombies
  • a4d_continuous_bosses
  • a4d_delay_rescue
  • a4d_enable_all_bot_teams
  • a4d_enable_auto_placement
  • a4d_enable_notifications
  • a4d_disable_new_versus_logic
  • a4d_force_panic
  • a4d_force_tank
  • a4d_force_witch
  • a4d_panic_forever
  • a4d_reset_to_defaults
  • a4d_spawn_infected
  • a4d_spawn_uinfected
  • a4d_spawn_weapon
  • a4d_spawn_item
You can only use the various commands if you are in an admin group that permits you to use cheats on that server. If you are familiar with the existing director commands these are intended to be very similar to make them easier to remember. Some commands are only available in all4dead and not in all4dead2 and visa versa.

Important note for people downloading All4Dead2

You need to download the extension SDKHooks for this mod to work properly. You do not need this extension for All4Dead.

This is now required to spawn uncommon infected. Interesting things will no doubt happen if you try to run the plugin without it.

How do I configure this beast?

It does come with some ConVars as well for your configuration pleasure:
  • a4d_automatic_placement: Whether or not we ask the director to place things we spawn.
  • a4d_notify_players: Whether or not we announce changes in game.
  • a4d_zombies_to_add: The amount of zombies to add when an admin requests more zombies.
  • a4d_always_force_bosses: When this is on a4d will not automatically toggle off force_tank/witch when one of them spawns. You want this off if you are using force_tank to ensure that at least one tank spawns each round. When it is on you may end up with multiple tanks in one round if used in conjunction with force_tank.
  • a4d_refresh_zombie_location: The amount of time in seconds between spawn location refreshes. Used only for placing uncommon infected automatically in a z_spawn auto type fashion. Any changes currently require a map restart to take affect.
All the All4Dead plugins have been seperated out into a seperate configuration file which you can find in l4d/left4dead/cfg/sourcemod/plugin.all4dead.cfg. You should configure it here not in server.cfg as plugin.all4dead.cfg is loaded after the server starts.

Please make sure to delete your plugin.all4dead.cfg when you upgrade otherwise a4d_version will give you misleading information.

How does this plugin announce it's dirty deeds?
The way it provides feedback is based on the sm_show_activity cvar and will honour whatever that commands. If you want to turn off notifications completely either:
  • set a4d_notify_players to 0
  • type "a4d_enable_notifications 0"
It also logs on the server the name of the admin and the action used. This logging can not be turned off.

You can turn notifications off permanently by going to "plugin.all4dead.cfg" and making sure "a4d_enable_notifications" is set to 0.

Sounds great! But is there anything wrong with it?

These are the known issues so far.
  1. Delaying the rescue vehicle and not turning it back on before the final wave of the finale, means that it never turns up at all.
  2. Spawning tanks in various finales in Left4Dead2 can cause interesting problems such as the finale ending prementually.
  3. Choosing an item from the end of a menu, redraws the menu back at the start again. This seems to be the default behaviour for menus in Sourcemod and I am not entirely sure how to change it. Answers on a postcard please.
  4. Attemping to spawn some melee weapons on some maps will fail unless they are normally available on that map.
  5. The webcompilor will fail to compile All4Dead2 as it requires an extension. Instead you can use the attached all4dead2.smx or compile it yourself.
  6. Spawning a witch on C6_m1 (first map of the passing) will not work. You can work around this for the time being by precaching the normal witch model.
Oooooh! What's the extras?

Thanks to
Celanor and Jay Dogg I have put together three radial menus to add shortcuts to various commands. Currently they only work when you are a survivor. There seems to be a Left 4 Dead issue that infected can not have radial menus. Follow the install instructions in the zip file - it is that easy!

I have also added three key bindings to the most commonly used commands which can be used when you are either side. You can find all this in the keyboard settings screen in Left 4 Dead (just scroll down to the bottom).

The extras currently have not been updated for Left4Dead2 as Valve has changed the way radial menus now work. There is a guide on how to do it and a program to create the menus if people want to do it themselves. Distributing the changes here though would no doubt be illegal as it would involve uploading whole resource files from Left4Dead2.

Thank you and...

Please be kind reviewing my mod as it is the first I've written. Heavy credit goes to Fexii for his Infected Spawning mod for his code showing me how to strip cheat flags and the people who wrote the excellent tutorials on the wiki. Credit also goes to liam12360 for doing me a cool image.
Thanks also to DJ Tsunami for doing such an excellent extension. I would also like to express my gratitude to raoulduke and AtomicStryker for releasing a fix in my absence.

If you would like me to add additional features please either request them in this thread or post a patch and I will credit you accordingly.


The all knowing all powerful change log

Code:

* Version 1.0
*            - Initial release.
* Version 1.1
*            - Added support for console and chat commands instead of using the menu
* Version 1.2
*            - Changed name from "Overseer" to "All4Dead"
*            - Added "a4d_spawn" to spawn infected without sv_cheats 1.
*            - Added support for automatically resetting relevant game ConVars to defaults on a map change.
*            - Added "FCVAR_CHEAT" to all the CVARs.
* Version 1.2.1
*            - Fixed a bug where manually spawned infected would spawn with little or no health.
* Version 1.3
*            - Changed "a4d_spawn" to "a4d_spawn_infected"
*            - Added "a4d_spawn_weapon"
*            - Added "a4d_spawn_item"
*            - Added commands to toggle all bot survivor teams.
*            - Added support for randomising boss locations in versus.
*            - Added support to ensure consistency of boss spawns between teams.
*            - Moved the automatic reset function to OnMapEnd instead of OnMapStart. Should resolve double tank bug.
* Version 1.3.1
*            - Fixed bug with the arg string array being slightly too small for "a4d_spawn_item" and "a4d_spawn_weapon".
* Version 1.4.0
*            - Added feature which enforces versus mode across a series maps until the server hibernates.
*            - Changed "toggle" commands to "enable" commands. More descriptive of what they actually do.
*            - Cleaned up menus so they are easier to understand.
*            - Fixed bug where we were not enforcing consistent boss types if the old versus logic was not enabled.
*            - General code clean up.
*            - Replaced "a4d_director_is_enabled" ConVar with an internal variable.
*            - Replaced "a4d_vs_force_versus_mode" ConVar with an internal variable.
*            - Removed "a4d_force_old_versus_logic" ConVar.
*            - Removed feature for automatic reset of game settings. Instead settings are reverted when the server hibernates.
*            - Seperated All4Dead configuation into cfg/sourcemod/plugin.all4dead
* Version 1.4.1
*            - Fixed issue where players would get stuck in limbo if you disable versus mode.   
* Version 1.4.2
*            - Changed PlayerSpawn to give health to all infected players when spawned. This should fix a rare bug.
* Version 1.4.3
*            - All4Dead will now actually take notice of what you put in plugin.all4dead.cfg.
*            - Added "a4d_vs_randomise_boss_locations" ConVar.
*            - Added warning if plugin.all4dead.cfg version does not match plugin version.
*            - Fixed bug where ResetToDefaults would force coop mode on versus maps.
*            - Removed hibernation timer. It was causing errors and was unnecessary after all.
*            - Reverted change to PlayerSpawn made in 1.4.2. The old behaviour was correct.
* Version 1.4.4
*            - Automatically change "z_spawn_safety_range" to match the game mode in play.
*            - Changed behaviour so versus mode is now continuously forced and safe from tampering.
*            - Fixed a bug where Event_BossSpawnsSet would not reset its own changes to ForceTank and ForceWitch on map changes.
*            - Fixed a bug with EnableOldVersusLogic reporting incorrect state changes.
*            - Fixed a bug where boss spawn tracking was sometimes not being reset correctly between maps.
*            - Fixed a bug where EnableOldVersusLogic would display a misleading notification.       
*            - Worked around RoundEnd being called twice! (once at the end of a round and again just before a new round starts)
* Version 1.4.5
*            - Removed force versus feature (it was an ugly hack and is no longer necessary now all maps are playable on versus)
* Version 1.5.0
*            - Code refactoring and rewrite to make it easier to add new features.
*            - Removed all the old code related to the force versus feature.
*            - Added back buttons to menus, thanks to extrospect for the code.
*            - Added new cvar "always_force_bosses" which if set to 0 will reset director_force_tank/witch when a boss has spawned.
*              This should resolve the problem with multiple tanks and witches appearing in one round when the admin intended to ensure only one appears.
*            - Removed ensure consistency feature as it wasn't working correctly. Maybe an idea for a seperate mod.
*            - It is now possible to spawn infected, items and weapons from the rcon.
*            - Changed the name of the rifle to assault rifle as per public opinion
* Version 1.5.1
*            - Added Oxygen tank.
*            - Changed the way we find a fake client to execute console commands. New method is more elegant.
* Version 1.6.0 (All4Dead)
*            - Added spawning ammo piles.
* Version 2.0.0 (All4Dead2)
*            - Added spawning of all uncommon infected
*            - Added spawning of all the new weapons
*            - Added spawning of all the new items and weapon upgrades
*            - Added feature allowing automatic placement of uncommon infected z_spawn style.
*            - Removed Left4Dead specific features that no longer work. (delay_rescue and the versus settings.)


Number Six 01-28-2009 21:10

Re: [L4D] Director Controller (Overseer)
 
Impressive :o
Test now ... :mrgreen:
Thx

wgooch 01-28-2009 21:12

Re: [L4D] Director Controller (Overseer)
 
To override the max witches or tanks per round, run the command "z_spawn tank auto" or "z_spawn witch auto" this spawns the ai out of sight of any of the players, it can be done the same way with other ai such as boomers or smokers, common infected don't thought, I hope this helps in some way. Great plugin!

grandwazir 01-28-2009 21:17

Re: [L4D] Director Controller (Overseer)
 
Quote:

To override the max witches or tanks per round, run the command "z_spawn tank auto" or "z_spawn witch auto" this spawns the ai out of sight of any of the players, it can be done the same way with other ai such as boomers or smokers, common infected don't thought, I hope this helps in some way.
I am thinking of adding a way to spawn specific infected although I am reluctant to do so since one already exists. If people really want it I shall add it in the next version.

wgooch 01-28-2009 21:21

Re: [L4D] Director Controller (Overseer)
 
Quote:

Originally Posted by grandwazir (Post 751957)
I am thinking of adding a way to spawn specific infected although I am reluctant to do so since one already exists. If people really want it I shall add it in the next version.

I don't understand what you are trying to say by "adding a way to spawn a specific infected" because the command will spawn the specified infected, it just wont spawn under the cross air, instead it spawns it in a fair director decided place, such as "z_spawn hunter auto" this spawns a hunter close to the survivors, but in the spawn range, it will also not spawn the infected if it finds that there is no fair place to spawn it.

grandwazir 01-28-2009 21:33

Re: [L4D] Director Controller (Overseer)
 
I'll look into doing it once I've finished this versus.

Number Six 01-28-2009 22:25

Re: [L4D] Director Controller (Overseer)
 
Report :)
overseer_director_toggle , bloked on disabled in the menu if choose disable (but apparently AI work if map change just)
Need a option for reset all setup by default .
Others work for me :mrgreen:

Ps : panic forever terrifying players on a versus advanced :avast:

grandwazir 01-28-2009 22:42

Re: [L4D] Director Controller (Overseer)
 
Quote:

overseer_director_toggle , blocked on disabled in the menu if choose disable (but apparently AI work if map change just
Yup I forgot to set "overseer_director_enabled" back to true. Should fix the menu problem although the director is actually re-enabled.

Quote:

Need a option for reset all setup by default
Not sure if I will add this. Most of the options that you would want to change back are toggles, the only big thing not reversible is the mob increases. All the changes will be reset upon the map being changed anyway.

Number Six 01-28-2009 23:59

Re: [L4D] Director Controller (Overseer)
 
Quote:

Originally Posted by grandwazir (Post 751984)
Not sure if I will add this. Most of the options that you would want to change back are toggles, the only big thing not reversible is the mob increases. All the changes will be reset upon the map being changed anyway.

Ok.... Thx for answers

grandwazir 01-29-2009 01:01

Re: [L4D] Director Controller (Overseer)
 
I've almost finished adding the spawning stuff just a couple of bugs. Thanks for the feedback six :)

tfphoenix 01-29-2009 11:54

Re: [L4D] Director Controller (Overseer)
 
Quote:

Originally Posted by grandwazir (Post 751952)

The way it provides feedback is based entirly on the sm_show_activity cvar and will honour whatever that commands. It also logs serverside the name of the admin and the action used.


I set the show activity cvar to 0 and they still show up...

grandwazir 01-29-2009 13:10

Re: [L4D] Director Controller (Overseer)
 
Quote:

I set the show activity cvar to 0 and they still show up...
Are you sure it isn't just giving you feedback and that the other players can't see it? It uses this function to handle the feedback and if you set it to 0 it shouldn't happen. If it is the case that it still does it I'll allow people to disable the notifications using a CVAR for the mod.

tfphoenix 01-29-2009 14:22

Re: [L4D] Director Controller (Overseer)
 
I am sure, I tested with some friends.

mukla67 01-29-2009 15:18

Re: [L4D] Director Controller (Overseer)
 
im a bit confused so if i set the activity cvar to 0 ppl wont see if sm admin has enabled somethin in the chat box as i wanna b able to do this to make the game harder n fairer without the msg popping up tht i done so and people moaning about using admin

grandwazir 01-29-2009 17:26

Re: [L4D] Director Controller (Overseer)
 
Quote:

I am sure, I tested with some friends.
Alright. I'll add a CVAR in the next version to disable notifications entirely.

Quote:

im a bit confused so if i set the activity cvar to 0 ppl wont see if sm admin has enabled somethin in the chat box as i wanna b able to do this to make the game harder n fairer without the msg popping up tht i done so and people moaning about using admin
That was my understanding but i was wrong. I'm hoping to get a new version out by the end of tommorow.

If anyone else has found any more bugs please tell me so I can fix them before I release the new version.

liam12360 01-29-2009 18:15

Re: [L4D] Director Controller (Overseer)
 
[Offtopic]
Sick plugin, I whipped you up a logo thing for your plugin.. Enjoy! Feel free to use how you like.

[IMG]http://img90.**************/img90/2631/overseernt4.th.jpg[/IMG]
clik with mor haste

I must give credit to extremegroup.com as I stole that sweet sketch from them.

grandwazir 01-29-2009 18:57

Re: [L4D] Director Controller (Overseer)
 
Wow! I really like that! I'm thinking of changing the name to All4Dead though, it is more descriptive of what it does.

Jay Dogg 01-30-2009 03:39

Re: [L4D] Director Controller (Overseer)
 
I love the plug but keep having the same problem if I Force the director to spawn a tank, it keeps spawning tanks for the rest of the game like 4 a map on vs maps. Any one else having this problem?

mukla67 01-30-2009 05:28

Re: [L4D] Director Controller (Overseer)
 
Quote:

Originally Posted by grandwazir (Post 752416)
That was my understanding but i was wrong. I'm hoping to get a new version out by the end of tommorow.

If anyone else has found any more bugs please tell me so I can fix them before I release the new version.

Okie dokie mate i wont download it till you've got the message not appearin in the chat box to work so when it does this is 100% goin on my server as it can make the game so much more fun especially if people think its the game n not an admin :D lol

Number Six 01-30-2009 13:45

Re: [L4D] Director Controller (Overseer)
 
Update today ? :mrgreen:

tfphoenix 01-30-2009 17:46

Re: [L4D] Director Controller (Overseer)
 
Suggestion: Allow "z_spawn mob" without sv_cheats on because it spawns a hoard but doesn't make them howl (howling at random times will be a giveaway)

wgooch 01-30-2009 17:48

Re: [L4D] Director Controller (Overseer)
 
Quote:

Originally Posted by tfphoenix (Post 752895)
Suggestion: Allow "z_spawn mob" without sv_cheats on because it spawns a hoard but doesn't make them howl (howling at random times will be a giveaway)

True, but there's also a sound that tells you about the mob, intact it even tells you the size of the mob, lower pitched sounds means larger mobs.

tfphoenix 01-30-2009 21:48

Re: [L4D] Director Controller (Overseer)
 
Mobs of all sizes actually happen at random intervals. A panic never just happens, you have to set off an alarm, activate a lift etc. A mob would raise 0 suspision.

grandwazir 01-30-2009 23:14

Re: [L4D] Director Controller (Overseer)
 
Hello everyone, I've finished completing version two and I will release it once I've finished testing it.

Quote:

Mobs of all sizes actually happen at random intervals. A panic never just happens, you have to set off an alarm, activate a lift etc. A mob would raise 0 suspision.
Yeah, this is possible in the next version, just choose to spawn a mob instead of triggering a panic event.

Quote:

Okie dokie mate i wont download it till you've got the message not appearin in the chat box to work so when it does this is 100% goin on my server as it can make the game so much more fun especially if people think its the game n not an admin :D lol
Notifications can be disabled in the new version by setting a4d_notify_players to false.

Quote:

I love the plug but keep having the same problem if I Force the director to spawn a tank, it keeps spawning tanks for the rest of the game like 4 a map on vs maps. Any one else having this problem?
This is an error on my part as I thought CVARS were reset back to their defaults on a map change. The new version resets settings to defaults automatically on each map start. You can also do it yourself by typing a4d_reset_to_defaults.

OnceI've documented and tested the last remaining features I'll release it. Should be done about lunch time (GMT). Thanks for all the feedback!

grandwazir 01-31-2009 04:06

Re: [L4D] Director Controller (All4Dead)
 
Version 1.2 is ready! I've tested it as much as I can on my own. If you find any bugs do please tell me.

Inker 01-31-2009 12:04

Re: [L4D] Director Controller (All4Dead)
 
Whenever I use it to spawn a tank, it has 0 health. Whats the reason for this?

grandwazir 01-31-2009 12:38

Re: [L4D] Director Controller (All4Dead)
 
Quote:

Whenever I use it to spawn a tank, it has 0 health. What's the reason for this?
Don't know. I think the director is somehow responsible but I'm not sure. It will spawn with some health just not a lot. If anyone can tell me why this happens it will be helpful.

wgooch 01-31-2009 13:19

Re: [L4D] Director Controller (All4Dead)
 
Quote:

Originally Posted by Inker (Post 753245)
Whenever I use it to spawn a tank, it has 0 health. Whats the reason for this?

Player's that are z_spawned since the last update, will have no health keyvalue, give health or sethealth solves this issue.

grandwazir 01-31-2009 14:02

Re: [L4D] Director Controller (All4Dead)
 
Ah right. Seems easy enough. I'll look into fixing it in the next few days.

tfphoenix 01-31-2009 19:42

Re: [L4D] Director Controller (All4Dead)
 
This works like a freakin dream dood. Thanks for updating it!

grandwazir 02-02-2009 15:19

Re: [L4D] Director Controller (All4Dead)
 
I've just updated the mod with the bug fix so tanks spawn with health. Many thanks wgooch for explaining why it wasn't working. I've got some ideas already for the next release but if anyone wants to throw anything in, submit your ideas to the thread :)

tfphoenix 02-06-2009 11:30

Re: [L4D] Director Controller (All4Dead)
 
I was thinking on next release adding an option to increase z_health from 50 (default) to 100 or so to make them harder to kill :)

Any chance of on A4A plugin next? lol

grandwazir 02-06-2009 11:49

Re: [L4D] Director Controller (All4Dead)
 
Quote:

Originally Posted by tfphoenix (Post 756864)
I was thinking on next release adding an option to increase z_health from 50 (default) to 100 or so to make them harder to kill :)

Good idea! I was thinking of making a gameplay section of commands including things like that. Disabling special zombies, increasing health, only head shots kill etc. I was also thinking about tinkering with the versus CVARs to see if I could randomise tanks slightly more.

I've got some time on my hands this weekend and I'll see about doing an update just need some ideas.

Jay Dogg 02-06-2009 17:46

Re: [L4D] Director Controller (All4Dead)
 
Man this is a great update =) I would love it if you made it so you could spawn anything from guns to health pack and pills, pipe bombs and so on. Cause Im using infectedspawnguns.smx and infectedspawngunshealth.smx from the Infected Spawner plugin page + the infectedspawner.smx, I dont really need the infectedspawner.smx now that you have maked your update cause your does it all plus more :wink:... and works hahaha. Very thanks for all the hard work

Jay Dogg

ps I also love that you add commands to run from the console

Number Six 02-07-2009 01:27

Re: [L4D] Director Controller (All4Dead)
 
Rare bug , but real , tank spawned 2-3 times on a map versus ...
I look the log file but not error on ... No idea reason....

MAJ : I think look the problem ! ^^
With defaults setup enabled in the pluggin , map on map , if he is active , possibly tank spawned 2-3 times on a map versus (bug) , but if he is OFF (keep setup custom) , apparently bug not appear (?).

grandwazir 02-07-2009 03:53

Re: [L4D] Director Controller (All4Dead)
 
Quote:

Originally Posted by Jay Dogg (Post 757045)
Man this is a great update =) I would love it if you made it so you could spawn anything from guns to health pack and pills, pipe bombs and so on.

I'll see how hard it is to do but I am not sure considering there is a mod already doing those things and I don't really want to duplicate effort. I might add options to tweak how the director places health and guns for example would that do?

grandwazir 02-07-2009 03:54

Re: [L4D] Director Controller (All4Dead)
 
Quote:

Originally Posted by Number Six (Post 757183)
Rare bug , but real , tank spawned 2-3 times on a map versus ...
I look the log file but not error on ... No idea reason....

MAJ : I think look the problem ! ^^
With defaults setup enabled in the pluggin , map on map , if he is active , possibly tank spawned 2-3 times on a map versus (bug) , but if he is OFF (keep setup custom) , apparently bug not appear (?).

Two people have reported this bug and I have been unable to reproduce it. I think I'll move the automatic reset to OnMapEnd instead of OnMapStart that might help.

grandwazir 02-07-2009 11:17

Re: [L4D] Director Controller (All4Dead)
 
Quote:

Man this is a great update =) I would love it if you made it so you could spawn anything from guns to health pack and pills, pipe bombs and so on.
I've just implemented this for you in the last update. I've also added an option for force left4dead to use the old boss logic in versus. Tell me what you think!

Jay Dogg 02-07-2009 15:06

Re: [L4D] Director Controller (All4Dead)
 
3 Attachment(s)
Ok I have made cool radialmenu's for this plugin. Just save the RadialMenu.txt to your pc and copy and paste it over the one in your
C:\Program Files\Steam\steamapps\common\left 4 dead\left4dead\scripts
here is the code in side the text file
Code:

//-----------Made by DvS Radar_[LYRS] for grandwazir's All4Dead plugin-------------
        "a4d_zombie_spawner,Survivor,Alive"
        {
                "Center"
                {
                        "command"        "a4d_spawn_infected tank"
                        "text"                "Tank"
                }
                "North"
                {
                        "command"        "a4d_spawn_infected mob"
                        "text"            "Mob"
                }
                "NorthEast"
                {
                        "command"        "a4d_toggle_auto_placement 0"
                        "text"            "Spawn at CrossHair"
                }
                "East"
                {
                        "command"        "a4d_toggle_auto_placement 1"
                        "text"            "Spawn Out of Sight"
                }
                "SouthEast"
                {
                        "command"        "a4d_force_tank 1"
                        "text"            "Tank this Round"
                }
                "South"
                {
                        "command"        "a4d_spawn_infected witch"
                        "text"            "Witch "
                }
                "SouthWest"
                {
                        "command"        "a4d_spawn_infected smoker|"
                        "text"            "Smoker "
                }
                "West"
                {
                        "command"        "a4d_spawn_infected boomer"
                        "text"            "Boomer"
                }
                "NorthWest"
                {
                        "command"        "a4d_spawn_infected hunter"
                        "text"            "Hunter"
                }
        }
//-----------Made by DvS Radar_[LYRS] for grandwazir's All4Dead plugin-------------
        "a4d_item_spawner,Survivor,Alive"
        {
                "Center"
                {
                        "command"        "a4d_spawn_item pain_pills"
                        "text"                "Pain Pills"
                }
                "North"
                {
                        "command"        "a4d_spawn_item first_aid_kit"
                        "text"            "Medkit"
                }
                "NorthEast"
                {
                        "command"        "a4d_spawn_item pipe_bomb"
                        "text"            "Pipe Bomb"
                }
                "East"
                {
                        "command"        "a4d_spawn_item molotov"
                        "text"            "Molotov"
                }
                "SouthEast"
                {
                        "command"        "a4d_spawn_item gascan"
                        "text"            "Gascan"
                }
                "South"
                {
                        "command"        "a4d_spawn_item pistol"
                        "text"            "Pistols"
                }
                "SouthWest"
                {
                        "command"        "a4d_spawn_weapon rifle"
                        "text"            "M-16"
                }
                "West"
                {
                        "command"        "a4d_spawn_weapon hunting_rifle"
                        "text"            "Hunting Rifle"
                }
                "NorthWest"
                {
                        "command"        "a4d_spawn_weapon autoshotgun"
                        "text"            "Auto Shotgun"
                }
        }

ATTENTION!!! FOR THIS TO WORK YOU NEED TO
In Console type
bind "KEY_HERE" "+mouse_menu a4d_zombie_spawner"
I used z so I in console I typed bind z "+mouse_menu a4d_zombie_spawner"
bind "KEY_HERE" "+mouse_menu a4d_item_spawner"
I used x so I in console I typed bind x "+mouse_menu a4d_item_spawner"


Hey grandwazir 2 little bugs I found in your plugin are
a4d_spawn_item first_aid_kit and a4d_spawn_weapon hunting_rifle are not working and Its just a type o I think cause the a4d tells you that you have spawned a first_aid_ki no t on the end and you have spawned a hunting_rifl no e on the end

Thanks for every Jay

Jay Dogg 02-07-2009 16:42

Re: [L4D] Director Controller (All4Dead)
 
Something else you may want to look in to. The force VS mode is very cool, I used to use L4D Director Enforcer to force VS mode on dead air and death toll but the problem with L4D Director Enforcer is that its on or its off and to turn it on (server is always on VS) or off (server is always on CO-OP) you have to change a config file and restart the server. And with my clan playing on the server it just didnt work out so I took it off, to hard for everyone to figure out. So your force vs mode I think needs to be tweak or you need to add some thing for this reason. After each map ends the setting go back to what they were meaning I started a VS lobby on Mercy then started up the game. Next I changed the map to the first dead air map. So at this point I got 4 human players on the human side and 4 people in spec mode. Then I turned on your force VS mode and the people in Spec can join the zombie team but after the first map ends and it start the second dead air map its back in co-op mode with 4 humans on the human side and 4 people in spec and I need to turn on your Force VS again and let the 4 people in spec mode join the zombie team. Now what I think should be add is a option to Full turn it on or off meaning off being the defualt for the map and on being always on (force VS). This would be good for a few reason's one being you could start a vs game on a normal vs map start your force VS and then change maps to a not vs map and have it be VS and already to go as soon as the server starts the new map. Second would be if someone (admin) leaves Force VS on and leaves the server and later so one else join the server and wants to play a co-op game they could just use your easy menu to change it back to co-op with out restarting the server or messing with config files.

P.S.
Thanks you so so much and I think you have way over done yourself with this amazing plugin


All times are GMT -4. The time now is 17:18.

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