| // BomberMan release 3 options |
| // ./addons/eventscripts/bomberman/bomberman.cfg |
| // <!-- m --><a class="postlink" href="http://addons.eventscripts.com/addons/view/bomberman">http://addons.eventscripts.com/addons/view/bomberman</a><!-- m --> |
| |
| // Load this addon with: es_load bomberman |
| |
| // To configure language settings for BomberMan please see bomberman_languages.ini |
| |
| // Thanks to hyperheart for the idea for this addon as well as for the name! |
| |
| |
| // ***** General options ***** |
| |
| bomberman_rounds 4 |
| // Number of rounds with no kills required to become a bomber--set to 0 to remove this option [default 4] |
| |
| bomberman_deaths 4 |
| // Number of deaths with no kills required to become a bomber--set to 0 to remove this option [default 4] |
| |
| bomberman_allowbot 0 |
| // 0 = bots are not allowed to be bombers, 1 = bots are allowed to be bombers [default 0] |
| |
| |
| // ***** Bomber options ***** |
| |
| bomberman_bomber_trigger_hurt 1 |
| // 0 = no change, 1 = bomber players explode when hurt [default 1] |
| |
| bomberman_bomber_trigger_fire 1 |
| // 0 = no change, 1 = bomber players explode when firing a weapon [default 1] |
| // NOTE: This option turns on eventscripts_noisy. More information on eventscripts_noisy can be found here: |
| // <!-- m --><a class="postlink" href="http://www.eventscripts.com/pages/Eventscripts_noisy">http://www.eventscripts.com/pages/Eventscripts_noisy</a><!-- m --> |
| |
| bomberman_bomber_trigger_delay 5 |
| // Number of seconds after spawning until a bomber player can trigger a bomb with weapon fire--set to 0 for no delay [default 5] |
| |
| bomberman_bomber_speed 150 |
| // Percent of normal speed bomber players travel [default 150] |
| |
| bomberman_bomber_color 1 |
| // Color of players with bomb: 0 = no change, 1 = red, 2 = blue, 3 = green, 4 = yellow, 5 = brown, 6 = gray, 7 = black [default 1] |
| |
| bomberman_bomber_transparency 255 |
| // Transparency of bomber players from 0 (invisible) to 255 (opaque/no change) [default 255] |
| |
| bomberman_bomber_wearsoff 0 |
| // 0 = players remian a bomber until they get a kill, 1 = player will only be bomber for one round [default 0] |
| |
| bomberman_bomber_sound 50 |
| // Percent of the map that can hear when a player changes to a bomber [default 50] |
| |
| |
| // ***** Explosion options ***** |
| |
| bomberman_explosion_radius 500 |
| // Radius of bomber explosion--HE grenade is 350 [default 500] |
| |
| bomberman_explosion_magnitude 500 |
| // Magniture of bomber explosion--HE grenade is 100 [default 500] |
| |
| bomberman_explosion_sound 30 |
| // Percent of the map that can hear when a bomber explodes [default 30] |
| |
| |
| // ***** Announcement options ***** |
| |
| bomberman_announce_rounds 2 |
| // 0 = no change, 1 = players receive a console message with round count information, |
| // 2 = players receive a chat area message with round count information [default 2] |
| |
| bomberman_announce_deaths 2 |
| // 0 = no change, 1 = players receive a console message with death count information, |
| // 2 = players receive a chat area message with death count information [default 2] |
| |
| bomberman_announce_bomber_hud 1 |
| // 0 = no change, 1 = players receive a HUD message when they become a bomber [default 1] |
| |
| bomberman_announce_bomber_center 1 |
| // 0 = no change, 1 = players receive a center text message when they become a bomber [default 1] |
| |
| bomberman_announce_bomber_chat 3 |
| // 0 = no change, 1 = players receive a chat area message when they become a bomber, |
| // 2 = players on the same team as the bomber receive a chat area message when a player becomes a bomber, |
| // 3 = all players receive a chat area message when a player becomes a bomber [default 3] |
| |
| bomberman_announce_bomber_console 0 |
| // 0 = no change, 1 = players receive a console message when they become a bomber, |
| // 2 = players on the same team as the bomber receive a console message when a player becomes a bomber, |
| // 3 = all players receive a console message when a player becomes a bomber [default 3] |
| |
| bomberman_announce_bomber_trigger_chat 1 |
| // 0 = no change, 1 = players receive a chat area message when they become a bomber on how to trigger the bomb [default 1] |
| |
| bomberman_announce_bomber_trigger_console 0 |
| // 0 = no change, 1 = players receive a console message when they become a bomber on how to trigger the bomb [default 0] |
| |
| bomberman_announce_bomber_triggererror_hud 1 |
| // 0 = no change, 1 = players receive a HUD message when they try to trigger the bomb too early [default 1] |
| |
| bomberman_announce_bomber_triggererror_center 1 |
| // 0 = no change, 1 = players receive a center text message when they try to trigger the bomb too early [default 1] |
| |
| bomberman_announce_bomber_triggererror_chat 0 |
| // 0 = no change, 1 = players receive a chat area message when they try to trigger the bomb too early [default 0] |