找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 2389|回复: 12

【已解决】 BCM模式插件

[复制链接]

该用户从未签到

发表于 2010-10-11 19:10:46 | 显示全部楼层 |阅读模式
提示: 作者被禁止或删除 内容自动屏蔽

该用户从未签到

发表于 2010-10-11 19:29:48 | 显示全部楼层
沒單機板 有插件但板子要自己弄..

该用户从未签到

发表于 2010-10-11 20:30:56 | 显示全部楼层
我都没玩过BCM 光看见服务器列表里面有
谁可以给我说说BCM怎么玩的?

该用户从未签到

发表于 2010-10-12 10:29:25 | 显示全部楼层
看到板子往上跳就可以了,

该用户从未签到

发表于 2010-10-12 17:40:44 | 显示全部楼层
  1. // 你就不能现在插件区找找?
复制代码


------------------------------
blockmaker_v4.01 by Necro
------------------------------
This plugin was inspired by FatalisDKs bunnyhop course maker (BCM).
Thanks to SpaceDude for the basics of the grab code from his JediGrab plugin.

I made this for use on hide n seek servers but of course you can use it however you please!

Thanks to 'crazyFingers Pat' and 'SloCal Jack Daniels' for help with the custom model textures.
Thanks to 'Gangien' for assistance with the small and large blocks.
Thanks to 'minimiller' for writing the installation help and FAQ documents.

Features:
- Say /bm in chat to bring up the main menu.
- Bind a key to +bmgrab to move the blocks around.
- While grabbing a block, press attack1 to copy a block, attack2 to delete, jump to move a block closer, and duck to move a block further away.
- Create a block by aiming at the floor or a wall.
- Convert block you are aiming at to the selected block type.
- Delete block you are aiming at.
- Rotate the block you are aiming at.
- Optional noclip and godmode to make creating blocks easier.
- Snapping option so when creating and moving blocks, they snap into place next to, above or below other nearby blocks.
- Snapping gap option to leave a gap between blocks when they snap together.
- Save all blocks to file using mapname, will load on map load. Save folder: \amxmodx\blockmaker\
- In game plugin help including server CVAR values.
- Look at a block to see what type of block it is.
- Server Ops can edit the 'blockmaker_models.ini' file to specify alternative block models and rendering

CVARs:
- bm_telefrags 1 (Players near teleport exit die if someone comes through)
- bm_firedamageamount 20.0 (How much the fire damage block hurts per half second)
- bm_damageamount 5.0 (How much the damage block hurts per half second)
- bm_healamount 1.0 (How much life the healer block gives per half second)
- bm_invincibletime 20.0 (How long invincibility lasts in seconds)
- bm_invinciblecooldown 60.0 (Seconds before invincibility can be used again)
- bm_stealthtime 20.0 (How long stealth lasts in seconds)
- bm_stealthcooldown 60.0 (Seconds before stealth can be used again)
- bm_camouflagetime 20.0 (How long camouflage lasts in seconds)
- bm_camouflagecooldown 60.0 (Seconds before camouflage can be used again)
- bm_nukecooldown 60.0 (Seconds before the nuke can be used again)
- bm_randomcooldown 30.0 (Seconds before the random block can be used again)
- bm_bootsofspeedtime 20.0 (How long the boots of speed last for in seconds)
- bm_bootsofspeedcooldown 60.0 (Seconds until boots can be used again)
- bm_autobhoptime 20.0 (How long the player has auto bhop)
- bm_autobhopcooldown 60.0 (Time before auto bhop can be used again)
- bm_teleportsound 1 (Teleporters make a sound when something passes through them)

