HMX Forge (RB4/DCS/Amp16/FME) save game decryptor/encryptor

add convert command to help and README

Changed files
+6
+3
Program.cs
··· 17 17 Console.WriteLine("- davesave info [filename]"); 18 18 Console.WriteLine(" will display savegame info from the file provided"); 19 19 Console.WriteLine(); 20 + Console.WriteLine("- davesave convert [input file] [output file]"); 21 + Console.WriteLine(" Amplitude 2016 ONLY!! will convert between PS4 and PS3 save file formats"); 22 + Console.WriteLine(); 20 23 Console.WriteLine("- davesave decrypt [input file] [output file] (optional: ps3/360/ps4/xb1/pc)"); 21 24 Console.WriteLine(" will decrypt the encrypted save from the input file into the output"); 22 25 Console.WriteLine(" platform must be provided if working with an unsupported game");
+3
README.txt
··· 7 7 - davesave info [filename] 8 8 will display savegame info from the file provided 9 9 10 + - davesave convert [input file] [output file] 11 + Amplitude 2016 ONLY!! will convert between PS4 and PS3 save file formats 12 + 10 13 - davesave decrypt [input file] [output file] (optional: ps3/360/ps4/xb1/pc) 11 14 will decrypt the encrypted save from the input file into the output 12 15 platform must be provided if working with an unsupported game