Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

If neither of those of work for you, you can donate any amount by clicking here.

Recommended Posts

Posted

Can I edit the PinballWickedLauncher.ini  or LaunchPinballWicked.ahk to skip the player/mode select menu altogether? I really only want to launch into single player Action mode.

I added this before the SkipNagScreen snippet in the LaunchPinballWicked.ahk to see if I could circumvent the menu with an auto select, but it didn't work so I reverted to my backup. Changed WaitForMenu to 3000.

---------------------------------------------------------------------

;Added by SNAP

;enter key AUTO Single Player Action
SkipModeSelect() {
    global KeyDelay
    Sleep, %KeyDelay%
    Send {Enter down}
    Sleep, %KeyDelay%
    Send {Enter up}
    Sleep, %KeyDelay%
    Sleep, 7000
    Return
}

;end of SNAP addition

---------------------------------------------------------------------

It's not a game ruiner, still loads just fine but I have to be quick on the enter key after selecting the table or I may miss the 12-sec timer I have the autokey set to. We tend to play single player games at home and let our high scores compete for themselves.

  • 3 years later...
Posted

Congratulations on this great website, it's helping me a lot, although I'm desperate with Pinball Wicked.
I'm following all the steps, but I must be doing something wrong because the DMD isn't showing up on the back.
Another problem I'm having is that screen 1 where I have the table appears to be loading, but it will rotate -90 degrees while it says loading. Once the table appears, it's correct, so my three problems are:
Scoreboard screen: How do I put the DMD on my second monitor? This second monitor has a resolution of 1024 x 768.

Can I make monitor 1 (tables) not rotate 90 degrees while it says loading (Wicked Pinball)?
Once it loads, it doesn't pay attention to the players. It always shows 1 even if I put 2 or 3. What's more, it loads the table but doesn't start. I have to press enter 3 times for it to start.

And this is the most important one. I don't know why. When I return to the pinball X menu, Pinball Wicked stays open.
I'm leaving some screenshots and an ini file.
Thanks for your patience. I know this may be silly for some of you, but I'm just starting out, and this is the first pinball game I've been having trouble with. I have Visual Pinball, Future Pinball, and Pinball FX2-3.

ConfigX - Wicked.PNG

PinballWickedLauncher.iniFetching info...

Posted
  On 4/4/2025 at 12:13 AM, DakotaPinball said:

How do I put the DMD on my second monitor? This second monitor has a resolution of 1024 x 768.

Expand  

Be aware that pinball wicked isn't made for multi monitor setup, but @joyrider3774did a good job to make it workable.

First: do you see a dmd on your playfield? Make sure it is on the playgoeld.

Second, within the batchfile "pinball wicked launch before.bat' the last lines is dmdext.exe. this is freezy's dmdext.exe. you can download from github.  Make sure the coordinates of the dmd in game are correct with "--source=screen --position=93 46 328 83". This could be differrent if monitor resolutions are differrent. Also check the destination coordinates :  "--virtual-position=1084 530 656 166".

What I should do is to run the command just in Windows and check if it won't errors. You can also see if the dmd is mirroring on the 2nd monitor

  On 4/4/2025 at 12:13 AM, DakotaPinball said:

And this is the most important one. I don't know why. When I return to the pinball X menu, Pinball Wicked stays open.

Expand  

Try to set the "process to monitor" to 'PinballWicked-Win32-Shipping.exe' this is the exe from steam, and I use that.

  On 4/4/2025 at 12:13 AM, DakotaPinball said:

Can I make monitor 1 (tables) not rotate 90 degrees while it says loading (Wicked Pinball)?

Expand  

Not sure. Didn't check for a while. If the program needs to rotate 90 or 270 degrees, you can also use a 90 or 270 loading image and use @scuttersde-randomizer plugin :https://forums.gameex.com/forums/topic/23127-plugin-pinballx-loading-video-image-changer-de-randomiser-v2/

I hope it helps

Posted

@Mike_da_Spike I'll try to answer in order.

First: Do you see a DMD in your playfield? Make sure it's in the playfield.
If it appears on screen 1 where the table is (I've attached a screenshot).

Second:
Yes, I have these files and they're exactly the same (I've attached them in case they help).

3. What I should do is run the command only in Windows and check if it generates no errors. You can also check if the DMD is reflected on the second monitor.
If I run it, everything is correct, no errors appear, but the DMD is not reflected on monitor 2.

I've also attached a screenshot of my settings in PinballX.

table_capture.png

background.png

butnoselection.png

butselection.png

pinball wicked launch after.batUnavailable pinball wicked launch before.batUnavailable PinballWickedLauncher.exeUnavailable PinballWickedLauncher.iniUnavailable

Posted
  On 4/4/2025 at 5:16 PM, DakotaPinball said:

If I run it, everything is correct, no errors appear, but the DMD is not reflected on monitor 2.

Expand  

If you run the following command in a command box, and no errors are shown, the virtual position is likely incorrect.

start "" /min dmdext.exe mirror --source=screen --position=93 46 328 83 --destination=virtual --virtual-stay-on-top --virtual-hide-grip  --virtual-position=1084 530 656 166

is Pinball Wicked closed after you changed the 'process to monitor' ?

Posted

I put this text in CMD and it runs without error, the logo appears for a second in the taskbar (DMDEXT) and disappears but without errors
but the marker does not appear on the second screen and if I do the same with pinballX running and entering Pinball Wicked it does not close or anything

cmd.PNG

Posted

Remove all text before dmdext.exe in your command prompt. The part befor dmdext. Exe means, launch a new command box and close when finished.

Posted
  On 4/5/2025 at 8:04 PM, DakotaPinball said:

@Mike_da_Spike

This is what appears to me but honestly I don't know what all this means or even if I have something configured wrong.

 

CMD.txt 8.96 kB · 1 download

Expand  

It means that there is something wrong :D
It looks like that the option --virtual-hide-grip is not a valide parameter
if you remove this, it would do something 
So this will be your command :

dmdext.exe mirror --source=screen --position=93 46 328 83 --destination=virtual --virtual-stay-on-top --virtual-position=1084 530 656 166

For me it would show this :
image.thumb.png.826c3d63b227a82199661a3cca3bf8a3.png

with CTRL+C in the command box, you will stop dmdext.

if this command is working and show something, You should change it 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...