├── .envrc ├── .gitignore ├── PSBBN-Definitive-Patch.sh ├── README.md ├── games ├── APPS │ └── APP_WLE-ISR-XF-MM.psu ├── ART │ └── .gitkeep ├── CD │ └── .gitkeep ├── CFG │ └── .gitkeep ├── CHT │ └── .gitkeep ├── DVD │ └── .gitkeep ├── LNG │ └── .gitkeep ├── POPS │ └── .gitkeep ├── THM │ └── .gitkeep └── VMC │ └── .gitkeep ├── icons ├── art │ ├── APP.png │ ├── APP_WLE-ISR-.png │ ├── HOSDMENU.png │ ├── NHDDL.png │ ├── OPENPS2LOAD.png │ ├── ps1.png │ └── ps2.png └── ico │ ├── app-del.ico │ ├── app.ico │ ├── cd.ico │ ├── dvd.ico │ ├── nhddl-del.ico │ ├── nhddl.ico │ ├── opl-del.ico │ ├── opl.ico │ ├── ps1.ico │ ├── psbbn-del.ico │ ├── psbbn.ico │ └── vmc │ ├── ARK-THE-LAD.ico │ ├── ARMORED-CORE.ico │ ├── GRAN-TURISMO.ico │ ├── KONAMI.ico │ ├── MONSTER-FARM.ico │ ├── MONSTER-RANCHER.ico │ ├── POPOLOCROIS.ico │ ├── SQUARE.ico │ ├── TEKKEN.ico │ ├── TOMBA-JPN.ico │ ├── TOMBA.ico │ ├── TOMBI.ico │ └── VMC.ico ├── media └── music │ └── .gitkeep └── scripts ├── Extras.sh ├── Game-Installer.sh ├── HOSDMenu-Installer.sh ├── Media-Installer.sh ├── PSBBN-Installer.sh ├── PSBBN-Launcher-For-Windows.ps1 ├── Setup.sh ├── assets ├── Icon-templates │ ├── PS1-JPN.bmp │ ├── PS1-MULTI.bmp │ ├── PS1-PAL.bmp │ ├── PS1-USA-GH.bmp │ ├── PS1-USA.bmp │ ├── PS1_LAB_JPN.png │ ├── PS1_LAB_PAL.png │ ├── PS1_LAB_USA.png │ ├── PS2-NTSC.bmp │ ├── PS2-PAL.bmp │ ├── PS2_LAB_JPN.png │ ├── PS2_LAB_PAL.png │ ├── PS2_LAB_USA.png │ ├── VMC.icn │ ├── VMC.png │ ├── ps1cdpaljpicon.icn │ ├── ps1cdusicon.icn │ ├── ps1multidiscicon.icn │ └── ps2dvdicon.icn ├── NHDDL │ └── nhddl.elf ├── OPL │ └── OPNPS2LD.ELF ├── POPStarter │ ├── CHEATS.TXT │ ├── POPSTARTER.ELF │ ├── bg.png │ ├── eng │ │ ├── 1.png │ │ ├── 2.png │ │ ├── IGR_BG.TM2 │ │ ├── IGR_NO.TM2 │ │ ├── IGR_YES.TM2 │ │ └── man.xml │ └── icon.sys ├── autorun.ico ├── kernel │ ├── o.tm2 │ ├── ps2-linux-ntsc │ ├── ps2-linux-vga │ ├── vmlinux │ ├── vmlinux_jpn │ └── x.tm2 ├── music │ ├── bitrate │ └── music.db ├── neutrino │ ├── README.md │ ├── config │ │ ├── bsd-ata.toml │ │ ├── bsd-ilink.toml │ │ ├── bsd-mmce.toml │ │ ├── bsd-mx4sio.toml │ │ ├── bsd-udpbd-hdd.toml │ │ ├── bsd-udpbd.toml │ │ ├── bsd-usb-debug.toml │ │ ├── bsd-usb.toml │ │ ├── bsdfs-bd.toml │ │ ├── bsdfs-exfat.toml │ │ ├── bsdfs-hdl.toml │ │ ├── emu-ata-file.toml │ │ ├── emu-dvd-esr.toml │ │ ├── emu-dvd-file.toml │ │ ├── emu-mc-file.toml │ │ ├── i_bdm.toml │ │ ├── i_dev9_hidden.toml │ │ ├── i_dev9_ns.toml │ │ ├── rc-uya.toml │ │ └── system.toml │ ├── modules │ │ ├── IEEE1394_bd_mini.irx │ │ ├── ata_bd.irx │ │ ├── atad_emu.irx │ │ ├── bdfs.irx │ │ ├── bdm.irx │ │ ├── bdmfs_fatfs.irx │ │ ├── cdvdfsv.irx │ │ ├── cdvdman_emu.irx │ │ ├── cdvdman_esr1.irx │ │ ├── cdvdman_esr2.irx │ │ ├── dev9_hidden.irx │ │ ├── dev9_ns.irx │ │ ├── ee_core.elf │ │ ├── eesync.irx │ │ ├── fakemod.irx │ │ ├── fhi_bd.irx │ │ ├── fhi_bd_defrag.irx │ │ ├── fileXio.irx │ │ ├── hdlfs.irx │ │ ├── iLinkman.irx │ │ ├── imgdrv.irx │ │ ├── iomanX.irx │ │ ├── mc_emu.irx │ │ ├── mmcefhi.irx │ │ ├── mmceman.irx │ │ ├── mx4sio_bd_mini.irx │ │ ├── patch_membo.irx │ │ ├── patch_rc_uya.irx │ │ ├── ps2hdd-bdm.irx │ │ ├── smap_udpbd.irx │ │ ├── smap_udptty.irx │ │ ├── udnl-t300.irx │ │ ├── udnl.irx │ │ ├── usbd_mini.irx │ │ └── usbmass_bd_mini.irx │ ├── neutrino.elf │ └── version.txt └── osdmenu │ ├── OSDMBR.XLF │ ├── hosdmenu.elf │ └── version.txt ├── helper ├── AppDB.csv ├── ArtDB.csv ├── HDL Dump.elf ├── PFS Fuse.elf ├── PFS Shell.elf ├── PS2 APA Header Checksum Fixer.elf ├── PSU Extractor.elf ├── TitlesDB_PS1_English.csv ├── TitlesDB_PS2_English.csv ├── aarch64 │ ├── HDL Dump.elf │ ├── PFS Fuse.elf │ ├── PFS Shell.elf │ ├── PS2 APA Header Checksum Fixer.elf │ ├── PSU Extractor.elf │ ├── cue2pops │ ├── mkfs.exfat │ └── sqlite ├── art_downloader.py ├── binmerge.py ├── cue2pops ├── icon_sys_to_txt.py ├── list-builder.py ├── list-sorter.py ├── mkfs.exfat ├── music-installer.py ├── ps2iconmaker.sh ├── sqlite ├── txt_to_icon_sys.py ├── vmc_groups.list └── ziso.py ├── licenses ├── OPL ├── OSDMenu ├── OSDMenu MBR ├── binmerge ├── cue2pops ├── exfatprogs ├── hdl-dump ├── neutrino ├── nhddl ├── pfsshell ├── ps2-hdd-decryption-helper └── xebplus-neutrino-loader-plugin └── nix ├── flake.lock └── flake.nix /.envrc: -------------------------------------------------------------------------------- 1 | use flake ./scripts/nix -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/.gitignore -------------------------------------------------------------------------------- /PSBBN-Definitive-Patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/PSBBN-Definitive-Patch.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/README.md -------------------------------------------------------------------------------- /games/APPS/APP_WLE-ISR-XF-MM.psu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/games/APPS/APP_WLE-ISR-XF-MM.psu -------------------------------------------------------------------------------- /games/ART/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/CD/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/CFG/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/CHT/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/DVD/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/LNG/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/POPS/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/THM/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/VMC/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/art/APP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/art/APP.png -------------------------------------------------------------------------------- /icons/art/APP_WLE-ISR-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/art/APP_WLE-ISR-.png -------------------------------------------------------------------------------- /icons/art/HOSDMENU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/art/HOSDMENU.png -------------------------------------------------------------------------------- /icons/art/NHDDL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/art/NHDDL.png -------------------------------------------------------------------------------- /icons/art/OPENPS2LOAD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/art/OPENPS2LOAD.png -------------------------------------------------------------------------------- /icons/art/ps1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/art/ps1.png -------------------------------------------------------------------------------- /icons/art/ps2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/art/ps2.png -------------------------------------------------------------------------------- /icons/ico/app-del.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/app-del.ico -------------------------------------------------------------------------------- /icons/ico/app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/app.ico -------------------------------------------------------------------------------- /icons/ico/cd.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/cd.ico -------------------------------------------------------------------------------- /icons/ico/dvd.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/dvd.ico -------------------------------------------------------------------------------- /icons/ico/nhddl-del.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/nhddl-del.ico -------------------------------------------------------------------------------- /icons/ico/nhddl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/nhddl.ico -------------------------------------------------------------------------------- /icons/ico/opl-del.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/opl-del.ico -------------------------------------------------------------------------------- /icons/ico/opl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/opl.ico -------------------------------------------------------------------------------- /icons/ico/ps1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/ps1.ico -------------------------------------------------------------------------------- /icons/ico/psbbn-del.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/psbbn-del.ico -------------------------------------------------------------------------------- /icons/ico/psbbn.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/psbbn.ico -------------------------------------------------------------------------------- /icons/ico/vmc/ARK-THE-LAD.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/vmc/ARK-THE-LAD.ico -------------------------------------------------------------------------------- /icons/ico/vmc/ARMORED-CORE.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/vmc/ARMORED-CORE.ico -------------------------------------------------------------------------------- /icons/ico/vmc/GRAN-TURISMO.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/vmc/GRAN-TURISMO.ico -------------------------------------------------------------------------------- /icons/ico/vmc/KONAMI.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/vmc/KONAMI.ico -------------------------------------------------------------------------------- /icons/ico/vmc/MONSTER-FARM.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/vmc/MONSTER-FARM.ico -------------------------------------------------------------------------------- /icons/ico/vmc/MONSTER-RANCHER.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/vmc/MONSTER-RANCHER.ico -------------------------------------------------------------------------------- /icons/ico/vmc/POPOLOCROIS.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/vmc/POPOLOCROIS.ico -------------------------------------------------------------------------------- /icons/ico/vmc/SQUARE.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/vmc/SQUARE.ico -------------------------------------------------------------------------------- /icons/ico/vmc/TEKKEN.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/vmc/TEKKEN.ico -------------------------------------------------------------------------------- /icons/ico/vmc/TOMBA-JPN.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/vmc/TOMBA-JPN.ico -------------------------------------------------------------------------------- /icons/ico/vmc/TOMBA.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/vmc/TOMBA.ico -------------------------------------------------------------------------------- /icons/ico/vmc/TOMBI.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/vmc/TOMBI.ico -------------------------------------------------------------------------------- /icons/ico/vmc/VMC.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/icons/ico/vmc/VMC.ico -------------------------------------------------------------------------------- /media/music/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/Extras.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/Extras.sh -------------------------------------------------------------------------------- /scripts/Game-Installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/Game-Installer.sh -------------------------------------------------------------------------------- /scripts/HOSDMenu-Installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/HOSDMenu-Installer.sh -------------------------------------------------------------------------------- /scripts/Media-Installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/Media-Installer.sh -------------------------------------------------------------------------------- /scripts/PSBBN-Installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/PSBBN-Installer.sh -------------------------------------------------------------------------------- /scripts/PSBBN-Launcher-For-Windows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/PSBBN-Launcher-For-Windows.ps1 -------------------------------------------------------------------------------- /scripts/Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/Setup.sh -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/PS1-JPN.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/PS1-JPN.bmp -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/PS1-MULTI.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/PS1-MULTI.bmp -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/PS1-PAL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/PS1-PAL.bmp -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/PS1-USA-GH.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/PS1-USA-GH.bmp -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/PS1-USA.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/PS1-USA.bmp -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/PS1_LAB_JPN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/PS1_LAB_JPN.png -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/PS1_LAB_PAL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/PS1_LAB_PAL.png -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/PS1_LAB_USA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/PS1_LAB_USA.png -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/PS2-NTSC.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/PS2-NTSC.bmp -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/PS2-PAL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/PS2-PAL.bmp -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/PS2_LAB_JPN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/PS2_LAB_JPN.png -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/PS2_LAB_PAL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/PS2_LAB_PAL.png -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/PS2_LAB_USA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/PS2_LAB_USA.png -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/VMC.icn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/VMC.icn -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/VMC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/VMC.png -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/ps1cdpaljpicon.icn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/ps1cdpaljpicon.icn -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/ps1cdusicon.icn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/ps1cdusicon.icn -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/ps1multidiscicon.icn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/ps1multidiscicon.icn -------------------------------------------------------------------------------- /scripts/assets/Icon-templates/ps2dvdicon.icn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/Icon-templates/ps2dvdicon.icn -------------------------------------------------------------------------------- /scripts/assets/NHDDL/nhddl.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/NHDDL/nhddl.elf -------------------------------------------------------------------------------- /scripts/assets/OPL/OPNPS2LD.ELF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/OPL/OPNPS2LD.ELF -------------------------------------------------------------------------------- /scripts/assets/POPStarter/CHEATS.TXT: -------------------------------------------------------------------------------- 1 | $SAFEMODE 2 | $HDTVFIX 3 | -------------------------------------------------------------------------------- /scripts/assets/POPStarter/POPSTARTER.ELF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/POPStarter/POPSTARTER.ELF -------------------------------------------------------------------------------- /scripts/assets/POPStarter/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/POPStarter/bg.png -------------------------------------------------------------------------------- /scripts/assets/POPStarter/eng/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/POPStarter/eng/1.png -------------------------------------------------------------------------------- /scripts/assets/POPStarter/eng/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/POPStarter/eng/2.png -------------------------------------------------------------------------------- /scripts/assets/POPStarter/eng/IGR_BG.TM2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/POPStarter/eng/IGR_BG.TM2 -------------------------------------------------------------------------------- /scripts/assets/POPStarter/eng/IGR_NO.TM2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/POPStarter/eng/IGR_NO.TM2 -------------------------------------------------------------------------------- /scripts/assets/POPStarter/eng/IGR_YES.TM2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/POPStarter/eng/IGR_YES.TM2 -------------------------------------------------------------------------------- /scripts/assets/POPStarter/eng/man.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/POPStarter/eng/man.xml -------------------------------------------------------------------------------- /scripts/assets/POPStarter/icon.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/POPStarter/icon.sys -------------------------------------------------------------------------------- /scripts/assets/autorun.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/autorun.ico -------------------------------------------------------------------------------- /scripts/assets/kernel/o.tm2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/kernel/o.tm2 -------------------------------------------------------------------------------- /scripts/assets/kernel/ps2-linux-ntsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/kernel/ps2-linux-ntsc -------------------------------------------------------------------------------- /scripts/assets/kernel/ps2-linux-vga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/kernel/ps2-linux-vga -------------------------------------------------------------------------------- /scripts/assets/kernel/vmlinux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/kernel/vmlinux -------------------------------------------------------------------------------- /scripts/assets/kernel/vmlinux_jpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/kernel/vmlinux_jpn -------------------------------------------------------------------------------- /scripts/assets/kernel/x.tm2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/kernel/x.tm2 -------------------------------------------------------------------------------- /scripts/assets/music/bitrate: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/assets/music/music.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/music/music.db -------------------------------------------------------------------------------- /scripts/assets/neutrino/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/README.md -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/bsd-ata.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/bsd-ata.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/bsd-ilink.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/bsd-ilink.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/bsd-mmce.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/bsd-mmce.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/bsd-mx4sio.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/bsd-mx4sio.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/bsd-udpbd-hdd.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/bsd-udpbd-hdd.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/bsd-udpbd.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/bsd-udpbd.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/bsd-usb-debug.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/bsd-usb-debug.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/bsd-usb.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/bsd-usb.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/bsdfs-bd.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/bsdfs-bd.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/bsdfs-exfat.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/bsdfs-exfat.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/bsdfs-hdl.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/bsdfs-hdl.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/emu-ata-file.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/emu-ata-file.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/emu-dvd-esr.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/emu-dvd-esr.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/emu-dvd-file.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/emu-dvd-file.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/emu-mc-file.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/emu-mc-file.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/i_bdm.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/i_bdm.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/i_dev9_hidden.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/i_dev9_hidden.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/i_dev9_ns.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/i_dev9_ns.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/rc-uya.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/rc-uya.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/config/system.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/config/system.toml -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/IEEE1394_bd_mini.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/IEEE1394_bd_mini.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/ata_bd.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/ata_bd.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/atad_emu.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/atad_emu.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/bdfs.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/bdfs.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/bdm.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/bdm.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/bdmfs_fatfs.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/bdmfs_fatfs.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/cdvdfsv.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/cdvdfsv.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/cdvdman_emu.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/cdvdman_emu.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/cdvdman_esr1.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/cdvdman_esr1.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/cdvdman_esr2.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/cdvdman_esr2.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/dev9_hidden.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/dev9_hidden.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/dev9_ns.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/dev9_ns.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/ee_core.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/ee_core.elf -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/eesync.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/eesync.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/fakemod.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/fakemod.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/fhi_bd.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/fhi_bd.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/fhi_bd_defrag.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/fhi_bd_defrag.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/fileXio.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/fileXio.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/hdlfs.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/hdlfs.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/iLinkman.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/iLinkman.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/imgdrv.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/imgdrv.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/iomanX.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/iomanX.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/mc_emu.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/mc_emu.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/mmcefhi.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/mmcefhi.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/mmceman.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/mmceman.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/mx4sio_bd_mini.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/mx4sio_bd_mini.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/patch_membo.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/patch_membo.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/patch_rc_uya.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/patch_rc_uya.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/ps2hdd-bdm.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/ps2hdd-bdm.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/smap_udpbd.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/smap_udpbd.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/smap_udptty.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/smap_udptty.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/udnl-t300.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/udnl-t300.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/udnl.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/udnl.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/usbd_mini.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/usbd_mini.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/modules/usbmass_bd_mini.irx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/modules/usbmass_bd_mini.irx -------------------------------------------------------------------------------- /scripts/assets/neutrino/neutrino.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/neutrino/neutrino.elf -------------------------------------------------------------------------------- /scripts/assets/neutrino/version.txt: -------------------------------------------------------------------------------- 1 | v1.7.0 2 | -------------------------------------------------------------------------------- /scripts/assets/osdmenu/OSDMBR.XLF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/osdmenu/OSDMBR.XLF -------------------------------------------------------------------------------- /scripts/assets/osdmenu/hosdmenu.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/assets/osdmenu/hosdmenu.elf -------------------------------------------------------------------------------- /scripts/assets/osdmenu/version.txt: -------------------------------------------------------------------------------- 1 | 1.0.0 2 | -------------------------------------------------------------------------------- /scripts/helper/AppDB.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/AppDB.csv -------------------------------------------------------------------------------- /scripts/helper/ArtDB.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/ArtDB.csv -------------------------------------------------------------------------------- /scripts/helper/HDL Dump.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/HDL Dump.elf -------------------------------------------------------------------------------- /scripts/helper/PFS Fuse.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/PFS Fuse.elf -------------------------------------------------------------------------------- /scripts/helper/PFS Shell.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/PFS Shell.elf -------------------------------------------------------------------------------- /scripts/helper/PS2 APA Header Checksum Fixer.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/PS2 APA Header Checksum Fixer.elf -------------------------------------------------------------------------------- /scripts/helper/PSU Extractor.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/PSU Extractor.elf -------------------------------------------------------------------------------- /scripts/helper/TitlesDB_PS1_English.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/TitlesDB_PS1_English.csv -------------------------------------------------------------------------------- /scripts/helper/TitlesDB_PS2_English.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/TitlesDB_PS2_English.csv -------------------------------------------------------------------------------- /scripts/helper/aarch64/HDL Dump.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/aarch64/HDL Dump.elf -------------------------------------------------------------------------------- /scripts/helper/aarch64/PFS Fuse.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/aarch64/PFS Fuse.elf -------------------------------------------------------------------------------- /scripts/helper/aarch64/PFS Shell.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/aarch64/PFS Shell.elf -------------------------------------------------------------------------------- /scripts/helper/aarch64/PS2 APA Header Checksum Fixer.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/aarch64/PS2 APA Header Checksum Fixer.elf -------------------------------------------------------------------------------- /scripts/helper/aarch64/PSU Extractor.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/aarch64/PSU Extractor.elf -------------------------------------------------------------------------------- /scripts/helper/aarch64/cue2pops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/aarch64/cue2pops -------------------------------------------------------------------------------- /scripts/helper/aarch64/mkfs.exfat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/aarch64/mkfs.exfat -------------------------------------------------------------------------------- /scripts/helper/aarch64/sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/aarch64/sqlite -------------------------------------------------------------------------------- /scripts/helper/art_downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/art_downloader.py -------------------------------------------------------------------------------- /scripts/helper/binmerge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/binmerge.py -------------------------------------------------------------------------------- /scripts/helper/cue2pops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/cue2pops -------------------------------------------------------------------------------- /scripts/helper/icon_sys_to_txt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/icon_sys_to_txt.py -------------------------------------------------------------------------------- /scripts/helper/list-builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/list-builder.py -------------------------------------------------------------------------------- /scripts/helper/list-sorter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/list-sorter.py -------------------------------------------------------------------------------- /scripts/helper/mkfs.exfat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/mkfs.exfat -------------------------------------------------------------------------------- /scripts/helper/music-installer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/music-installer.py -------------------------------------------------------------------------------- /scripts/helper/ps2iconmaker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/ps2iconmaker.sh -------------------------------------------------------------------------------- /scripts/helper/sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/sqlite -------------------------------------------------------------------------------- /scripts/helper/txt_to_icon_sys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/txt_to_icon_sys.py -------------------------------------------------------------------------------- /scripts/helper/vmc_groups.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/vmc_groups.list -------------------------------------------------------------------------------- /scripts/helper/ziso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/helper/ziso.py -------------------------------------------------------------------------------- /scripts/licenses/OPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/licenses/OPL -------------------------------------------------------------------------------- /scripts/licenses/OSDMenu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/licenses/OSDMenu -------------------------------------------------------------------------------- /scripts/licenses/OSDMenu MBR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/licenses/OSDMenu MBR -------------------------------------------------------------------------------- /scripts/licenses/binmerge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/licenses/binmerge -------------------------------------------------------------------------------- /scripts/licenses/cue2pops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/licenses/cue2pops -------------------------------------------------------------------------------- /scripts/licenses/exfatprogs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/licenses/exfatprogs -------------------------------------------------------------------------------- /scripts/licenses/hdl-dump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/licenses/hdl-dump -------------------------------------------------------------------------------- /scripts/licenses/neutrino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/licenses/neutrino -------------------------------------------------------------------------------- /scripts/licenses/nhddl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/licenses/nhddl -------------------------------------------------------------------------------- /scripts/licenses/pfsshell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/licenses/pfsshell -------------------------------------------------------------------------------- /scripts/licenses/ps2-hdd-decryption-helper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/licenses/ps2-hdd-decryption-helper -------------------------------------------------------------------------------- /scripts/licenses/xebplus-neutrino-loader-plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/licenses/xebplus-neutrino-loader-plugin -------------------------------------------------------------------------------- /scripts/nix/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/nix/flake.lock -------------------------------------------------------------------------------- /scripts/nix/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CosmicScale/PSBBN-Definitive-English-Patch/HEAD/scripts/nix/flake.nix --------------------------------------------------------------------------------