Gmod Tutorial list!
9 replies · 7 participants · 🔒 Locked by AncientEagleHelm on Nov 25, 2010
Nov 29, 2009, 12:17 AM#1
i stumbled upon this randomly tonight and i wanted to share it with you guys!
LINK:
http://wiki.garrysmod.com/?title=Main_Page
p.s sticky this since it'll be useful later
LINK:
http://wiki.garrysmod.com/?title=Main_Page
p.s sticky this since it'll be useful later
Nov 29, 2009, 12:26 AM#2
i stumbled upon this randomly tonight and i wanted to share it with you guys!
LINK:
http://wiki.garrysmod.com/?title=Main_Page
p.s sticky this since it'll be useful later
Everyone should've already known about the wiki anyway. I use it when I want to look how the library functions are used when I do Lua. Sticky'd.
Nov 29, 2009, 04:07 AM#3
http://wiki.garrysmod.com/?title=Wire_Expression2 is where it's at. 

Nov 29, 2009, 05:48 PM#4
http://wiki.garrysmod.com/?title=Wire_Expression2 is where it's at.
INDEED! As Lo Pan would say.
Nov 29, 2009, 09:47 PM#5
I wish I knew how to do expressions. xD
I usually get by, by making MONSTROUS chip-systems.
I usually get by, by making MONSTROUS chip-systems.
Dec 3, 2009, 12:52 AM#6
I wish I knew how to do expressions. xD
I usually get by, by making MONSTROUS chip-systems.
E2 chips are far superior to gate chips. Take comparison gate chips for instance, you can't even customise their output. They just evaluate to 1/true if the 2 arguments provided are equal.
A custom E2 comparison chip would be written as such:
@name generic
@inputs In1 In2
@outputs Out
if (In1 == In2) {
Out = 123456789
}Dec 3, 2009, 01:19 AM#7
This is me after what you just said -> 

Dec 4, 2009, 03:18 AM#8
This should come in handy, I should be more active on GMOD but I have no idea how to do anything awesome. I literally have played the game for like 1 hour even though I bought it a few months ago.
Jan 12, 2010, 10:27 PM#9
i always wanted to learn lua
once i made a window in gmod saying my nick, but that's mostly it
once i made a window in gmod saying my nick, but that's mostly it