mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
SabreDAT!
This commit creates output that is compatible with the new SabreDAT format, created by me and inspired by Logiqx XML DATs and the SuperDAT format. It uses a file-folder structure instead of rom-game structure, making it more versitile. It still cannot be read in currently, though it would be read in as a SuperDAT since it is the closest equivalent (so all non-file paths will be part of the game). Also, finding which type of XML DAT it is will be a bit difficult, so detection will have to improve.
This commit is contained in:
@@ -104,5 +104,6 @@ namespace SabreTools.Helper
|
||||
RomCenter,
|
||||
DOSCenter,
|
||||
MissFile,
|
||||
SabreDat,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user