mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove RombaSharp
This commit is contained in:
@@ -7,8 +7,7 @@ Table of Contents
|
||||
-----------------
|
||||
1.0 Introduction and History
|
||||
2.0 Included Programs
|
||||
2.1 RombaSharp
|
||||
2.2 SabreTools
|
||||
2.1 SabreTools
|
||||
3.0 Examples
|
||||
4.0 Contributors
|
||||
5.0 Licensing
|
||||
@@ -86,56 +85,7 @@ Below are a list of the programs that are included in the current SabreTools
|
||||
release. Each of them have a brief description of the tool along with in-depth
|
||||
desciptions of all flags.
|
||||
|
||||
** Section 2.1 - RombaSharp
|
||||
|
||||
RombaSharp is an ongoing "spiritual port" of the Romba tool that can be found at
|
||||
https://github.com/uwedeportivo/romba. The code is not based on the actual
|
||||
source, rather taking the features and using the code already written for a lot
|
||||
of other features. The following descriptions are based on what WILL be done
|
||||
with each flag. Not all features are currently available.
|
||||
|
||||
Usage:
|
||||
RombaSharp.exe [feature] [options] [filename|dirname] ...
|
||||
|
||||
Universal Options:
|
||||
These parameters can be enabled on any feature except Detailed Help and Help
|
||||
|
||||
-ll=, --log-level= Set the lowest log level for output
|
||||
Set the lowest log level for output.
|
||||
Possible values are: Verbose, User, Warning, Error
|
||||
|
||||
-sc, --script Enable script mode (no clear screen)
|
||||
For times when SabreTools is being used in a scripted environment, the
|
||||
user may not want the screen to be cleared every time that it is called.
|
||||
This flag allows the user to skip clearing the screen on run just like if
|
||||
the console was being redirected.
|
||||
|
||||
Features and Options:
|
||||
-?, -h, --help Show the built-in help text
|
||||
Built-in to most of the programs is a basic help text
|
||||
|
||||
archive Adds ROM files from the specified directories to depot
|
||||
-only-needed Only archive ROM files in database
|
||||
build For each specified DAT file it creates TZip files
|
||||
-copy Copy files instead of rebuilding
|
||||
dbstats Prints db stats
|
||||
depot-rescan Rescan a specific depot to get new information
|
||||
diffdat Creates a DAT file for entries found in the new DAT
|
||||
-new= DAT to compare to
|
||||
dir2dat Creates a DAT file for the specified input directory
|
||||
-out= Filename to save out to
|
||||
export Exports db to export.csv
|
||||
fixdat For each specified DAT file it creates a fix DAT
|
||||
lookup For each specified hash, look up available information
|
||||
memstats Prints memory stats
|
||||
miss For each specified DAT file, create miss and have file
|
||||
progress Shows progress of currently running command [OBSOLETE]
|
||||
purge-backup Moves DAT index entries for orphaned DATs
|
||||
purge-delete Deletes DAT index entries for orphaned DATs
|
||||
refresh-dats Refreshes the DAT index from the files in the DAT root
|
||||
shutdown Gracefully shuts down server [OBSOLETE]
|
||||
|
||||
** Section 2.2 - SabreTools
|
||||
** Section 2.1 - SabreTools
|
||||
|
||||
SabreTools is the main application of the SabreTools suite. It is mostly just a
|
||||
frontend to a lot of features that are available in the Library and can be
|
||||
|
||||
Reference in New Issue
Block a user