From 8b315680b37515f3efabc2cd2dc53a1002b171e8 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Tue, 28 Jul 2026 01:45:20 -0400 Subject: [PATCH] add readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..06a5132 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# ismdata + +Reduce [Umadump](https://github.com/Werseter/umadump/releases)'s idle single mode (Independent Training) outputs to CSV for analysis. + +Open Umadump's idle_single_mode folder, select all files with Ctrl+A, and drag and drop the files onto ismdata.exe to create idle_single_mode.csv. + +Alternatively, run ismdata in the command line with the filenames to process as arguments. +When using it this way, `-o ` can be provided to change the output file. +Stdout is not supported. + +## CSV Contents + +The output CSV has a header row followed by eight rows per input career dump. +Each row gives the stat gains from one respective source, along with distinctive information per career: scenario, full deck, race count and wins, and negative and positive conditions. +The `GainSource` column is `Events`, `Inspiration`, or a support card ID.