Block types:
- Platform (A platform you can stand on)
- Bunnyhop (A platform that disappears for a short period of time after touching it)
- Damage (Hurts you if you stand on top of it)
- Healer (Heals you if you stand on top of it)
- No Fall Damage (You don't take any damage if you fall onto it)
- Ice (You slide around like you're on ice)
- Trampoline (Throws you up in the air)
- Speed Boost (Throws you forwards in the direction you're looking)
- Invincibility (Player becomes invincible for a set amount of time)
- Stealth (Player becomes invisible for a set amount of time)
- Death (Player dies instantly)
- Nuke (Destroys all players on the other team unless a player has invincibility)
- Camouflage (Player looks like the other team for a set amount of time)
- Low Gravity (Jumping from this block you get low gravity until you land) (Thanks C$L for idea)
- Fire (Another damage block but nicer looking) =)
- Slap (You get slapped!) (Pat made this one)
- Random (Random between Invincibility, Stealth, Camouflage, Boots Of Speed, a slap, or death!)
- Honey (Player moves slowly like they're stuck in honey) (Thanks C$L for idea)
- CT Barrier (Only Terrorists can pass through these blocks, acts as solid for Counter-Terrorists)
- T Barrier (Only Counter-Terrorists can pass through these blocks, acts as solid for Terrorists)
- Boots Of Speed (Player runs fast for a set amount of time)
- Glass (Same as platform but looks like a transparent pane of glass)
- Bunnyhop - No slow down (Same as bunnyhop block but you don't slow down after landing)
- Auto bunnyhop (Player can hold jump to auto bunnyhop for 'bm_autobhoptime' amount of time)

Changing Block Models:
- New in version 3.60 is the ability to change the block models and the rendering of the blocks without editing the code.
- To do this, edit the file called 'blockmaker_models.ini' in the '/amxmodx/configs/' folder.
- Each line in the file can have a maximum of 7 parameters separated by white space.
- The 1st is the ID of the block, 2nd is the path and filename of the model, 3rd is the rendering type, 4th, 5th, 6th & 7th are the
- red, green, blue and alpha values for various glowing styles.
- The path to the model is relative to the '/cstrike/' folder. Folders in the path can be separated with either / or \.
- If you want to use the default block model but want to change the rendering of it then use 'DEFAULT' as the path.
- If at any time no information is specified or is invalid then default values are used.
- The different rendering types are:
-
- GLOWSHELL - Solid model with a glowing shell (The invincibility block uses this with white colour values and alpha 16)
- TRANSCOLOR - Transparent model with a glowing shell (No default block uses this rendering type)
- TRANSALPHA - Transparent model (By default the glass block looks like this with an alpha of 50)
- TRANSWHITE - Bright white transparent model (By default the stealth block looks like this with an alpha of 100)
-
- The TRANSALPHA and TRANSWHITE rendering types do not make use of the red, green and blue values.
- Here is a short example of a 'blockmaker_models.ini' file:

PLATFORM models/blockmaker/myblock_platform.mdl GLOWSHELL 0 255 0 16
BHOP models/blockmaker/myblock_bhop2.mdl TRANSALPHA 255 255 255 150
DAMAGE models/steves_dmg_block.mdl
HEALER DEFAULT GLOWSHELL 0 0 255 16

- The platform block would use a different model in the '/models/blockmaker/' folder and would glow green with a magnitude of 16.
- The bhop block would use a different model in the '/models/blockmaker/' folder and would be semi-transparent with an alpha of 150.
- The damage block would use a different model in the '/models/' folder and wouldn't glow at all.
- The healer block would use the default model and would glow blue with a magnitude of 16.
- All other blocks would use their hard-coded default values.
- The speed boost, trampoline and fire blocks will always have their sprites on top.
- The only blocks with default rendering are the invincibility, stealth and glass blocks.
- The plugin will automatically look for models with filename suffixed with _large and _small for the larger and smaller blocks.

________________________________________________________________

Attached Files

blockmaker_v4.01.zip (625.8 KB, 55335 views)

该用户从未签到

发表于 2010-10-15 10:32:04 | 显示全部楼层
。。。。。 插件怎么用

该用户从未签到

发表于 2010-10-23 15:42:50 | 显示全部楼层
同6楼插件怎么用啊

该用户从未签到

发表于 2010-12-12 23:06:40 | 显示全部楼层
哇 都给出来了 还不会用。..

该用户从未签到

发表于 2011-2-6 19:35:55 | 显示全部楼层
5楼给的就不是服务器里的插件

该用户从未签到

发表于 2011-2-6 20:33:03 | 显示全部楼层
无聊死了 不会用BCM插件
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表