游戏达人
  
- 贡献度
- 57
- 金元
- 23320
- 积分
- 2580
- 精华
- 2
- 注册时间
- 2004-12-22

|
这是转自国外制作的bebop插件[em61]
可以自由添加bot和减少[em09]
也能增加多大玩家的插件[em13]
[em31] 目前功能可以兼容在l4d2上
可以使用,开图能看到人数增加。[em61]
刚上,来不及截图。[em54]
先抽空发上来,现在去测测联机如何(深夜找6人以上真难。)[em04]
下面是国外原文
DESCRIPTION
bebop auto handles the spawning and kicking of bots when a client enters or leaves the server that is needed make additional players in coop mode possible.
INFORMATION
- the plugin does only handle coop mode.
- spawns a bot when a client is entering the game
- kicks a bot when a client disconnects
- it will deactivate it's functions when the gamemode is changed to non coop.
- it will activate when it got changed back to coop again.
there is only 1 cvar, bebop_version, which tells the current version.
you need another mod that allows to set the playerlimit on a server and removes the human survivor limit.
if you want to use connecting though lobby and connecting through the +connect command you need another mod that removes the lobby reservation.
if you're server is runnin on windows i'd suggest to use L4DToolz.
its available for l4d1 and l4d2.
grab it here:
when using l4dtoolz you only need to add the following stuff to your server.cfg
Code:
sv_maxplayers "whateveryouwant"
sv_visiblemaxplayers "-1"
sv_removehumanlimit "1"
sv_force_unreserved "1"note that sv_maxplayers is also the limit for human survivor players in your game!
for example: if you want bebop to manage 8 human survivor players you have to set sv_maxplayers "8"
INSTALLATION
- download l4dtoolz (or any other plugin that does the stuff i described further)
- set l4dtools cvars in your server.cfg (see INFORMATION)
- download bebop and compile
- put it to the sourcemod plugin dir
- restart server or change map ("sm plugins refresh / load" wont work when there is any human player connected to the server)
- youre done
KNOWN BUGS
- when one of the first 4 survivors that entered the game disconnects andt he number of active players is above 5 (sometimes) only 3 players appear when you press tab
- when one of the first 4 survivors that entered the game presses the "take a break" button or gehts afk the l4d jointeam panel is shown
ADDITIONAL INFO
i'd suggest you to enhance the difficulty in your server.cfg
have a look at the following cvars if you want to:
Code:
z_mob_population_density
z_mob_min_notify_count"
z_common_limit
z_zombie_lunge_push
z_mob_spawn_min_size
z_mob_spawn_max_size
z_mob_spawn_finale_size
z_mega_mob_size
z_mega_mob_spawn_min_interval
z_mega_mob_spawn_max_interval
z_mob_spawn_min_interval_normal
z_mob_spawn_max_interval_normal
z_mob_spawn_min_interval_hard
z_mob_spawn_max_interval_hard
z_mob_spawn_min_interval_expert
z_mob_spawn_max_interval_expert
director_tank_min_interval
director_tank_max_interval
z_special_spawn_interval
z_hunter_limit
z_charger_limit
z_jockey_limit
z_boomer_limit"
z_smoker_limit
z_spitter_limit
z_tank_rock_radius
z_tank_speed
z_speed
z_hunter_speed
z_jockey_speed
z_charger_health
z_hunter_health
z_jockey_health
z_witch_health
z_tank_health
sm_cvar z_healthi've used sourcemod-1.3.0-hg2865.zip snapshot to compile the plugin.
i've also only tested this for l4d2. would be nice to hear if its working for l4d1..
when you want to compile yourself theres a #define that is called LOG_ENABLE. set it to false and recompile if you want no logging. the plugin is still beta status thats why i recommend you to activate the logging for a better bug report when weird shit happens.
the log is stored in addonssourcemodlogs
THANKS:
- to Kaiser who helped me testing alot :-)
- thx to all other coders of plugins especially Jerrith and Whosat,
their neat sources really got me into sourcemod
would be nice to have some feedback
best regards
~frool
CHANGELOG
********************************************* ***********/
* -> 0.1 beta
* -----------
* - initial release
*
* -> 0.2 beta
* -----------
* - FIXED BUG: where bebop unnhooks events twice when changing from non coop gamemode to another non coop gamemode
*
* - FIXED BUG: in l4d1 mp_gamemode cvar flag got set to protected because it is not protected by default like in l4d1
*
********************************************* ***********/ |
|