Search & Win
Showing posts with label tutorials. Show all posts
Showing posts with label tutorials. Show all posts

Saturday, August 28, 2010

0

How to make a wired security system - Alternative Way [Wiremod]

This is the alternative way to make the Security System using only a Multiply Chip, Add Chip, Greater Than Chip, Indicator, [X] Rangers, and 1 Button.







Posted by:
Starbuckscp

Saturday, August 21, 2010

0

Easy Wired Security System Tutorial [E2] - By Iced Out

Well, the other day I was checking out a tutorial to make a toggleable security system and I was like, wow.. I doubt anyone understands this.. So what I did was turn it into 1 E2 chip. With the help of Bull from the wiremod forum. I was able to perfect it. Alright so on with the tut. :)

1) Create a new E2 chip with the following code:

Code:


@name Security Chip V2
@inputs Ranger1 Ranger2 Ranger3 Ranger4
@outputs Explode Indicator Owner:entity

if(first()|duped()){
Owner=entity():owner()
runOnChat(1)
hint("~Security System~",20)
hint("Type /on to Activate",20)
hint("Type /off to Deactivate",20)
hint("Concept/Partial Coding by Iced Out",20)
hint("Perfected by Bull",20)
}

if ( chatClk(Owner) ) {
LastSaid = Owner:lastSaid()
if ( LastSaid == "/on") {
Indicator=1
}
elseif ( LastSaid == "/off") {
Indicator=0
}
}


if (Indicator & ( Ranger1 | Ranger2 | Ranger3 | Ranger4 ) ) {
Explode = !Explode
}
else {
Explode = 0
}






2) Spawn it anywhere


3) Spawn 4 Rangers {Desired length} with Ignore world Checked (Up and down line)


4) Spawn a Wired Indicator anywhere


5) Spawn a Wired Explosive where you want




--Wire time--


6) Indicator: A -> E2: Indicator


7) E2:Ranger1 -> Ranger:Dist (First Ranger)


8) E2:Ranger2 -> Ranger:Dist (Second Ranger)


9) E2:Ranger3 -> Ranger:Dist (Third Ranger)


10) E2:Ranger4 -> Ranger:Dist (Fourth Ranger)


11) E2:Explode -> Explosive:Detonate






Now type /on to activate Security System


and /off to deactivate Security System


Have fun! :) -Iced Out




Don't Understand? Leave a comment below and I'll be sure to get back to you. :)

Wednesday, July 28, 2010

0

Update on tutorials

Well, I have sadly noticed the lack of tutorials so for now on, I'm going to post tutorials posted by other users and soon or a later I'll post my own. Thanks, Readicant (Iced Out).

Wednesday, February 3, 2010

0

Tutorials on Gmod update

Well, now that most of our site is sorted out, I have decided to start posting more tutorials and games. I also think I might make a link called "Downloads" on the nav bar so that when you click it you will be taken to our download page (coming soon). On the download page, we will assort it in different sections.

Saturday, December 12, 2009

0

Wired Following Robot

*Edited July 22, 2010 by Readicant*

Well I have just looked over the tutorial that use to be in
this slot and I was like, that's kinda confusing and doesn't
go into detail.. So, I decided to just embed the video of it
which ,by the way, isn't made by me. Oh, and the owner
blocked the video with an Annotation. In order to remove
it, hover over the icon that has an arrow on it (Bottom right).
Then click the top icon that looks like a page being folded
over. And wa-la! You're done. :) Alright, so heres the video..







Posted by:  1001000011
Posted on: November 23, 2008
Description:  My First Tutorial.
 
*End Edit*