Skip to content

Commit d48aa6e

Browse files
Add files via upload
read instructions and then edit the BAT file to paste your eboot.bin path into it
1 parent 14a4a04 commit d48aa6e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

fpPS4 Script.BAT

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@ECHO OFF
2+
cd /D "%~dp0"
3+
fpPS4 -e "eboot .bin path goes here"
4+
PAUSE
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
so here i will intstruct you on how to create a .bat file for fpPS4 emulator, first made a .txt file, open and copy and paste
2+
@ECHO OFF
3+
cd /D "%~dp0"
4+
fpPS4 -e >file path to eboot.bin goes here<
5+
PAUSE
6+
7+
save as the name of your game.bat, for encoding use ANSI and that is all you do to get games running.

0 commit comments

Comments
 (0)