===== MARVEL VS CAPCOM FIGHTING COLLECTION MOD MANAGER =====

FEATURES:
- Detects Steam Location
- Slick menu thing (Thanks ChatGPT!)
- 1 "click" from Steam Arc -> Extracted Folders / Raw Files
- 1 "click" Raw Files to ARC, and replaces Steam file with new one
- 1 "click" MP3 -> OGG -> Game folder music conversion
- 1 "click" Convert DC Mix Music to Steam
- Creates MOD Files
- Random Music!

UP NEXT:
- MOD Installation
- Maybe add support for that other collection game, but I don't have it so testing would be hard
- Clean up code, maybe put up on GitHub or something
- Better readme, maybe some instructions?



===== CHANGE LOG =====
	11/03/2024 : MVCCMM v0.8.0 : 'I Do Mod Things Now!'
	---------------------------------------------------
	
	NEW:
	+ MOD MANAGER:
	  + Install/Uninstall MOD files
	     - In a few clicks load a previously made into your game only changing the files needed in a couple of seconds
		 - Uninstall the mod and restore your original files
	  - Create Mods to share with other people
	  + Several sample mods included with this version!
	- Multiple Backup slots, create custom loadouts to quickly swap

	10/17/2024 : MVCCMM v0.6.5.1 : 'Bug killing!'
	---------------------------------------------

	NEW:
	+ Convert DC Music option
	  - This will convert all your DC 'ADX_????.BIN' files to ogg format
	  - Optionally copy them to your Steam folder with the correct names

	UPDATES:
	- Functions that scan for all files in a folder show the highest level folder in the menu

	FIXED:
	- ENG/JPN was switched on ARC selection  - Thanks Hikari!
	- Game should let you know if it is unable to create files  - Thanks ImJustRadical!
	- Converted music not always looping
	- Crash when trying to replace a file being used
	- Undid the small filesize thing since it didn't work =/  - Thanks 00ga_booga!


	10/13/2024 : MVCCMM v0.6.1 : 'Yuki Found a Bug!'
	------------------------------------------------
	FIXED:
	- Convering Music Failing  - Thanks Yuki!


	10/12/2024 : MVCCMM v0.6 : 'Hiraki Found a Bug!'
	------------------------------------------------
	NEW:
	+ MOD Creation (No way to install them yet)
	  - Create .MOD files (Just a zip file)
	  - MOD files contain just the files that you are changing
	  - Contains a mvccmm.json which has MOD info
	- Updates to the menus to make them a little more pretty
	- Much more consistent look across the program
	- Restore backups
	- Created readme.txt

	FIXED:
	- Fixed Steam Detection/config setting not being seen

	10/09/2024: MVCCMM v0.5.5 : 'Random Music!'
	-------------------------------------------
	+ Added an option to copy random songs from "output/random" to your music folder
	  - This works even mid-game or match (Only limitation is the current song can't be replaced
	+ Fixed the .INI not being created properly
	+ Added a menu option to select how many options are displayed in the menus

	10/07/2024: MVCCMM v0.5.1 : 'Because Hikari asked for a thing!'
	---------------------------------------------------------------
	+ Music conversion option will show all files, not just MP3's, most music files should work YMMV
	  - Includes DC ADX files, although the original loop data is lost, and will just loop on first/last sample.
	+ config.ini file, set amazing options including!
	  - Steam Location!  Ohhh wwoooow, in case the code couldn't find you installed location
	  - Music Location!  You don't have to copy your music over, after a second it works fine with my 7,300+/46 GB mp3 collection
	+ Added option to copy already converted music (from OUTPUT\) to Steam

	10/06/2024: MVCCMM v0.4.1 : 'Ohhh, new things!'
	-----------------------------------------------
	+ Music Converting
	  - Requires FFMPEG which is too big for me to include in this
		- Download it from:
		- https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip
	  - Put any MP3s in the "music\" folder
	  - Auto-loops the files (start end) TODO, maybe make it customizable by the user?
	  - Loudness selection, try the default out, hopefully it is ok, otherwise increase/decrease it
	  - It stores the MP3 name in the meta data so we might be able to do something with that
	+ File selection has been updated to allow for pages of results
	+ Create Backups menu option, ideally you do this before you mess with your game files
	+ Option to run the game (if it can find Steam)

	10/04/2024: MVCCMM v0.25.1 : 'TVI Asked for a thing!'
	-----------------------------------------------------
	+ Includes an updated version of the MVCC Archive Tool
	  - Now Extracts and Archives and files to their normal filename without the F123 prefix, works better with other tools
	  - A few error checks to try to prevent crashes
	  - Minor changes to output to be more consistent with the MVCCMM
	- Will now run even if it can't find your Steam install path
	- Added an option to Extract 'local' .ARC files located at "backup\arc"
	- More error checks, better handling of some edge cases
	- Colors!  oohhh pretty...

	10/04/2024: MVCCMM v0.2 : 'It is useful now!'
	--------------------------------------------
	- 1 "click" Raw Files to ARC, and replaces Steam file with new one

	10/02/2024: MVCCMM v0.1 : 'First release'
	-----------------------------------------
	- Detects Steam Location
	- Slick menu thing (Thanks ChatGPT!)
	- 1 "click" from Steam Arc -> Extracted Folders / Raw Files

