PinUP Player
PuP-Packs
PinUP Popper (Front-end)
Emulators Info:
Settings:
Pinup Software UPDATES
PinUP Player
PuP-Packs
PinUP Popper (Front-end)
Emulators Info:
Settings:
Pinup Software UPDATES
You'll be able to add/update tables/games/b2s/povs/media all via local network via drag&drop..
http://www.nailbuster.com/wikipinup/doku.php?id=network_game_manager|
How to quickly use the UI in gamesmanager to rename to PrOPPER format.
https://www.youtube.com/watch?v=AoVkUBsUT-Q
make a playlist called “special” and set a 4-digit passcode on it in playlist manager. then add those games. should also set the 'hide from attrac' setting for this playlist too.
also, you want on each of these 'mature' games, the first field in game manager is “status'. set to mature/hidden.
Note: if you are using any active sql playlist make sure you filter out and use visible=1 so it doesn't pickup any mature games…..
1> hide windows taskbar on 'other displays'. in win10 if you right click on taskbar and go to taskbar settings theres an option to “show taskbar on all displays” turn that off
2> set your wall-paper(background) in windows to be solid black for all monitors.
3> right-click on desktop and select view-“show desktop icons”. This will temp hide all icons on desktop… right-click select again if you want to use/see the icons again.
all this is useful in case your emulator 'blinks'/shows the desktop for a second and it will look 'ok'…. (will just be a temp black screen)…
Haven't posted a Monday Tip or Trick in a while. This one is for anyone that may have missed this tip. In controller setup you can (should) setup the “system menu” item to be the same key as 'exit emulator'. That way while you're in menu/browsing you can bring up the exit/shutdown menu…
also, for anyone wanting to learn about all the fun stuff you can do with scirpts (winbatch scripting) you can use this site:
https://www.tutorialspoint.com/batch_script/index.htm
Hey, just made a little 'did-you-know?' video about feature in media manager to find missing display media… nothing new, just sometimes people skip/don't know about all the little things in PinUP.
Happy Friday! I made this video to show people how easy it is to change a particular PuP-Pack that is designed for your backglass and have it work with your Topper screen instead.
Easy, just set your homeplay list to active sql and put this as the sql statement.
SELECT * FROM Games gm join playlistdetails pd on pd.gameid=gm.gameid where pd.isFav=2 ORDER BY GameDisplay
Now anytime you add/remove global favs on a game it will automagically be updated in your Home Playlist.
Maybe you have a batch file/program you want to run that does something. Like grab latest DOF table configs etc.
You can make an emulator called “Utis”. and make the game extension BAT. copy the different bat files into that folder and add to Popper.
Now in your emulator launch you want to call that gamefilename and afterwards you want to run this exe.
http://www.nailbuster.com/pinupdates/ForceReturn.zip
put that in your launch sub-folder. and in your launch script after you do your thing, run this forcereturn.exe. It will emulate the game starting, and exiting 1-2 seconds later so Popper returns cleanly. you don't need anything in your closescript as it will auto-return to popper menu.