Kickback Posted November 16, 2023 Posted November 16, 2023 We are working on a software project for virtual pinball cabinets. The project is work-in-progress and we plan to announce it later when the key features are complete. The software sends events to DOF by using lights (e.g. L0, L1, ...). Is there a more suitable TableElementType than light? At the moment I trigger DOF by executing the code: pinball.ReceiveData('L', 0, 1); // Lamp 0 on pinball.ReceiveData('L', 0, 0); // Lamp 0 off In the DOF config tool we are able to create nice effects via the events sent to DOF. For example: Now I would like to register a ROM name for the DOF config tool. Please tell me to whom I can send a private message with details to get an official entry in the table configuration. Thank you.
digitalarts Posted November 17, 2023 Posted November 17, 2023 You could take a look which users did an update in the last days or weeks and contact them. Can you explain a little more what do you working on? What's the value "w60" for example? Because w is normally reserved for switches in Rom based dof (as s is used for solenoids)
Kickback Posted November 17, 2023 Author Posted November 17, 2023 Hi digitalarts, I have received a PM and am in the process of (hopefully 🤩) getting a ROM name. We would like to announce the project at a later date when the programming, documentation and assets are suitable for a release. In the shown case from above W60 is an effect code for a delay.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now