Main > Driving & Racing Cabinets
How do I set up individual game settings for the logitech profiler
sega_mad:
Hi guys,
I'm hoping someone can sort this for me.....
Running model 2 and super model games via Mala frontend. I need to run Dayton (1) and Indy 500 at 150% for the "overall strength effects", but all other games at 100%, otherwise the wheel shakes to much.
Would someone be kind enough to explain how to do this.
I'm thinking it needs a batch file, but I'm not smart enough to be able to this this myself.......but can follow detailed instructions ok ;D
Thanks in advance
BadMouth:
You an only make settings per individual exe, so you can make custom settings for the emulator but not the individual games the emulator runs.
(I could probably figure out how to do it with authotkey, but it's not necessary here)
Supermodel allows different settings for the games in the supermodel.ini file
Just add additional sections for each game below the global settings that are already there.
--- Code: ---; Scud Race
[ scud ]
(copy and paste ffb settings here, then change to suit the game)
--- End code ---
See the advanced usage section of the supermodel instructions:
http://www.supermodel3.com/AdvancedUsage.html
sega_mad:
Hi Badmouth,
Thanks for the reply
Sorry, I didn't explain it very well........I need to keep all games at 100% for "overall strength effects" it's just the two model 2 games (Daytona and Indy 500) that i need to increase the strength to 150%.
So maybe a auto Hotkey is the answer??
Here is my MAME CMD script if that is any help??
if "%2" == "C:\emulators\other_emus\m2" goto model2
if "%2" == "C:\emulators\other_emus\mame98" goto mame98
if "%2" == "C:\emulators\other_emus\racerMAME" goto racerMAME
if "%2" == "C:\emulators\other_emus\supermodel" goto superModel
if "%2" == "C:\emulators\other_emus\mame141" goto mame141
mame %1
exit
:model2
sleep 2
cd C:\Program Files\AutoHotkey
autohotkey.exe C:\emulators\m2.ahk %1
exit
sleep 2
:mame98
C:
cd \emulators\mame98
mame.exe %1
exit
sleep 2
:racerMAME
C:
cd \emulators\racerMAME
mame.exe %1
exit
sleep 2
:mame141
C:
cd \emulators\mame141
mame.exe %1
exit
:superModel
cd C:\emulators\other_emus\supermodel
supermodel %1.zip -res=800,600 -force-feedback -fullscreen -frag-shader=SHADER_SRALLY2.GLSL
exit
Thanks again.
BadMouth:
Sorry I didn't read your original post better, thought it was concerning model 3.
It could probably be done in AHK, but I think I have a much simpler way:
Logitech Profiler changes settings on what .exe is running.
Model 2 emulator includes 2 different exes, the regular and dual core version.
If your PC can run the games full speed on the single core version, just set up a different profile for each exe.
Then you could either set up a second model 2 section(named differently of course) in your mame.cmd
or make a separate ahk for each game.
I don't quite get why you have to launch ahk in your script. It usually runs in the background all the time.
You can also right click on the ahk script and compile it to an exe. Then it will not require ahk to be running or even installed.
sega_mad:
Hi Badmouth,
Thanks so much for the reply.
Yes that sounds like a great idea..... But not sure how
to point Daytona and Indy 500 to the single CPU exe (yes computer will run it
fine as it's an i2500K). IIRC the reason for he AHK script on model 2
Was on loading the game it very quick showed the splash screen, so the AHK scripts places a
Black screen image over the top to hide the splash screen.
Also, wouldn't I need the Logitech profile to be installed in a second location to have
the different settings?
Thanks so much for looking into this for me.
Cheers,
Sega Mad
Navigation
[0] Message Index
[#] Next page
Go to full version