<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Redump Forum — [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
		<link>http://forum.redump.org/topic/17099/dreamcast-tosec-2-redump-and-vice-versa-dumps-converter/</link>
		<atom:link href="http://forum.redump.org/feed/rss/topic/17099/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter.]]></description>
		<lastBuildDate>Sat, 02 May 2026 06:59:17 +0000</lastBuildDate>
		<generator>PunBB 1.4.4</generator>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/139075/#p139075</link>
			<description><![CDATA[<div class="quotebox"><cite>iCEQB wrote:</cite><blockquote><p>This so far is the only application, that realy produces a matching TOSEC dump, from a redump set.</p></blockquote></div><p>Had some fun a while ago writing a program that could do this for my own usage. I did put it on github : <a href="https://github.com/jonblau/gdicnv">https://github.com/jonblau/gdicnv</a></p><p>It&#039;s CLI so not as beginner-friendly, but works faster, offline, without database, and creates .gdi files on its own.<br />For your purpose, the command would be something like :<br /></p><div class="codebox"><pre><code>./convert --to-gdi 13 13</code></pre></div><p>The two trailing numbers being the original disc offsets you want to restore (specific values for every disc are on redump.org).</p>]]></description>
			<author><![CDATA[null@example.com (Nemok)]]></author>
			<pubDate>Sat, 02 May 2026 06:59:17 +0000</pubDate>
			<guid>http://forum.redump.org/post/139075/#p139075</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/138998/#p138998</link>
			<description><![CDATA[<p>Thank you for the tool and thank you all for the workaround(s), to get it to work in 2026 <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>A note to the next poor soul trying to convert a modern .cue Redump ROM to a TOSEC one:<br />You need to use the .gdi files provided in the download section on the main page AND you need to make sure, that there is no .cue file in the source directory.</p><p>Otherwise the tool will just say &quot;Complete&quot; without doing anything - the .cue file seems to stop all operations, so it has to be removed beforehand.</p><p>This so far is the only application, that realy produces a matching TOSEC dump, from a redump set.<br />The other usual tools suggested online (like gdidrop, gdi-utils, etc.) don&#039;t produce TOSEC compatible ROMs.</p><p>I got a hint, that NKit is also able to do this conversion, I&#039;ll test it out and let you guys know here.<br />It seems to be a good candidate to make a mass conversion - the tool in this thread can only make one conversion at a time.</p>]]></description>
			<author><![CDATA[null@example.com (iCEQB)]]></author>
			<pubDate>Thu, 30 Apr 2026 08:04:23 +0000</pubDate>
			<guid>http://forum.redump.org/post/138998/#p138998</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/130929/#p130929</link>
			<description><![CDATA[<p>Sorry to necro this thread - I was also trying to solve the problem with the <em>datafile.dtd</em> hosted on the long-dead <em>logiqx.com</em>.</p><p>Using the Internet Archive, I was able to find an old copy of the DTD file from 2023 <a href="https://web.archive.org/web/20230405091520/http://www.logiqx.com/Dats/datafile.dtd">here</a>.</p><p>I thought maybe changing the URL in the DAT accordingly would do the trick, like so:<br /></p><div class="codebox"><pre><code>&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;!DOCTYPE datafile PUBLIC &quot;-//Logiqx//DTD ROM Management Datafile//EN&quot; &quot;https://web.archive.org/web/20230405091520/http://www.logiqx.com/Dats/datafile.dtd&quot;&gt;</code></pre></div><p>...but then I get an error saying:<br /></p><div class="quotebox"><blockquote><p>Expected DTD markup was not found. Line 1, position 3.</p></blockquote></div><p>Next attempt: Download the DTD file and use it locally (put it in the same folder as the DAT):<br /></p><div class="codebox"><pre><code>&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;!DOCTYPE datafile PUBLIC &quot;-//Logiqx//DTD ROM Management Datafile//EN&quot; &quot;datafile.dtd&quot;&gt;</code></pre></div><p>...and that works! <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Hope it&#039;s able to help someone.</p><p>I have a question in return: can this tool also generate Redump-style CUE sheets if I provide the correct DAT?&nbsp; So far all I&#039;ve been able to get it to do is write GDI.&nbsp; Maybe I am misunderstanding the instructions...</p>]]></description>
			<author><![CDATA[null@example.com (CastingDreams)]]></author>
			<pubDate>Sun, 14 Sep 2025 08:06:28 +0000</pubDate>
			<guid>http://forum.redump.org/post/130929/#p130929</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/119097/#p119097</link>
			<description><![CDATA[<p>Seemingly the only thing stopping me from getting this to work is &quot;datafile.dtd&quot; pointing to the now dead logiqx.com - it pulls this from the DAT file itself so redirecting it (pulled from archive.org) &quot;should&quot; be possible, but I can&#039;t parse the &quot;PUBLIC&quot; identifier - SYSTEM is obviously pointing to a URL, but I assume these both have to be corrected for the application to parse the path to the datafile correctly (?)</p><p>Hoping to get this sorted, at the very least it&#039;s a good alternative for verification dumps if you already have a Plextor and a Dreamcast - happy to fill out the existing guide as well <a href="http://wiki.redump.org/index.php?title=GD-ROM_SD_Card_Dumping_Guide">http://wiki.redump.org/index.php?title= … ping_Guide</a></p><div class="codebox"><pre><code>&gt; &lt;!--
&gt;    ROM Management Datafile - DTD
&gt; 
&gt;    For further information, see: [url]http://www.logiqx.com/[/url]
&gt; 
&gt;    This DTD module is identified by the PUBLIC and SYSTEM identifiers:
&gt; 
&gt;    PUBLIC &quot;-//Logiqx//DTD ROM Management Datafile//EN&quot;
&gt;    SYSTEM &quot;[url]http://www.logiqx.com/Dats/datafile.dtd[/url]&quot;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (samsam12)]]></author>
			<pubDate>Sat, 20 Jul 2024 12:02:55 +0000</pubDate>
			<guid>http://forum.redump.org/post/119097/#p119097</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/113810/#p113810</link>
			<description><![CDATA[<p>Just came to use this today, having taken Dumper&#039;s advice to get it working and convert my self-dumped set the last time I used it, but it seems the program now has an error.</p><p>On selecting a .dat file it&#039;s trying to connect to <a href="http://www.logiqx.com">www.logiqx.com</a>, and as that no longer seems to exist, the program won&#039;t work.</p><p>System.Net.WebException: The remote name could not be resolved: &#039;<a href="http://www.logiqx.com">www.logiqx.com</a>&#039;</p>]]></description>
			<author><![CDATA[null@example.com (kingspoons)]]></author>
			<pubDate>Sun, 17 Dec 2023 22:56:21 +0000</pubDate>
			<guid>http://forum.redump.org/post/113810/#p113810</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/67834/#p67834</link>
			<description><![CDATA[<p>if you&#039;re still around @LedZeppelin68 and still have the source code and fancy updating it?</p><p>Had to use this today - doesn&#039;t work going from TOSEC to redump with the new .cue based DATs </p><p>if you open the DAT with your editor of choice and replace all instances of &quot;.cue&quot; with &quot;.gdi&quot; it will work again. (ctrl+h is your friend) </p><p>or if you&#039;re like me an inline sed will do the trick </p><p>sed -i &#039;s/.cue/.gdi/g&#039; /path-to-and/name-of-dat.dat</p>]]></description>
			<author><![CDATA[null@example.com (wiggy2k)]]></author>
			<pubDate>Tue, 26 Feb 2019 23:42:54 +0000</pubDate>
			<guid>http://forum.redump.org/post/67834/#p67834</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/59972/#p59972</link>
			<description><![CDATA[<div class="quotebox"><cite>jhmiller wrote:</cite><blockquote><p>I have noticed a minor bug: if the dirs &quot;dat&quot; or &quot;audio&quot; don&#039;t exist, produce an exception when click in the point 3 (Choose dat).</p></blockquote></div><p>There are other exceptions, like, when you try to run it offline and load the TOSEC dat, it crashes, because it can&#039;t load the .dtd file from the url in the dat.</p>]]></description>
			<author><![CDATA[null@example.com (F1ReB4LL)]]></author>
			<pubDate>Sun, 15 Apr 2018 20:06:23 +0000</pubDate>
			<guid>http://forum.redump.org/post/59972/#p59972</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/59970/#p59970</link>
			<description><![CDATA[<p>Perfect <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>I have noticed a minor bug: if the dirs &quot;dat&quot; or &quot;audio&quot; don&#039;t exist, produce an exception when click in the point 3 (Choose dat).</p><p>I will continue using the application. If I find some other problem, I&#039;ll warn you.</p><p>Many thanks for this tool LedZeppelin68 !!!</p>]]></description>
			<author><![CDATA[null@example.com (jhmiller)]]></author>
			<pubDate>Sun, 15 Apr 2018 19:45:03 +0000</pubDate>
			<guid>http://forum.redump.org/post/59970/#p59970</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/59959/#p59959</link>
			<description><![CDATA[<p>Hello, jhmiller</p><p>Thanks for this notice.</p><p>Track 4 consists of 0x00h, that&#039;s why there are so many matches.</p><p>So, i modified util to stop searching after 1st succesful match</p><p><span class="postimg"><img src="https://i.imgur.com/wsgGnG0.png" alt="https://i.imgur.com/wsgGnG0.png" /></span></p>]]></description>
			<author><![CDATA[null@example.com (LedZeppelin68)]]></author>
			<pubDate>Sun, 15 Apr 2018 14:12:56 +0000</pubDate>
			<guid>http://forum.redump.org/post/59959/#p59959</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/59687/#p59687</link>
			<description><![CDATA[<p>LedZeppelin68: Can you check the conversion of MOHO (Pal).<br />Fail to convert between Track 4 and 5.<br />PM if you need the game.</p>]]></description>
			<author><![CDATA[null@example.com (jhmiller)]]></author>
			<pubDate>Wed, 04 Apr 2018 19:31:44 +0000</pubDate>
			<guid>http://forum.redump.org/post/59687/#p59687</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/58622/#p58622</link>
			<description><![CDATA[<p>No, we need to switch to cue+tracks first, then there would be a point to ask to add such dumps into emus. Our gdis are simply wrong/broken/incorrect.</p>]]></description>
			<author><![CDATA[null@example.com (F1ReB4LL)]]></author>
			<pubDate>Tue, 20 Feb 2018 20:37:34 +0000</pubDate>
			<guid>http://forum.redump.org/post/58622/#p58622</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/58616/#p58616</link>
			<description><![CDATA[<p>Actual Dreamcast emulator reference is Redream. We could talk with Inolen, actual author/boss to see if he could implement compatibility with our original Dumps.</p>]]></description>
			<author><![CDATA[null@example.com (diego-rbb-93)]]></author>
			<pubDate>Tue, 20 Feb 2018 12:20:58 +0000</pubDate>
			<guid>http://forum.redump.org/post/58616/#p58616</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/58513/#p58513</link>
			<description><![CDATA[<p>I continue to test the application and it works very well.<br />Thanks for adding the gdi function.<br />For me this application is MANDATORY.</p><p>Just to say something, I would modify the way to choose the output format (Points 3 and 4).<br />It is not very clear if it will be created in the Redump format or in the TOSEC format.<br />Until I have used it a couple of times I have not known how to choose the output format.</p><p>Many thanks LedZeppelin68</p>]]></description>
			<author><![CDATA[null@example.com (jhmiller)]]></author>
			<pubDate>Thu, 15 Feb 2018 19:16:24 +0000</pubDate>
			<guid>http://forum.redump.org/post/58513/#p58513</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/58461/#p58461</link>
			<description><![CDATA[<p>Util is updated</p>]]></description>
			<author><![CDATA[null@example.com (LedZeppelin68)]]></author>
			<pubDate>Sun, 11 Feb 2018 20:30:19 +0000</pubDate>
			<guid>http://forum.redump.org/post/58461/#p58461</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Dreamcast] TOSEC 2 REDUMP and vice versa dumps converter]]></title>
			<link>http://forum.redump.org/post/58430/#p58430</link>
			<description><![CDATA[<p>Shutokou is working. I don´t know why, but my antivirus was blocking access to the folder. Sorry.<br />I continue to test the conversion with other games.<br />Waiting for the gdi creation <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Without this feature I cannot test the converted games in the GDEMU or USBGDRom.</p><p>Edit:<br />The &quot;Save Log&quot; feature saves the game list, not the log.</p><p>Until now I converted these games and compared the files between converted and TOSEC and all is OK !!!:<br />Sega GT - Homologation Special (Japan)<br />Shutokou Battle (Japan)<br />Soukou no Kihei - Space Griffon (Japan)<br />Space Channel 5 (Japan)<br />Test Drive Le Mans (USA) (En,Fr,Es)</p>]]></description>
			<author><![CDATA[null@example.com (jhmiller)]]></author>
			<pubDate>Fri, 09 Feb 2018 18:32:49 +0000</pubDate>
			<guid>http://forum.redump.org/post/58430/#p58430</guid>
		</item>
	</channel>
</rss>
