Integrate pop-fe better
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
rem %1 input cue file
|
||||
rem %2 Optional picture files
|
||||
setlocal ENABLEDELAYEDEXPANSION
|
||||
|
||||
echo %PATH%
|
||||
if [%2] == [] (
|
||||
set img_input=
|
||||
) else (
|
||||
set img_input=--cover %2/cover.png --pic0 %2/pic0.png --pic1 %2/pic1.png
|
||||
)
|
||||
pop-fe.exe --ps1-newemu --ps3-pkg=%~dpn1.pkg %img_input% %1
|
@@ -1,5 +1,9 @@
|
||||
#!/bin/bash
|
||||
#Made possible by Cody the white tiger
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
cd $BASEDIR
|
||||
source extern/py3venv/bin/activate
|
||||
|
||||
cd extern/pop-fe/
|
||||
./pop-fe.py --title=MyGame --ps1-newemu --cover=$2/Icon.png --pic0=$2/Pic0.png --pic1=$2/Pic1.png --ps3-pkg="${1%.*}.pkg" $1
|
||||
./pop-fe.py --title=$1 --ps1-newemu --cover=$2/Icon.png --pic0=$2/Pic0.png --pic1=$2/Pic1.png --ps3-pkg="${3%.*}.pkg" $3
|
Reference in New Issue
Block a user