Skip to main content

A www.romhacking.net dat creator and update checker.

Project description

rhdndat: romhacking.net_ dat creator and update checker
=======================================================

.. _romhacking.net: http://www.romhacking.net


**rhdndat** finds triples (rom file, softpatch file, version file) on the same directory and creates a clrmamepro entry on stdout or file for the result of each softpatch. It can also serve as a notifier that a update is required by comparing local versions to remote romhacking.net versions.

A softpatch filename is: 'rom filename - rom extension + patch extension' or 'rom filename - rom extension + '.reset.xdelta'' (special case for recognizing hardpatched roms and revert patches).

version file is simply named 'version' and has a version number line followed by a romhacking.net url line, repeated. These correspond to each hack or translation on the softpatch.

Requires flips (if trying to work with ips, bps) and xdelta3 (if trying to work with xdelta) on path or the same directory.

Arguments:
----------

**rhdndat** [-h] [-o **output-file**] [-d **xml-file**] [-i] [-t] **search-path** **rom-type**

positional arguments:
-search-path directory tree to search for (rom, patches and version) files

If there is no tuple but a patch of the form
'romfilename.reset.xdelta' is found, rom is assumed to be
hardpatched, -d will search for the checksum of the reseted
rom and the output will be the checksums of 'rom'

-rom-type extension (without dot) of roms to find patches for

optional arguments:
-h, --help show this help message and exit
-o output-file ouput file, if ommited writes to stdout
-d xml-file forces to pick up the translations game names from the rom
checksum in this file, if checksum not in xml, the program
picks names from hack page

-i used with -d, ignored otherwise - don't allow unrecognized
roms to be added even if the patches have a romhacking.net
page

-t only test version numbers against remote version,
ignore -o, -d or -i, works without a patch present

Memory Requirements
-------------------

This tool uses named FIFO files to calculate checksums when it has to patch, so not much memory is consumed. However, for patches of large roms like isos, you should make sure you're using xdelta instead of bps, because flips tries to read the whole file into memory to create or apply a patch.

Install
-------

rhdndat requires python 3.5 or later.

`The source for this project is available here
<https://github.com/i30817/rhdndat>`_.


The project can be installed on recent linux machines with pip3 by installing rhdndat from [PyPI]_ or installing latest master from [github]_ but you'll have to provide your own flips and xdelta executables in path (or current dir) for the ips, bps and xdelta support. That depends on your distribution but you can get and build them on the sites at the end of the document.


.. [PyPI] ``pip3 install --user rhdndat``
.. [github] ``pip3 install --user https://github.com/i30817/rhdndat/archive/master.zip``
(rhdndat may fail to execute if your OS doesn't add the pip3 install dir ``~/.local/bin`` - in linux - to the path)

Credits
---------

.. class:: tablacreditos

+-------------------------------------------------+----------------------------------------------------+
| Alcaro for helpful comments and for flips | https://github.com/Alcaro/Flips |
+-------------------------------------------------+----------------------------------------------------+
| xdelta for being fast and useful | http://xdelta.org/ |
+-------------------------------------------------+----------------------------------------------------+
| romhacking.net for being a awesome resource | http://www.romhacking.net/ |
+-------------------------------------------------+----------------------------------------------------+



Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rhdndat-1.0.1.tar.gz (25.8 kB view hashes)

Uploaded Source

Built Distribution

rhdndat-1.0.1-py3-none-any.whl (23.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page