Any sugestion? i want to start different tables with fxaa on, and another tables with fxaa off.
Posted 24 August 2013 - 08:14 AM
Any sugestion? i want to start different tables with fxaa on, and another tables with fxaa off.
Posted 23 September 2013 - 07:19 PM
Posted 23 September 2013 - 08:59 PM
In Nvidia Control Panel you can bind the 3D-settings like FXAA to specific EXE files. So you can make a copy of VP.exe and rename it. For one copy you can activate FXAA for the other not. This shoud work fine when starting VP executables manually. But there is still the question if frontends like PinballX can handle different EXE files. It would be a good feature anyway e.g. for tables that only work perfect with older revisions of VP.
Currently building playing a low-cost cab: 39''/27''/15''
System: Intel Core i5-4570, Asus P8Z77-M, 8GB, EVGA GTX650 Ti Boost 1GB, Win10 Pro x64 , 3 screen setup
Posted 24 September 2013 - 07:13 AM
In Nvidia Control Panel you can bind the 3D-settings like FXAA to specific EXE files. So you can make a copy of VP.exe and rename it. For one copy you can activate FXAA for the other not. This shoud work fine when starting VP executables manually. But there is still the question if frontends like PinballX can handle different EXE files. It would be a good feature anyway e.g. for tables that only work perfect with older revisions of VP.
I tried that once, as most frontends support multiple .exe's. but for me Nvidia hardware FXAA only works if i turn it on permanently, not on a per exe basis. This with 3.14 driver and a GTX460. If there is someone out there that did get it to work then please let us know.
Also krille81 is not clear if he wants to change the built-in software FXAA, or change the Nvidia hardware FXAA settings? These are two different things.
Posted 24 September 2013 - 02:40 PM
Posted 26 September 2013 - 12:46 AM
VP FXAA setting is stored in windows registry here: [HKEY_CURRENT_USER\Software\Visual Pinball\Player]
Setup VP with FXAA off. Export VP settings to a reg file and call it "VP_FXAA_OFF.reg"
Setup VP with FXAA on. Export VP settings to a reg file and call it "VP_FXAA_ON.reg"
Create batch file or perl script that will check the table that pinballx is launching. If the table needs FXAA_OFF, have the batch/perl script, run "reg import VP_FXAA_OFF.reg, else "reg import VP_FXAA_ON.reg". It would look something like:
if "%1" == "Aaron Spelling 1.0"
reg import VP_FXAA_OFF.reg
else if "%1" == "King Kong 1.02"
reg import VP_FXAA_OFF.reg
else if "%1" == "Back to the Future 2.02"
reg import VP_FXAA_OFF.reg
else
reg import VP_FXAA_ON.reg
Change PinballX settings to run the batch/perl script before executing VP by adding it to the "Launch Before Executable" parameter. You will want to pass the [TABLEFILE] parameter to the script.
Edited by gtxjoe, 26 September 2013 - 12:54 AM.
Posted 26 September 2013 - 03:08 PM
Posted 26 September 2013 - 07:13 PM
i dont understand? i cant find that [HKEY_CURRENT_USER\Software\Visual Pinball\Player]
Posted 26 September 2013 - 08:05 PM
Posted 27 September 2013 - 12:05 AM
Edited by gtxjoe, 27 September 2013 - 12:08 AM.
Posted 29 September 2013 - 04:37 PM
i cant get that to work i have made the reg files and the batch file.but i cant get it to work anyway. can you explain the pinball x settings again please? what do you mean with that? You will want to pass the [TABLEFILE] parameter to the script.
Edited by krille81, 29 September 2013 - 05:01 PM.
Posted 07 November 2013 - 06:46 PM
Hello again guys! I have tried everything to get that to work but i dont understand batch scripts?? like the text before i will use a specefic reg file with a specefic table to get fxaa on or off. I have the 2 reg files working as i want. but i think the batch script is wrong or the parameteter in pinballx. can anyone help me please??
Posted 07 November 2013 - 08:11 PM
I did make an app a while back that allowed you to make settings profiles for VP & FP.
They could then be loaded per table. I've been wanting to make again but with C# this time around. Will get on it.
Bump maps are the new auto-tune ![]()
VPX - RSS Updates ---- blog.flippingflips.xyz/en/ -- Visual Pinball No.1 (2021) . Est.2000
Posted 08 November 2013 - 02:23 AM
1) Put the 2 files you created "VP_FXAA_OFF.reg" and "VP_FXAA_ON.reg" in c:\PinballX folder
2) Create a file called "fxaa.bat" in the c:\PinballX folder
3) Open "fxaa.bat" in Notepad and copy this text into it
Edited by gtxjoe, 08 November 2013 - 02:26 AM.
Posted 09 November 2013 - 07:16 PM
Hi gtxjoe,
do you know if this would work as well with Hyperpin?
Cheers.
Posted 08 December 2013 - 07:32 PM
Thank you very very much, that works now