Bumbleball - "living" test element
Quote from Soundlogic on December 4, 2011, 10:46 pmHow did you make the template spawn where the maker is now instead of just where it started?
How did you make the template spawn where the maker is now instead of just where it started?
Quote from Soundlogic on December 5, 2011, 10:29 amI'm using that, but it keeps spawning at the location of the original template.
I'm using that, but it keeps spawning at the location of the original template.
Quote from Patko0770 on February 22, 2012, 3:05 pmit looks great, but i dont know how to use Hammer (even though i have it installed) and only thing i can do is open a world to edit. so, is there any way to spawn it with Console Command in-game?
it looks great, but i dont know how to use Hammer (even though i have it installed) and only thing i can do is open a world to edit. so, is there any way to spawn it with Console Command in-game?
Quote from portal30001 on March 23, 2012, 12:28 pmHow do I configure the button?
I dont know how and I'm trying to open the door with the bumbleball.
I typed in next to the "$onpressed" is "exit_door/open" and I know this isnt correct!
cheers!
How do I configure the button?
I dont know how and I'm trying to open the door with the bumbleball.
I typed in next to the "$onpressed" is "exit_door/open" and I know this isnt correct!
cheers!
Quote from Lpfreaky90 on March 23, 2012, 7:53 pmportal30001 wrote:How do I configure the button?
I dont know how and I'm trying to open the door with the bumbleball.
I typed in next to the "$onpressed" is "exit_door/open" and I know this isnt correct!
cheers!Moderator note: I've deleted your double post. Just wait a little bit longer next time before pressing the post button again
I dont know how and I'm trying to open the door with the bumbleball.
I typed in next to the "$onpressed" is "exit_door/open" and I know this isnt correct!
cheers!
Moderator note: I've deleted your double post. Just wait a little bit longer next time before pressing the post button again
Quote from portal30001 on March 26, 2012, 2:29 pmHow do I operate the button though?
How do I operate the button though?
Quote from portal30001 on April 10, 2012, 6:10 amlooks like im not going to use this in my mod!
looks like im not going to use this in my mod!
Quote from Lpfreaky90 on April 10, 2012, 6:53 amportal30001 wrote:How do I operate the button though?1. Add the bumbleball dropper to your map
2. Give it a name (bbdropper)
3. Add a button; Give it OnPressed; bbdropper; "instance:Spawn;Trigger"4. Add the bumbleball button.
5. Create a relay with the outputs that should be done when the button is pressed (bb_pressed_relay)
6. Do the same thing for bb_unpressed_relay.
7. Go to the bumbleball button again
8. Go to Replace, $OnPressedRelay and replace ??? with bb_pressed_relay
9. Replace $OnUnPressedRelay's ??? with bb_unpressed relay.That should do it.
1. Add the bumbleball dropper to your map
2. Give it a name (bbdropper)
3. Add a button; Give it OnPressed; bbdropper; "instance:Spawn;Trigger"
4. Add the bumbleball button.
5. Create a relay with the outputs that should be done when the button is pressed (bb_pressed_relay)
6. Do the same thing for bb_unpressed_relay.
7. Go to the bumbleball button again
8. Go to Replace, $OnPressedRelay and replace ??? with bb_pressed_relay
9. Replace $OnUnPressedRelay's ??? with bb_unpressed relay.
That should do it.