Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Specify Game Controller Settings
06-24-2014, 01:18 PM (This post was last modified: 06-24-2014 01:26 PM by xmjtx.)
Post: #1
Specify Game Controller Settings
Hello, I love how ppsspp works so far. It's a very great emulator and user friendly. I have a question. Is PPSSPP able to have specify setting per game? Especially on game controller.

It's because I have an arcade setting, the regular psp game will use the gamepad, but for fighting/action game, I would like to switch to Joystick. Does it have any support in command line or text file setting to switch in specify game?

Thanks in advance.
Find all posts by this user
Quote this message in a reply
06-24-2014, 02:36 PM (This post was last modified: 06-24-2014 02:36 PM by LunaMoo.)
Post: #2
RE: Specify Game Controller Settings
(09-15-2013 04:04 PM)TheDax Wrote:  Here are all of ppsspp's command-line arguments (for Windows) at the moment:
Update: Added --config and --controlconfig.

Code:
To boot a game directly from the command-line:
Example: c:\emulators\ppsspp.exe "c:\emulators\games\MonsterHunter2ndG.iso"

--fullscreen: Start PPSSPP in fullscreen mode.
Example usage: c:\emulators\ppsspp.exe --fullscreen

--windowed: Start PPSSPP in windowed mode.
Example usage: c:\emulators\ppsspp.exe --windowed

--log: Tell PPSSPP you want to log the Debug Console to this file.
Example usage: c:\emulators\ppsspp.exe --log=c:\emulators\ppsspp.txt

--state: Tell PPSSPP you want this save state to be loaded upon opening. Must have a game to boot afterward, otherwise it won't work.
Example usage: c:\emulators\ppsspp.exe --state=c:\emulators\memstick\PSP\PPSSPP_STATE\ULES00193_1.00_0.ppst" "c:\emulators\games\ULES00193.iso"

-d: Enable debug logging.
Example usage: c:\emulators\ppsspp.exe -d

-g: Enable 3d graphics logging.
Example usage: c:\emulators\ppsspp.exe --g

-j: Enable CPU Dynarec(JIT) for one session of PPSSPP. Mainly used for testing/debugging. Any settings changes made with this enabled will be discarded.
Example usage: c:\emulators\ppsspp.exe -j

-i: Enable CPU Interpreter or one session of PPSSPP. Mainly used for testing/debugging. Any settings changes made with this enabled will be discarded.
Example usage: c:\emulators\ppsspp.exe -i

--config: Tell PPSSPP you want to use a different config file than the default. Could possibly be used as a primitive per-game settings system, or used for testing.
Example usage: c:\emulators\ppsspp.exe --config="c:\emulators\games\psp\ff4\ff4.ini"

--controlconfig: Tell PPSSPP you want to use a different config file than the default. Might be useful for someone who wants to have per-game control settings.
Example usage: c:\emulators\ppsspp.exe --config="c:\emulators\games\psp\ff4\ff4-controls.ini"

Prior to 0.9.8-507-gc24886f:
--escapeexitsemu: Tell PPSSPP that when you press escape on the keyboard, the emulator will exit automatically.
Example usage: c:\emulators\ppsspp.exe --escapeexitsemu

After 0.9.8-507-gc24886f:
--escape-exit: Tell PPSSPP that when you press any button bound to Pause (even controller buttons), the emulator will exit automatically.
Example usage: c:\emulators\ppsspp.exe --escape-exit
source

^Here's your answer:3. But also if you just want to use two different controllers like joystick/gamepad make note that you can simply map different inputs to each key. At the control mapping just press "+" near the key to do that.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
06-24-2014, 03:09 PM
Post: #3
RE: Specify Game Controller Settings
Thanks for your help. I totally forgot can be doing in that way. Angel
Find all posts by this user
Quote this message in a reply
06-25-2014, 03:34 AM
Post: #4
RE: Specify Game Controller Settings
Keep in mind those options (control & controlconfig) are for Windows only, currently.

4GHz AMD 3900X, 32GB DDR4 RAM, 6GB Nvidia RTX 2060, Asus Crosshair 7 Hero (Wifi), Linux
How to ask useful questions: https://web.archive.org/web/20110214010944/http://support.microsoft.com/kb/555375
I'm not Dark_Alex, nor do I claim to be. Our nicknames are merely coincidence.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: