-orb- Wire Mod Tut 19 Part 2

8,489 views since 2007-05-27

Rating:

Star-emptyStar-emptyStar-emptyStar-emptyStar-empty

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

opuskspace
opuskspace 8 months, 2 weeks ago

please reply :)

opuskspace
opuskspace 8 months, 2 weeks ago

please reply :)

opuskspace
opuskspace 8 months, 2 weeks ago

please reply :)

opuskspace
opuskspace 8 months, 2 weeks ago

please reply :)

opuskspace
opuskspace 8 months, 2 weeks ago

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?

orb
orb 8 months, 2 weeks ago

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?

MatNicholls
MatNicholls 10 months, 2 weeks ago

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?

MatNicholls
MatNicholls 10 months, 2 weeks ago

No worries, i switched to an advanced one and have Mouse1 now.

MatNicholls
MatNicholls 10 months, 2 weeks ago

No worries, i switched to an advanced one and have Mouse1 now.

MatNicholls
MatNicholls 10 months, 2 weeks ago

No worries, i switched to an advanced one and have Mouse1 now.

MatNicholls
MatNicholls 10 months, 2 weeks ago

No worries, i switched to an advanced one and have Mouse1 now.

MatNicholls
MatNicholls 10 months, 2 weeks ago

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?

bugmenot
bugmenot 1 year, 3 months ago

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

MatNicholls
MatNicholls 10 months, 2 weeks ago

okay so it didnt show up...

coding(space)==(space)coding

MatNicholls
MatNicholls 10 months, 2 weeks ago

(15 results)

Part 2 of tutorial 19 which teaches you how to make a pod-controlled cannon.

Credits: -orb-
URL: http://www.wiremod.com/index.php?showtopic=351
Tags:

LESS

More Options