19 Commits

Author SHA1 Message Date
CosmicScale
13813c3c62 Multilingual Support
PSBBN Installer:
- Add an option to select a language when installing PSBBN
- Install Japanese online game channels when Japanese is selected

PSBBN Updater:
- Install updates for the PSBBN System Software and language pack
- Install updates for online channels when the language is set to Japanese

Optional Extras:
- Add an option to change the PSBBN language in the Optional Extras menu

Game Installer:
- Display Japanese-region game titles in Japanese and sort them in gojūon (五十音) order when Japanese is selected
- Install the POPS IGR message for the selected language
- Install PS1 game manuals for the selected language

TitlesDB_PS1.csv and TitlesDB_PS2.csv:
- Add Japanese titles for all Japanese-region games

list-builder.py:
- Update to handle Japanese game titles

General:
- Add libicu-dev and pkg-config to the dependencies
2026-01-08 17:20:53 +00:00
CosmicScale
75aba4dd33 Add warning to prevent internal scripts from being run directly 2025-12-07 16:04:15 +00:00
CosmicScale
b8b1e81748 Fix PS1 game check for HDTV fix 2025-11-22 12:46:27 +00:00
CosmicScale
4e20f0d09d Add bin/cue files to PS1 game check for HDTV fix 2025-11-21 20:03:09 +00:00
CosmicScale
675e70d82f POPStarter file check fix and relocate POPSTARTER.ELF to __system/launcher 2025-11-16 13:46:25 +00:00
CosmicScale
44f93375fe Delete HDD-OSD.elf and PSBBN.ELF from APPS folder 2025-11-14 16:38:42 +00:00
CosmicScale
afb3f02530 Definitive Patch v4.0.0: Replace Sony MBR with OSDMenu MBR; add HOSDMenu and installer improvements
Replace Sony's MBR app with OSDMenu MBR:
- Remove BBN Launcher (BBNL); OSDMenu MBR handles launching games and apps directly
- Improve boot speed
- Launch games up to 6 seconds faster
- Improve Game ID handling for Retro GEM and MemCard Pro 2/SD2PSX
- Remove "Launch Disc" app; disc launching now handled by OSDMenu MBR
- Remove PlayStation 2 Basic Boot Loader (PS2BBL); OSDMenu MBR now natively launches ELFs by holding a gamepad button at startup

Patch HDD-OSD via HOSDMenu and add improvements:
- Support drives larger than 1 TB
- Allow launching homebrew directly from the OSDSYS menu
- See repository for full details: https://github.com/pcm720/OSDMenu

PSBBN installer:
- Show release notes when installing/updating
- Install HOSDMenu alongside PSBBN
- Lower minimum drive size from 200 GB to 32 GB
- Increase max APA partition to 112 GB
- Assign any post-partition unallocated space to the OPL partition
- Advise users to check archive.org or use a VPN if downloads fail

New HOSDMenu installer:
- Add option to install HOSDMenu-only for third-party HDD adapter users
- Allow creating a custom-size POPS partition and assign remaining space to OPL (up to 2 TB)

Game Installer:
- Require PSBBN Definitive Patch v4.0.0 and above or HOSDMenu-only
- Support HOSDMenu-only setups
- Update OSDMenu MBR and HOSDMenu when newer versions are available
- Update Navigator Menu with shortcuts to selected game launcher, HOSDMenu and wLaunchELF
- Update HOSDMenu config to show installed homebrew apps in OSDSYS menu
- Convert PS1 BIN/CUE files to VCD and PS2 BIN/CUE file to ISO
- Copy only valid game and homebrew files when syncing/adding
- Make rsync ignore Windows `:Zone.Identifier` metadata files to prevent sync failures
- Use PFS Fuse and rsync to install PS1 games
- Capitalize lowercase .VCD extensions to ensure compatibility with POPStarter
- Relocate `OPNPS2LD.ELF` and `nhddl.elf` to `__system/launcher` and `POPSTARTER.ELF` to `__common/POPS` from exFAT

list-builder.py
- Update to scan PFS __.POPS for .VCD files instead of local POPS folder

PS2 Linux Installer:
- Update OSDMenu MBR config so Linux can be booted by holding CIRCLE at power-on instead of interrupting PSBBN startup

NHDDL
- Update to version 1.2.0

Setup.sh and flake.nix
- Add bchunk to dependences

PSBBN Launcher for Windows:
- Reduce minimum disk capacity from 200 GB to 32 GB
- Improve user prompts

General:
- Add support for ARM64 systems
- Replace BOOT.ELF with the SAS-compliant wLaunchELF_ISR version 4.43x_isr-bb13043
- Remove PS1VModeNeg.elf
- Change locale from en_US.UTF-8 to C.UTF-8 to avoid missing-locale failures and ensure script output and logs remain in English and prevent related failures
- Improved mounting and unmouting APA partitions
- Fix bugs
- Add software licences
2025-11-14 16:25:55 +00:00
CosmicScale
86d4a949b0 Convert art_downloader from JavaScript to Python and remove Node.js dependencies
- Convert art_downloader from JavaScript to Python
- Remove nodejs, npm, puppeteer and chromium dependencies
2025-10-03 19:45:13 +01:00
CosmicScale
e6f15666f2 Prevent invalid WSL path from being used 2025-09-29 16:23:32 +01:00
CosmicScale
6d7a5f7fdf Add quotes to TOOLKIT_PATH variable 2025-09-22 12:44:52 +01:00
Thomson2412
3de54d32b8 Add nix support with flakes (#186)
* Add nix flake to setup the environment

* Update dependency checking to support nix

* Move flake to scripts folder
2025-09-19 22:25:56 +01:00
CosmicScale
abd1b33fe6 Add game ID to message when OPL artwork not found locally 2025-09-15 15:25:11 +01:00
CosmicScale
c71d23a0f4 Fix contributions to art/icons databases 2025-09-12 14:41:39 +01:00
CosmicScale
fb9786e98b Fix WSL path handling and improve display of paths and drives
- Fix handling of WSL paths containing spaces
- Display Windows paths in Windows-style format
- Show drive model instead of device name
2025-09-08 21:23:31 +01:00
CosmicScale
0dd0fc69f2 Cleanup after creating VMCs 2025-09-06 00:59:42 +01:00
CosmicScale
991182af17 Fix big where VMC's could be created outside the POPS folder when installing lots of games 2025-09-05 22:12:49 +01:00
CosmicScale
1a1dd1c958 Force scripts to run with English locale, remove exfatutils from Arch setup 2025-09-03 11:43:04 +01:00
CosmicScale
4882b4147d Fix permission errors 2025-08-29 01:00:26 +01:00
CosmicScale
19389c4d50 PSBBN v3.00 update
- NEW! Central menu system; auto-setup if dependencies missing
- NEW! Music Installer supports .mp3, .m4a, .flac, and .ogg
- NEW! PSBBN Installer now uses ext2 (replacing ReiserFS), tar archives, and allows custom partition size for Contents; max Music/Contents/POPS partitions increased to 111 GB
- NEW! PSBBN Updater: update to latest patch directly from menu
- Game Installer: HDTV fix for PS1, improved Game ID extraction for VCD/ZSO files
- Extras: optional PS2 Linux install with custom home size; swap Cross/Circle button functions
- HDD-OSD (Browser 2.0): new PSBBN icon by Yornn; improved game icon background color
2025-08-28 15:15:29 +01:00