Car exploding on slowdown
From GMod Wiki
Revision as of 12:03, 16 November 2011 by [RV] TJjokerR (Talk | contribs)
This page has been nominated for deletion. Deletion is due within approximately 30 days from nomination, unless the deletion has been disputed on the talk page. See more pages nominated for deletion here. Reason for deletion: Not what Garry wants the wiki to be used for Last Edit was made on 11/16/2011 |
Contents |
Car exploding on slowdown
Car exploding on slowdown: Car exploding on slowdown |
Description: | This is my tutorial explaining how to make a car, that will explode when its velocity is lower then some number. |
Original Author: | Akrasuski1 |
Created: | 16 December 2010 |
Notes: | - |
First thing I want to say is that this is just a big improvement to Axolotl's Bus That Couldn't Slow Down, just not as messy and better-looking.
Please confirm that this works, because I can't play GMod for a few days.
So, the idea is:
The car is below set velocity - it's safe.
The car is over set velocity - bomb's armed.
The car is below set velocity and bomb is armed - BOOM!
OK, start.
Materials:
- Vehicle
- Some speedometer, maybe from Working Speedometer!
- 1 x Greater Than gate
- 1 x Less Than gate
- 1 x Constant Value - this is the detonating speed.
- 1 x OR gate
- 1 x AND gate
- 1 x Button
- 1 x Data Latch (Normal, not Edge-Triggered)
- 1 x Detonator or explosive
- Optionally, 1 x LED, Indicator or something like this
- Optionally, 1 x Screen.
Wiring:
- Wire the speedometer to Greater Than's A input.
- Wire Constant Value to Greater Than's B input.
- Wire the speedometer to Less Than's A input.
- Wire Constant Value to Less Than's B input.
- Wire Greater Than's output to D-Latch's Data input.
- Wire Greater Than's output to OR gate's input.
- Wire Button to OR gate's input.
- Wire OR gate to D-Latch's Clock input.
- Wire D-Latch's output to AND gate's input.
- Wire Less Than's output to AND gate's input.
- Wire AND gate's output to Detonator or Explosive.
- Optionally, wire D-Latch's output to LED or Indicator. If it's lighted, the bomb's armed.
- Optionally, wire Speedometer output to Screen input.
- Easy Weld Screen to some place on top of vehicle. You must see it during ride.
- Every other circuit should be hidden, for example under vehicle.
- Enjoy!
The button is to reset the bomb if you want to use it again.