- Introduction
- Objective
- Current Goals
- Non Goals
- Who Can Contribute?
- How To Contribute
- Contributor Guide
- Other General Information
Romhacks are fan games or mods that run on the same hardware as the original games did.
These have only been able to be made by studding the original games meticulously, as a result thanks to them, we have today a better understanding of both the original games and systems they run on.
Moreover, they tell a lot of how different interest, culture and game design evolution made fans improve or change the games that inspired them.
Sadly, these have been distributed more often than not as patches, and more often than not using patch formats that don't allow for validation.
The lack of an open project providing database files to allow both archival and easier distribution was becoming increasingly worrying, as a result this project was born.
This project follow the same kind of standards as No-Intro and Redump, so expect similar rules.
This repository contains in a 'structured' way, both 'information' and 'patches' related with romhacks.
The project goal is to 'normalize' the original patches distributed into a structure that is easier to process to deliver database (DAT) files. These database files are used in rom managers to help validate and archive collections.
YOU WILL NOT FIND ROMS HERE
- Write tool to patch roms on main formats
- Write tool to create dat file from database
- Write tool to create roms from database
- Write tool to create a database entry from input/output roms
- Porting romhacks/translations for SNES (Ongoing 😄 )
- Porting romhacks/translations for NES (Ongoing 😄 )
- Porting romhacks/translations for GB (Ongoing 😄 )
- Porting romhacks/translations for GBC (Ongoing 😄 )
- Porting romhacks/translations for GEN
- Porting romhacks/translations for N64
- Porting romhacks/translations for GBA
- This project CANNOT replace the original community sites. This project is mainly an archival project.
Anyone with some free time, the romhack archive wants to be as inclusive as possible.
The romhack archive respects its contributors and wants they enjoy the time they dedicate to the archive as much as possible.
Every contributor can focus on any system, games and hacks they want.
-
Are you part of a romhacking community site and would like to help us build a relationship?
-
Would like to help us build the database? Check the Contributor Guide
For these please best join our discord https://discord.gg/AEV88uDTeQ or email us at: [email protected]
- Would you like to report that you found a lost hack/s?
Please send email to [email protected] with means to find them.
Can be found next to this readme file, here: Contributor guide.
There are many patch formats, some only used by certain communities to patch certain games, other more widely adopted.
Today IPS and BPS patch formats are considered De facto standards. Hence, the focus on these.
This archive tries to provide a single bps patch for every hack.
Format | Creation Date | Author | Description |
---|---|---|---|
IPS | >= 1993 | Unknown | Original patch format, used to this day. Mainly used when validation is better avoided. |
UPS | 2008 | Near | Designed to replace IPS. Provides validation for input and output. |
BPS | 2012 | Near | Designed to replace IPS. Provides validation for input, output and patch. |
The advantage over patched roms is that patches are normally very small and don't contain the original rom that is more likely copyrighted. This is currently the accepted approach as is used by all community sites.
Initially it seems like a misuse of Git since the bulk of the repository is going to be binary data coming from patches.
Git is replacing:
- A website used to share content.
- An application used to submit content.
In this case Git provides instantly the infrastructure needed to bootstrap the project.
Most romhacks:
- Come from the first four console generations.
- Are created from very small patch files.
It is to acknowledge that to handle romhacks from fifth console generation onwards some extensions will be needed.