Slippery Jim
Pinball Wizard
- Joined
- Dec 13, 2018
- Messages
- 87
- Reaction score
- 33
- Points
- 25
- Favorite Pinball Machine
- Stern Dracula
I have a minor problem that I hope can be fixed by tweaking fizx
In the table shown, if the ball hits the gate at a very slow speed the gate wont let it pass, the ball just sits there. If I play the same table without fizx it never happens
What are my options?
Increase the table slope? (Least preferred)
Give the ball more mass? (again, not desirable)
Adjust the gate mass? Is this the area to adjust gates? If so, what should I change?
'=============================== PHYSICS XML ===========================
'<?xml version="1.0" encoding="utf-8"?>
'<document>
' <physics slope="5.5" fps="512" threaded="0"></physics>
' <ball newtonDamping="0" mass="8000" gravity="9810" damping="0"></ball>
' <flipper rotationSpeedChart="{0.0,0.0}[0.0,0.0]"
' newtonDamping="0" releaseOmega="18" mass="1" omega="1" moeMethod="1" leftXoff="0" leftYoff="0" leftZoff="0" rightXoff="0" rightYoff="0" rightZoff="0"></flipper>
' <bumper impulse="60.0" impulseRandomness="0" vectorRandomness="2"></bumper>
' <autoplunger mass="1000000.0" force="90000.0"></autoplunger>
' <diverter mass="1000000.0" omega="35.0"></diverter>
' <gate mass="0.5" gravity="3000.0" damping="1.0"></gate>

In the table shown, if the ball hits the gate at a very slow speed the gate wont let it pass, the ball just sits there. If I play the same table without fizx it never happens
What are my options?
Increase the table slope? (Least preferred)
Give the ball more mass? (again, not desirable)
Adjust the gate mass? Is this the area to adjust gates? If so, what should I change?
'=============================== PHYSICS XML ===========================
'<?xml version="1.0" encoding="utf-8"?>
'<document>
' <physics slope="5.5" fps="512" threaded="0"></physics>
' <ball newtonDamping="0" mass="8000" gravity="9810" damping="0"></ball>
' <flipper rotationSpeedChart="{0.0,0.0}[0.0,0.0]"
' newtonDamping="0" releaseOmega="18" mass="1" omega="1" moeMethod="1" leftXoff="0" leftYoff="0" leftZoff="0" rightXoff="0" rightYoff="0" rightZoff="0"></flipper>
' <bumper impulse="60.0" impulseRandomness="0" vectorRandomness="2"></bumper>
' <autoplunger mass="1000000.0" force="90000.0"></autoplunger>
' <diverter mass="1000000.0" omega="35.0"></diverter>
' <gate mass="0.5" gravity="3000.0" damping="1.0"></gate>
