From 41bd7c4083b23aa7359ccd401adab98123a6186b Mon Sep 17 00:00:00 2001 From: Notex Date: Wed, 17 Jul 2024 23:54:10 +1000 Subject: [PATCH] chore: update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4d7da2..ad1bd9a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ G2GFxDataTool is a tool for generating GFXF and UICT/UICB files for the Glacier Requires a copy of GFxExport which can be found [here](https://files.hitmods.com) (v4.01 for SDK v4.6.34 recommended). ``` -G2GFxDataTool 1.0.0 +G2GFxDataTool 1.1.0 Copyright (C) Glacier 2 Modding Organisation -i, --input Required. Path to the SWF file or directory containing SWF files. @@ -14,7 +14,8 @@ Copyright (C) Glacier 2 Modding Organisation -b, --base-assembly-path Base assembly path (defaults to /ui/controls/). - -g, --gfxexport Path to gfxexport.exe (defaults to "gfxexport.exe"). + -g, --gfxexport Path to gfxexport.exe (defaults to "gfxexport.exe" in the folder where G2GFxDataTool.exe + is located). -s, --save-paths Saves Scaleform GFx, UIControl and aspect paths to scaleformgfx.txt, uicontrol.txt and aspect.txt text files in the output directory.