From 611ba15474f599e8d4d02ae5c00e4a82f23d2f01 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Thu, 8 Jan 2026 15:40:56 -0600 Subject: [PATCH] bye --- .gitignore | 1 + AVGX_V2/readme_en.txt | 18 ------------------ 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 AVGX_V2/readme_en.txt diff --git a/.gitignore b/.gitignore index 507b713..626753b 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ patch02/ patch03/ bincode/ data/ +AVGX_V2/ previous_patch_sha.txt kabe3_save.dat kabe3_system.dat diff --git a/AVGX_V2/readme_en.txt b/AVGX_V2/readme_en.txt deleted file mode 100644 index 03c7d6e..0000000 --- a/AVGX_V2/readme_en.txt +++ /dev/null @@ -1,18 +0,0 @@ -MwbExtractor is a program for working with *.mwb files. Allows you to extract text and insert its back. -GxpPacker - a program for packing files into an *.gxp archive. -gistool - a tool for working with *.gis files, taken from a Chinese patch. - -MwbExtractor and GxpPacker require .NETFramework 4.7 to work. - -Mwbextractor format: - mwb_file [--json] - folder [--json] - -Just drag and drop file/folder to extract/insert text, parameter "--json" used to extract/insert binary data in JSON format. -MwbExtractor was able to create based on information from: https://github.com/Lugia1101/AVGEngineV2-Tools. - -GxpPacker format: - folder - -Packs the contents of the given folder into the *.gxp archive. You can simply drag and drop the folder onto the program. -GxpPacker was created thanks to information from: https://github.com/morkt/GARbro/blob/master/ArcFormats/Astronauts/ArcGXP.cs. \ No newline at end of file