User Tools

Site Tools


custom_dof_events
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


custom_dof_events [2021/04/25 14:13] (current) – created pinupadmin
Line 1: Line 1:
 +====== Customizing DOF Events In Popper ======
 +
 +By default, PinUP Popper will use effects E900-E990 from your “PinUP Menu” dof online config tool. You can force it to be a certain effect by game by setting the DOF command on a certain Table/Game if you want.
 +
 +{{  :f518200c525436a214b6180500408683.png?direct&400  }}
 +
 +New in v1.4.6 (and baller installer) the random DOF events go from 900-990. For older installs you will need to change the range manually in Poppers Script File as it only went to 920 before. Follow the instructions below;
 +
 +<code>
 +file explorer to pinupsystem folder
 +make a backup of file:  PuPMenuScript.PUP
 +load PuPMenuScript.PUP in text editor
 +search for word 'random' without quotes.
 +change the number 20 to 90 in both spots on this line.  should look like this
 +  if (eMsg=='') { rNum=Math.floor((Math.random() * 90) + 1)+900;   //90 is the random high #
 +Save file.
 +
 +</code>
 +
 +See Video Here for list of default MXLeds effects:
 +
 +{{ youtube>TMr3z-oKluA }}
 +
 +Here's some youtube videos by users that have customized their DOF to their liking for even more effects!!!
 +
 +[[https://youtu.be/XL3rQ3zbRxg|https://youtu.be/XL3rQ3zbRxg]]
 +
 +[[https://youtu.be/04aTMrxuL5s|https://youtu.be/04aTMrxuL5s]]
 +
 +You can also change DOF by the events in PinUp Menu Browsing events. These are different than mxleds by Game above. Here's the list of E800-E822 Events you can customize on your DOF config profile.  In DOFConfigTool online the popper profile is named "pinupmenu".
 +
 +{{:6bd567bc35bac0905b0daa54d5ddce3f.png}}
 +
  
custom_dof_events.txt · Last modified: 2021/04/25 14:13 by pinupadmin