This commit is contained in:
dazedanon 2026-01-08 15:40:56 -06:00
parent 92400d495e
commit 611ba15474
2 changed files with 1 additions and 18 deletions

1
.gitignore vendored
View file

@ -40,6 +40,7 @@ patch02/
patch03/
bincode/
data/
AVGX_V2/
previous_patch_sha.txt
kabe3_save.dat
kabe3_system.dat

View file

@ -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.