Added game manual for PS1 games

This commit is contained in:
CosmicScale 2025-03-04 17:00:31 +00:00
parent 1f439c8099
commit 4b2219521c
6 changed files with 24 additions and 2 deletions

View File

@ -889,6 +889,7 @@ while IFS='|' read -r game_title game_id publisher disc_type file_name; do
# Determine the launcher value for this specific game
if [[ "$disc_type" == "POPS" ]]; then
launcher_value="POPS"
cp "${ASSETS_DIR}/"{1.png,2.png,bg.png,man.xml} "$game_dir"
else
launcher_value="$LAUNCHER"
fi
@ -989,6 +990,10 @@ while IFS='|' read -r game_title game_id publisher disc_type file_name; do
COMMANDS+="cd res\n"
COMMANDS+="put info.sys\n"
COMMANDS+="put jkt_001.png\n"
COMMANDS+="put 1.png\n"
COMMANDS+="put 2.png\n"
COMMANDS+="put bg.png\n"
COMMANDS+="put man.xml\n"
COMMANDS+="umount\n"
COMMANDS+="exit\n"

View File

@ -53,6 +53,7 @@ This project uses [webhook.site](https://webhook.site/) to automatically contrib
- Optimised art work
- Art downloads from IGN are now automatically contributed to the [PSBBN art database](https://github.com/CosmicScale/psbbn-art-database), and missing artwork is also automatically reported. Manual submissions are welcome, see the [PSBBN art database GitHub page](https://github.com/CosmicScale/psbbn-art-database) for details
- Added Neutrino support
- Added a manual for PS1 games. It can be accessed in the Game Channel by selecting a game, pressing Triangle, and then selecting `Manual`
## New installation scripts
@ -316,8 +317,7 @@ Before installing the English patch, you **must** power off your console to stan
</details>
## Known Issues/Limitations of PSBBN
PSBBN only supports dates up to the end of 2030.
A bug with Game Manuals randomly crashing when changing pages. Manuals only work reliably on the first 5 games installed.
PSBBN only supports dates up to the end of 2030.
\* Instances in feega where some Japanese text could not be translated because it is hard coded in an encrypted file. Atok software has not been translated.
\** Should also be compatible with the PS2 Slim SCPH-70xxx models with an IDE Resurrector or similar mod. [PSBBN Definitive English Patch 2.0](#new-to-version-20) and older versions of the [PS2 HDD RAW Image Install](#ps2-hdd-raw-image-install) are not compatible with early model Japanese PS2 consoles that have an external HDD due to space limitations (unless the stock drive is replaced with a 200+ GB drive). When [Patching an existing PSBBN install](#patch-an-existing-psbbn-install), Kloader might have compatibility issues with early model Japanese PS2 consoles with an external HDD.
\***Default on-screen keyboard is Japanese. US English on-screen keyboard has been added, but you have to press `SELECT` a number of times to access it. I've noticed a bug where the spacebar key does not function on the US English on-screen keyboard. A space can be entered by pressing the triangle button on the controller instead. I could revert back to the Japanese qwerty keyboard in the future, but I think the benefits of the US keyboard outweigh this negative.

BIN
assets/1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
assets/2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
assets/bg.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

17
assets/man.xml Executable file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<MANUAL version="1.0">
<IMG id="bg" src="./bg.png" />
<MENUGROUP id="TOP">
<TITLE id="TOP-TITLE" label="PlayStation Game Manual" />
<ITEM id="M00" label="Hotkeys" page="PIC0000" />
<ITEM id="M01" label="Changing Discs" page="PIC0001" />
</MENUGROUP>
<PAGEGROUP>
<PAGE id="PIC0000" src="./1.png" retitem="M00" retgroup="TOP" />
<PAGE id="PIC0001" src="./2.png" retitem="M01" retgroup="TOP" />
</PAGEGROUP>
</MANUAL>