LittleBigPlanet (PS3™) General Discussion

Reply

Member

Member
ACEdwards87
Posts: 1
Registered: ‎29-04-2012
Message 1 of 5 (58 Views)

Up when pushing Down

I've been having this problem a lot, but this is the most recent example...

I've made a "hover craft" that's using:

- anti gravity (to float)

- mover (for constant forward motion)

-advanced mover (up/down)

- and some counters and impact sensors for.. well, impacts.

My problem is when i push "Down" on my stick, it translates to up. This takes up about half the distance of the downwards stick direction, and in order to actually go down, the stick has to be all the way down (touching the 'edge' of the controller). I can't figure out if it's a problem with lbp2, or all my controllers are broke, or if it's something to do with a combination of movers, or whatever... The level I'm working on now requires quick and precise movents, and going Up, when needing to go Down turns out fatal, and takes all the fun out of the level. (I have had this problem with many other crafts I've built, using similar setups...)

Does anybody else have this problem? Can anyone please explain how I may fix it? Any help would be awesome, and muchly appreciated.

Please use plain text.

Level 4

Level 4
SpikeStarkey
Posts: 2,276
Registered: ‎16-10-2010
Message 2 of 5 (52 Views)

Re: Up when pushing Down

Hook up your up and down control stick output to a Direction splitter. Then hook that splitter to a combiner like this + to -, and - to +. then use the output of the combiner to drive your machine.
Please use plain text.

Re: Up when pushing Down

Let me get this straight...

 

  • When you push the stick part-way up, the device goes up a bit
  • When you push the stick all-the-way up, the device goes up
  • When you push the stick all-the-way down, the device goes down
  • When you push the stick part-way down, the device goes up a bit

Is this correct? Sounds familiar somehow... Without checking I can't give you a definitive answer, but have you got any logic between controllinator and advanced mover? Sounds like you're losing the sign of the signal somewhere along the line.

Please use plain text.

Level 2

Level 2
ROFLCOPTER_lol
Posts: 31
Registered: ‎02-03-2010
Message 4 of 5 (33 Views)

Re: Up when pushing Down

I think that kind of thing happens if you're using AND gates somewhere along the line... If you are, maybe try running the wire through a microchip and using the other AND condition for the microchip: activate input. If you're not using an AND gate, IDK... :smileysad:

Please use plain text.

Re: Up when pushing Down

Yeah, it smells strongly of AND gate.

 

If you're using AND gates to turn the controls on and off, consider instead putting the motion circuitry on its own chip, then you can turn the whole chip on and off instead. I think I mentioned this technique in one of my tutorials once.

Please use plain text.