Hey all
So, i'm at the stage where i need to create my own DAT file but want to emulate the settings/structure Redump's dat files use perfectly.
I'd like to know what dat file creation software is being used, and what settings are used on that software to create the dats, particularly for the saturn games.
the biggest things i'm seeing are Categories (clrmame doesn't have/use them) and the fact that my dat says "Machine Name" instead of "Game name"
thanks!
DAT File Creation
-
A Murder of Crows
- Posts: 35
- Joined: Mon Jun 08, 2026 1:28 am
DAT File Creation
I don't get notifications from this forum, and i don't often check PMs here as a result. If you need to reach me, please just email me or contact F1ReB4LL.
Re: DAT File Creation
The Machine vs Game issue is easily fixable.A Murder of Crows wrote:the biggest things i'm seeing are Categories (clrmame doesn't have/use them) and the fact that my dat says "Machine Name" instead of "Game name"
thanks!
Open cmpro.ini, in Notepad, find the line
Code: Select all
Adv_SetElementXML = machineCode: Select all
Adv_SetElementXML = gameHeaders for Redump dats look like this:
Code: Select all
<header>
<name>Sega - Dreamcast</name>
<description>Sega - Dreamcast - Discs (1277) (2019-11-14 22-30-10)</description>
<version>2019-11-14 22-30-10</version>
<date>2019-11-14 22-30-10</date>
<author>redump.org</author>
<homepage>redump.org</homepage>
<url>https://redump.info/</url>
</header>