Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/israpps/hdl-batch-installer
A GUI for HDL Dump. Featuring batch installation of PS2 games to PS2 internal hdd and some game management utilities
https://github.com/israpps/hdl-batch-installer
hdl-dump playstation-2 ps2 ps2-game-installer ps2-hdd
Last synced: 4 days ago
JSON representation
A GUI for HDL Dump. Featuring batch installation of PS2 games to PS2 internal hdd and some game management utilities
- Host: GitHub
- URL: https://github.com/israpps/hdl-batch-installer
- Owner: israpps
- License: gpl-3.0
- Created: 2021-06-21T00:09:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T12:30:14.000Z (3 months ago)
- Last Synced: 2024-12-27T18:08:16.060Z (11 days ago)
- Topics: hdl-dump, playstation-2, ps2, ps2-game-installer, ps2-hdd
- Language: C++
- Homepage: https://israpps.github.io/HDL-Batch-installer/
- Size: 362 MB
- Stars: 240
- Watchers: 10
- Forks: 15
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING.7zip
- Security: SECURITY.md
Awesome Lists containing this project
README
# HDL Batch installer
[![wxWidgets version](https://img.shields.io/badge/wxWidgets-3.0.5-blue)](https://www.wxwidgets.org/downloads/#v3.0.5)
![project status](https://img.shields.io/badge/Project%20status-Active-00cc22)![os](https://img.shields.io/badge/Windows-x64-green)
![os](https://img.shields.io/badge/Windows-x86-green)[![GitHub release (by tag)](https://img.shields.io/github/downloads/israpps/HDL-Batch-installer/Latest/total?label=Downloads%20%5BLatest%5D)](https://github.com/israpps/HDL-Batch-installer/releases)
[![Discord](https://img.shields.io/discord/859508044340920370?label=HDLBinst%20server&logo=discord&logoColor=white)](https://discord.gg/wczxvrkZk6)#### A GUI for [HDL Dump](https://github.com/israpps/hdl-dump).
#### Learn more [here](https://israpps.github.io/HDL-Batch-installer/)
Made by Matias Israelson (AKA:El_isra)
> Originally this was a personal project to practice C++ & give a try to wxWidgets...
>
> But at the end I decided to share it here on github.__If this software was useful, please consider giving it a star here on GitHub, a rating on PSX-place or a donation via [PayPal](https://www.paypal.com/paypalme/ElisraPS2)__
### Currently implemented features (unchecked elements are WIP)
----
- [x] Install multiple Games at once
- [x] Extract multiple Games at once
- [x] Automatically assign the original Game Title before Installation
- [X] Inject MBR.KELF into the HDD
- [x] Rename Game
- [x] View game information
- [x] Extract MBR program from HDD
- [x] Download Artwork, Widescreen Cheats and Game settings for OPL
- [x] Massive `KELF` and icon injection to every installed game
- [x] Mount __any PFS Partition__ as if it was a windows supported storage device
- [x] Automatically transfer Downloaded files to mounted partition with 1 click (use only on OPL data partition)
- [x] Batch game transfer between two ps2 HDDs
- [x] Delete and create Partitions
- [x] Format any Hard Drive into the required format---
## compilation
HDL Batch Installer was built based on wxWidgets 3.0.5 stable release, built as a win32 Monolithic unicode-enabled static library, it uses Code::blocks wxwidgets project build system, to manage the UI elements and their declaration/implementation automatically, saving precious time.
Eventually, i'll upgrade into the latest stable release 3.2.0, wich I hope doesn´t break anything :D
### cross compilation
Currently the project is windows only, in order to make it cross platform, it will not only require to port parts of the code (wich sould not be too hard, since i tried to stick to wxWidgets as much as i could), but also the replacement of certain parts of the code (ie: PFSFuse manager UI)
Since no one was interested on colaborating with this project so far, i don´t expect this to happen soon... or any time...