Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP bat file (shortcut)
07-25-2013, 06:48 PM
Post: #1
Wink PPSSPP bat file (shortcut)
I was browsing around the internet and couldn't find anyone with success in making a simple .bat file to run the game from a command prompt. I use steam to launch all of my games from a simple hub and .bat files to launch the emulator which in turn launches the game. I was wondering if anyone knows if there is any working command line that opens PPSSPP and launches a game in particular without having to open the PPSSPP interface and selecting the game.

For example:
C:\emulators\ppsspp\PPSSPPWindows64.exe C:\emulators\ISO\PSP cso\Kingdom hearts BBS

It will open then instantly crash. Does anyone know a loop to get this started? Any help would be appreciated.
Find all posts by this user
Quote this message in a reply
07-25-2013, 07:09 PM
Post: #2
RE: PPSSPP bat file (shortcut)
I live on another planet so I have no idea what "steam" is and what it works.
If I place this in a bat file
"D:\Games\PSP\PSP.exe" "D:\Games\PSP\Games\Fate Unlimited Codes.iso"
PPSSPP will run the game but with two problems
1.It will complain that the assets are missing(instead of menus,you'll get some unusable squares)
2.You won't be able to see any.

The reason for both problems is because ppsspp search for the assets folder and the flash0 folder in the working directory and since you are starting ppsspp from bat file,the working directory will be the directory where this bat file is started from.

If you move that .bat file in the ppsspp directory,then both problems will disappear.
You can also create a shortcut that have for target what I posted above and for "Start in" the directory where ppsspp is.

Using PPSSPP on Windows 7 x64 SP1
i7 4771 3.5Ghz,GTX750TI,16GB RAM

Batch iso <=> cso converter
http://forums.ppsspp.org/showthread.php?tid=5384
Save Game\States Manager
http://forums.ppsspp.org/showthread.php?tid=5516
Find all posts by this user
Quote this message in a reply
07-25-2013, 08:47 PM
Post: #3
RE: PPSSPP bat file (shortcut)
It crashes due to a bug we haven't narrowed down yet.

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
07-26-2013, 02:09 PM (This post was last modified: 07-26-2013 02:09 PM by solarmystic.)
Post: #4
RE: PPSSPP bat file (shortcut)
Issue will be resolved when this pull request gets merged into master.

PPSSPP Modern Testbed:-
Intel Core i5 4690K @ 4.0 GHz
NVIDIA Geforce GTX 760 2GB GDDR5 VRAM @ 1138/6500 Mhz
16 GB DDR3 RAM @ 1600 MHz
Windows 7 x64 SP1

PPSSPP Ancient Testing Rig:-
Intel Core 2 Duo T9550 @ 2.8GHz
ATI Mobility Radeon 4670 1GB GDDR3 VRAM @ 843/882 MHz
8 GB DDR3 RAM @ 1066 MHz
Windows 7 x64 SP1
Find all posts by this user
Quote this message in a reply
07-26-2013, 10:00 PM
Post: #5
RE: PPSSPP bat file (shortcut)
Hey thank you guys! I got it to work using
vsub_'s method.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: