AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Building Blocks (Updated 11-24-07) (https://forums.alliedmods.net/showthread.php?t=58049)

Emp` 07-17-2007 20:46

Building Blocks (Updated 11-24-07)
 
9 Attachment(s)
Blah blah.. everyone knows Fatalis' private BCM.

This takes Fatalis' BCM, revamps it and makes it quite efficient.

Sure there is this, but this has a much broader range of "cool" blocks.

List of Types:
  • "Block", - Wide sized block
  • "Cube", - Small sized cube
  • "Chicken", - Small sized chicken that jumps up and down
  • "Wall" - Wide and tall wall

List of Classes:
  • "B-Hop", - Disappears after you touch it
  • "Solid", - Allows you to stand on for as long as you want
  • "Heal", - Solid that heals you (cvar: bb_heal) hp every second
  • "Hurt", - Solid that hurts you (cvar: bb_hurt) hp every second
  • "Boost", - Accelerates your X and Y velocity.
  • "Jump", - Throws you into the air (doesn't affect X and Y velocity)
  • "T-Blocker", - Acts as a Solid for T's and a B-Hop for CT's
  • "CT-Blocker", - Acts as a Solid for CT's and a B-Hop for T's
  • "Delayed", - Disappears 1 second after you touch it
  • "Invisible", - Like a solid, but it looks invisible
  • "Throw", - Throws you in the direction you are aiming
  • "Water", - No fall damage
  • "Ice", - Players can't change direction and slide
  • "Sticky", - Players are slowed dramatically
  • "Kill", - Players are killed (Changes with cvar: bb_kill)
  • "Anti-Throw", - Throws in opposite way you are aiming
  • "Normal", - Solid block, without any glow
  • "Reflect", - Reflects your velocity (not 100% working)
  • "Ghost" - Invisible Bhop Block
Commands:
say /blocks
amx_blocks
+grab_block

Cvars:
  • bb_noslowdown (0|1) - Stop slowdown once you touch a bhop box? (For people new to bhopping)
  • bb_heal # - How much HP do heal blocks heal?
  • bb_hurt # - How much damage do hurt blocks do?
  • bb_kill (0|1) - Should hurt and kill blocks kill players or set their hp to 1? (1==kill)

Version 1.4:
-Added Block Class Anti-Throw - Throws in opposite way you are looking
-Added Block Class Normal - Solid block, without glow
-Added Block Class Reflect - Reflects your velocity (not 100% working)
-Added Block Class Ghost - Invisible Bhop Block
-Added Ability to Rotate Blocks
-Removed one of the walls (you can just rotate a wall)
-Added Teleports

Version 1.31:
-Fixed "Move Forward" not working.

Version 1.3:
-Added +grab_block command - Grabs a block without having to go through menu
-Added Block Safe Moving (on by default)
-Added Smart Menu
-Added Block Type Chicken (jumps up and down)
-Added Block Type North Wall (from Gaben Mod)
-Added Block Type Right Wall (from Gaben Mod)
-Redid the normal menu(s)
-Added Advanced menu
* Delete All Blocks
* Load File
* Write File
* Delete Copies - deletes blocks in the exact same origin
-Reordered Edit Menu
-New message method

Version 1.2:
-Changed cvar to bb_noslowdown
-Added cvar bb_heal
-Added cvar bb_hurt
-Added cvar bb_kill
-Added Block Snapping
-Fixed Block Class Water (no fall damage)
-Added Block Class Ice (slippery)
-Added Block Class Sticky (sticks)
-Added Block Class Kill (kills)
-Optimized many more things
-Fixed some small things

Version 1.1:
-Added option to change Blocks Type.
-Reworked menus a little bit.
-Added Grab Block
-Added GodMode and NoClip
-Added Block Class Water (no fall damage)


And with that, I leave you with the downloads.

(models go into the models directory)

mr.noob. 07-17-2007 20:53

Re: Building Blocks
 
unknown unknown unknown blocks.amxx bad load

First plugin I installed that has done this

stupok 07-17-2007 20:59

Re: Building Blocks
 
Put the .amxx in your plugins folder.

@Emp

Looks cool.

Necro 07-17-2007 21:09

Re: Building Blocks
 
Nice one! People have been wanting a plugin like this for a long time! Shame you didn't release it sooner!

Emp` 07-17-2007 21:36

Re: Building Blocks
 
Version 1.1:

-Added option to change Blocks Type.
-Reworked menus a little bit.
-Added Grab Block
-Added GodMode and NoClip
-Added Block Class Water (no fall damage)

:Credits - took block tracing from BlockMaker

patm 07-17-2007 21:49

Re: Building Blocks
 
Necro's is a bit easier to use. imo.

Emp` 07-17-2007 23:08

Re: Building Blocks
 
I imagine it works both ways, it's done in the touch because it only stops the slowdown if you touch one of the blocks.

couk 07-18-2007 02:13

Re: Building Blocks
 
in next version try to create teleport portals :)

Alka 07-18-2007 03:38

Re: Building Blocks
 
Quote:

Originally Posted by couk (Post 504738)
in next version try to create teleport portals :)

@couk - There is already a portals plugin!
@Emp`- Yay...Nice! #_# Gj

I've finded 2 little things:
1.In main menu you don't have 'Exit'.
2.After i press in main menu 4(Duplicate) is showing me the 'Edit menu'.

redx6580 07-19-2007 02:44

Re: Building Blocks
 
All I have to say is, bravo... +K


All times are GMT -4. The time now is 19:07.

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