- Joined
- Jun 21, 2020
- Messages
- 2,036
- Solutions
- 1
- Reaction score
- 1,194
- Points
- 125
- Favorite Pinball Machine
- Indiana Jones
This is the old Rav's code many are probably familiar with by now but I decided to give it some options.
Usually you don't want to change anything but if you want/need more Instructions are in the .txt
TLDR instructions:
- Rename attached file to .vbs and call it with ExecuteGlobal as usual or copy the contents to your table script (up to you)
- If using as external script add SpinnerType "Normal" somewhere in your table script (other options are "Loose" and "Tight"), these are case sensitive so mind the capital letter otherwise look for it in the script as it is already defined.
- This can be combined with the GUI damping option for different results so feel free to explore.
CAVEATS:
I've only tested this with the following settings in XML and Damping as Normal in the GUI spinner properties, but feel free to try the above instructions before you edit these in your table
@Administrators
I'm pretty sure there was a post with this code somewhere already but I could not find it. Feel free to merge/move/update if you do.
Usually you don't want to change anything but if you want/need more Instructions are in the .txt
TLDR instructions:
- Rename attached file to .vbs and call it with ExecuteGlobal as usual or copy the contents to your table script (up to you)
- If using as external script add SpinnerType "Normal" somewhere in your table script (other options are "Loose" and "Tight"), these are case sensitive so mind the capital letter otherwise look for it in the script as it is already defined.
- This can be combined with the GUI damping option for different results so feel free to explore.
CAVEATS:
I've only tested this with the following settings in XML and Damping as Normal in the GUI spinner properties, but feel free to try the above instructions before you edit these in your table
' <spinner mass="99999.0" gravity="9810.0" angularDamp="0.5" angularAccel="5.25"
' spinDampLoose="0.30" spinBackLoose="0.65"
' spinDampNorm="0.40" spinBackNorm="0.65"
' spinDampTight="0.70" spinBackTight="0.65"></spinner>
@Administrators
I'm pretty sure there was a post with this code somewhere already but I could not find it. Feel free to merge/move/update if you do.
Attachments
Last edited: