TerryRed
Pinball Master
- Joined
- Feb 11, 2020
- Messages
- 2,275
- Solutions
- 9
- Reaction score
- 2,765
- Points
- 145
- Favorite Pinball Machine
- My Virtual Pinball Cabinet
For Pinscape or other controllers in cabinets... the "analogue nudge" functions in FP are typically mapped to gamepad x and y axis. The accelerometer of the pinscape board acts like a floating gamepad analogue thumbstick. The harder you push the cabinet in a specific direction, the more the ball is moved in that direction in FP. This function has no effect on any tilt warnings (VP acts in a similar way).
The TILT BOB is a separate floating device that has a ring around it. So if you nudge too hard in any direction, then the tilt bob touches the metal ring and acts as a button. That button function is what I added to PinEvent V2 settings, and also the new code I add to each table. When that Tilt Bob key is activated, then it registers a tilt warning in FP.
So the nudging is dynamically controlled by the force of the player which determines how far the ball will move. The Tilt Bob is what restricts how hard you can do it without getting a tilt warning.
The Pinball Arcade wasn't designed for cabinets... so its controls are more designed for console players / gamepads with thumbsticks. Same goes with Pinball FX. They both work fine for gamepads... but not so great for proper cabinet setups when it comes to nudge / tilt.
The TILT BOB is a separate floating device that has a ring around it. So if you nudge too hard in any direction, then the tilt bob touches the metal ring and acts as a button. That button function is what I added to PinEvent V2 settings, and also the new code I add to each table. When that Tilt Bob key is activated, then it registers a tilt warning in FP.
So the nudging is dynamically controlled by the force of the player which determines how far the ball will move. The Tilt Bob is what restricts how hard you can do it without getting a tilt warning.
The Pinball Arcade wasn't designed for cabinets... so its controls are more designed for console players / gamepads with thumbsticks. Same goes with Pinball FX. They both work fine for gamepads... but not so great for proper cabinet setups when it comes to nudge / tilt.