From 26706891d95a26991e0ed387dec4542c50e27553 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 30 May 2016 11:18:38 -0700 Subject: [PATCH] [DATabase] update conversion slightly --- DATabase/DATabase.cs | 8 +------- README.MD | 3 ++- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/DATabase/DATabase.cs b/DATabase/DATabase.cs index 300a6454..2defd5af 100644 --- a/DATabase/DATabase.cs +++ b/DATabase/DATabase.cs @@ -1402,17 +1402,11 @@ Make a selection: }; datdata = RomManipulation.Parse(filename, 0, 0, datdata, _logger, true, clean); - // Sometimes the description doesn't match the filename, change this - if (datdata.Description != Path.GetFileNameWithoutExtension(filename)) - { - datdata.Description = Path.GetFileNameWithoutExtension(filename); - } - // If the extension matches, append ".new" to the filename string extension = (datdata.OutputFormat == OutputFormat.Xml || datdata.OutputFormat == OutputFormat.SabreDat ? ".xml" : ".dat"); if (outdir == "" && Path.GetExtension(filename) == extension) { - datdata.Description += ".new"; + datdata.FileName += ".new"; } Output.WriteDatfile(datdata, (outdir == "" ? Path.GetDirectoryName(filename) : outdir), _logger); diff --git a/README.MD b/README.MD index ca2a90e2..d75e54c5 100644 --- a/README.MD +++ b/README.MD @@ -2,7 +2,7 @@

Introduction

-This project is a desktop port of some core features of Wizard of DATz Redux. For more information about the parent project, see here. +This project started as a desktop port of some core features of Wizard of DATz Redux. For more information about the parent project, see here.

Features

@@ -14,6 +14,7 @@ A bare-bones attempt at providing a true GUI experience for the SabreTools suite +This tool is not recommended for any usage. DATabase