Good morning all ! In this tutorial I want to share with you the solution that allowed me to finally recognize my native Amiga games in HDF format by retroarch, through a file dat / rdb.
Before we begin we will explain the difference between a DAT and an RDB (in a very simplistic way!) :
-
DAT : this type of file are data files, include a kind of database that contains in our case information on games (crc, name, publisher, etc.).
-
RDB : these are the “data” files used by retroarch to create playlists and recognize if your roms are valid.
Most of the time you will only find “.dat” on the internet (or by creating it yourself), and as seen above, it is necessary to convert them to “.rdb” format of retroarch to be able to use them.
For now I will not explain it here, unless some ask! I will rather dwell on how to use a “.rdb” staff if it is not recognized natively.Which was the case for my “.rdb” amiga HDF (created from a “.dat” found on the net).
The solution was actually very simple but difficult to find on the internet … The procedure to follow is as follows:
1 Place your “.rdb” in your folder which contains the other “.rdb” of retroarch (most often in the rdb files of your retroarch installation).
2 Navigate through the folder: retroarch/info to find the cores configuration files. From there, open the file “PUAE_LIBRETRO.INFO”.
3 In this one you will have to add a line, I placed it below the line called “systemid”, but I think it does not matter. Add the following line “databse = “XXX””. “XXX” is the name of your “.rdb” file (without the extension!). In my case my file was the following “Commodore - Amiga HFD.rdb” so I added the following line “databse =” Commodore - Amiga HFD ".
TIPS =>You can add several “.rdb” with this method, to do this in your line of code just separate the different file name by a “|” like this for example “Commodore - Amiga HDF | Commodore - Amiga IPF”.
Now all you have to do is go back to your retroarch, then add content by scanning your file / file which contains your / your roms and surprise, a new playlist will have appeared with your games!
If you have questions, or if the tutorial is not clear enough, do not hesitate! I do not speak English very well and try to do the best;)
Mini