-orb- Wire Mod Tut 19 Part 2
8,489 views since 2007-05-27
No video responses
15 text comments
(15 results)
Im am havinga problem when i trie to link the firing mech to mouse 1 i dont have it. Also i cant switch to advanced it just says W=0,1;A=0,1;S=0,1;D=0,1; and that is it no advance optain at all
I'm not going to answer your question or even read it because you said please reply 4 times...
you think spamming like that would make me pay more attention to it?
I am having a problem of my own.
In a lot of thse tutorials using Pod Controllers, some outputs are linked to Mouse1. I don't have Mouse1. I have W A S D and Active (which is when I get in it)
Any ideas?
I am having a problem of my own.
In a lot of thse tutorials using Pod Controllers, some outputs are linked to Mouse1. I don't have Mouse1. I have W A S D and Active (which is when I get in it)
Any ideas?
No worries, i switched to an advanced one and have Mouse1 now.
No worries, i switched to an advanced one and have Mouse1 now.
No worries, i switched to an advanced one and have Mouse1 now.
No worries, i switched to an advanced one and have Mouse1 now.
You know where you had problems with S and W? I have the same problem, except changing how fast it goes up and down doesn't do anything. I think I might have gotten the expression chip down wrong, but I am not sure
N@MelonLauncherHydraulic
I@KeyW KeyS AccumIn
O@AccumOut
KeyW == 0 & KeyS == 0 -> AccumOut=0;
KeyW == 1 & KeyS == 0 & AccumIn >=0 -> AccumOut =-1;
KeyS == 1 & KeyW == 0 & AccumIn Accumout =1;
KeyS == 1 & KeyW == 1 -> AccumOut=0;
Thats what I got but I think I put spaces where i shouldn't or I might be missing something but I am not sure, Is that the right expression?
the two KeyW lines are fine.
The first KeyS line looks wrong though, I have:
KeyS == 1 & KeyW == 0 & AccumIn AccumOut = 1
Also, after all your Accum Variables you should have a space before the = sign. You need a space after every = sign except when you put == when you put a space:
coding==coding
hope this helps,
Mat
okay so it didnt show up...
coding(space)==(space)coding

Digg this!



(15 results)