[Solved, needed to use --controlconfig] bat file pointing to controls.ini file help
|
08-07-2014, 06:11 PM
(This post was last modified: 08-08-2014 05:41 AM by TheDax.)
Post: #1
|
|||
|
|||
[Solved, needed to use --controlconfig] bat file pointing to controls.ini file help
I am running Windows 7 64bit with version v0.9.9 of ppsspp. I currently have two bat files pointing to two different games. Each bat file also points to it's own controls.ini file. Both games run fine and after converting my bat files into exe files I can even launch them via steam.
Here is where I have run into a problem. After setting my controls in the first game, closing down ppsspp and then using the other bat file to open up the 2nd game. The controls for the 2nd game have now also changed. Alternatively, if I change the controls in game 2, close down ppsspp and load up the 1st game via bat file, they will have also changed for game 1. It's almost like the the --controlconfig argument is not working properly. First things first, this is my very 1st bat file, ever. So I may be mucking it up here somewhere. These bat files are placed directly into my ppsspp directory. Code: PPSSPPWindows64.exe --fullscreen --config="F:\Program Files\ppsspp\config\peacewalker\mgspw.ini" --config="F:\Program Files\ppsspp\config\peacewalker\mgspw-controls.ini" "F:\PSP\MGS Peace Walker\mgspw.iso" Here is the 2nd bat. Code: PPSSPPWindows64.exe --fullscreen --config="F:\Program Files\ppsspp\config\ff7cc\ff7cc.ini" --config="F:\Program Files\ppsspp\config\ff7cc\ff7cc-controls.ini" "F:\PSP\FFVII Crisis Core\ff7cc.iso" I created the config folder inside the ppsspp directory and placed a folder inside for each game that I wanted to have it's own config file. Any idea how I can fix this? Multiple people play on this machine and it would be nice to have each game load it's own controller config file. I've been up for a while trying to get this right, so if this makes no sense. Sorry. haha Thanks for the read. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[Solved, needed to use --controlconfig] bat file pointing to controls.ini file help - omni461 - 08-07-2014 06:11 PM
RE: bat file pointing to controls.ini file help - tintinmayo - 08-07-2014, 11:20 PM
RE: bat file pointing to controls.ini file help - TheDax - 08-08-2014, 02:44 AM
RE: bat file pointing to controls.ini file help - omni461 - 08-08-2014, 04:14 AM
RE: bat file pointing to controls.ini file help - TheDax - 08-08-2014, 05:41 AM
|