@reegmeister Seriously Reegmeister, plz tell me how to make the Lights on or off? i have dreamed for these police and stuff they are cool, but lights?? plzz Reply, Thanks!
@martten8791 "how to make the lights on or off?". i do not know how much you know already. this is all run with WIREMOD, which has its own lights, independent of the normal gmod lights. then there is an in-game chip that makes them turn on and off in sequence that i programmed myself. it is called EXPRESSION 2.
I have a cop car in GMod, that works with flashing lights. However, I don't want to have to keep pressing the Numpad Enter key to see the lights flash. How can I modify it, so I only need to push the Numpad Enter key once, to make the lights flash, continously, even after I let go of the key? Thanks.
@JediMaster362 first off, i never liked the numpad as a permanent interface. using the advanced pod controller is better because you can hook it up to a vehicle and anyone can get in it and use it. second thing, are you using E2 for your lights or are you using logic and timing gates?
@JediMaster362 When i say E2 i am referring to Expression 2, which is a chip that you program in wiremod to do whatever you want with custom inputs and outputs. all of my police lights have a controller that has inputs for on or off / changing modes, and outputs to individual light segments. expression 2 is one of the most important wiremod items IMO. search google, there is a wiki for wiremod and they have plenty of examples of E2 codes to learn from.
@JediMaster362 its all part of the code you put in it, theres a spot for inputs and you name it what you want then you use that name in the code later. hers a really simple example (you would replace # with @):
#name: Example
#inputs: IN
#outputs OUT
if(IN==1){OUT=1}
if(IN==0){OUT=0}
if you put that in a chip and wired it up, it would have IN as an input and OUT as an output. if you give IN a value of 1 OUT would output a value of 1.
@JediMaster362 the rest is just making it more complicated, you can make the chip toggle the state of certain outputs if one of the inputs changes, and outputs can be internal to be used in other areas of the code. it can be made to do things on a set time interval, which is mainly what my lights use. and you can make it do math to convert inputs/states into numerical values to power thrusters to a certain strength and things of that nature.
@ebbekh you control wiremod components however you want. in my case, each vehicle is controlled individually by getting into it and pressing certain keys on your keyboard.
@UnAvengedSoul its a construct map that comes with PHX3. you need an svn program to get phx, wiremod, and most other things that if you dont have you need. the only one ive seen is called tortoise svn.
@reegmeister can u make a vid on HOW to download the sickness PLZ i only know how to download stuff from gmod.org -_- so can u ether like put sickness on gmod.org PLZ or make a vid on how to DL sickness PLZ REPLY
@sniperjosh09 downloading something with an svn client, tortoise is the one i linked in the video, uses that program to download *and keep up to date* files (which in this case are mods for gmod) to a folder of your choice on your computer. so you just download / install tortoise, restart your computer. then create a folder where you want the mod files to be (in your addons folder for instance) name it whatever you want. right clicking on that folder should give you an option for tortoise svn
@sniperjosh09 you would click "svn checkout" and copy the second link i gave into that popup window, click checkout, or ok, or whatever the next button is and the program will download all the files you need to make the mod work into the folder you just made. after that your done, and as long as you put the folder you made in the right place everything will work fine. if you want to update your files to the latest version, right click on the folder you made and click svn update.
What are the controls for the light and sirens. And any other lights?
Hwm1999 2 months ago in playlist More videos from reegmeister
@Hwm1999 mine is set up using an advanced pod controller. so mouse right and left click, shift, ctrl, and alt.
reegmeister 2 months ago
@reegmeister Seriously Reegmeister, plz tell me how to make the Lights on or off? i have dreamed for these police and stuff they are cool, but lights?? plzz Reply, Thanks!
martten8791 1 day ago
@martten8791 "how to make the lights on or off?". i do not know how much you know already. this is all run with WIREMOD, which has its own lights, independent of the normal gmod lights. then there is an in-game chip that makes them turn on and off in sequence that i programmed myself. it is called EXPRESSION 2.
reegmeister 19 hours ago
Comment removed
XBOXRULZ360 2 months ago
Cool
ethanlucky12345 2 months ago
This video is great, by the way.
JediMaster362 2 months ago
I have a cop car in GMod, that works with flashing lights. However, I don't want to have to keep pressing the Numpad Enter key to see the lights flash. How can I modify it, so I only need to push the Numpad Enter key once, to make the lights flash, continously, even after I let go of the key? Thanks.
JediMaster362 2 months ago
@JediMaster362 do you not have wiremod?
reegmeister 2 months ago
@reegmeister, Yes, I do. I don't know how to do it, though.
JediMaster362 2 months ago
@JediMaster362 first off, i never liked the numpad as a permanent interface. using the advanced pod controller is better because you can hook it up to a vehicle and anyone can get in it and use it. second thing, are you using E2 for your lights or are you using logic and timing gates?
reegmeister 2 months ago
@reegmeister, I'm using the pack with each of the 3 Emergency Vehicles. I'm not sure, but, I assume it to be E2. I appreciate your time, eh!
JediMaster362 2 months ago
@JediMaster362 When i say E2 i am referring to Expression 2, which is a chip that you program in wiremod to do whatever you want with custom inputs and outputs. all of my police lights have a controller that has inputs for on or off / changing modes, and outputs to individual light segments. expression 2 is one of the most important wiremod items IMO. search google, there is a wiki for wiremod and they have plenty of examples of E2 codes to learn from.
reegmeister 2 months ago
@reegmeister, Ok. Um, how do I access the input and output programming thing? Just wondering.
JediMaster362 2 months ago
@JediMaster362 its all part of the code you put in it, theres a spot for inputs and you name it what you want then you use that name in the code later. hers a really simple example (you would replace # with @):
#name: Example
#inputs: IN
#outputs OUT
if(IN==1){OUT=1}
if(IN==0){OUT=0}
if you put that in a chip and wired it up, it would have IN as an input and OUT as an output. if you give IN a value of 1 OUT would output a value of 1.
reegmeister 2 months ago
@JediMaster362 the rest is just making it more complicated, you can make the chip toggle the state of certain outputs if one of the inputs changes, and outputs can be internal to be used in other areas of the code. it can be made to do things on a set time interval, which is mainly what my lights use. and you can make it do math to convert inputs/states into numerical values to power thrusters to a certain strength and things of that nature.
reegmeister 2 months ago
Hello how do i get them when i press q Any help im new to garrysmod thanks
karzygijose 3 months ago
so i self building the lights system
ebbekh 4 months ago
are there a button
ebbekh 4 months ago
@ebbekh you control wiremod components however you want. in my case, each vehicle is controlled individually by getting into it and pressing certain keys on your keyboard.
reegmeister 4 months ago
@reegmeister Put up a tutorial xD
LowRidazSD 4 months ago
@reegmeister dude how i get police car?
thebestplayerful 2 months ago
how can i turn lights on and off?
ebbekh 4 months ago
@ebbekh its wiremod
reegmeister 4 months ago
Comment removed
Vincent9241 7 months ago
Could you please post a DL link and a readme on how to install??
THANKS!!
tbo100 9 months ago
can you make a tut for the lights
sandlinful 1 year ago
Do you have the link to the cars? They don't have to have lights...
ooganblat 1 year ago
What map is this??
UnAvengedSoul 1 year ago
@UnAvengedSoul its a construct map that comes with PHX3. you need an svn program to get phx, wiremod, and most other things that if you dont have you need. the only one ive seen is called tortoise svn.
reegmeister 1 year ago
@reegmeister can u make a vid on HOW to download the sickness PLZ i only know how to download stuff from gmod.org -_- so can u ether like put sickness on gmod.org PLZ or make a vid on how to DL sickness PLZ REPLY
sniperjosh09 6 months ago
@sniperjosh09 downloading something with an svn client, tortoise is the one i linked in the video, uses that program to download *and keep up to date* files (which in this case are mods for gmod) to a folder of your choice on your computer. so you just download / install tortoise, restart your computer. then create a folder where you want the mod files to be (in your addons folder for instance) name it whatever you want. right clicking on that folder should give you an option for tortoise svn
reegmeister 6 months ago
@sniperjosh09 you would click "svn checkout" and copy the second link i gave into that popup window, click checkout, or ok, or whatever the next button is and the program will download all the files you need to make the mod work into the folder you just made. after that your done, and as long as you put the folder you made in the right place everything will work fine. if you want to update your files to the latest version, right click on the folder you made and click svn update.
reegmeister 6 months ago