From 5399326239a50a069022f6daf36d39a2fc334f93 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Sun, 2 Aug 2020 03:51:11 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1a2301..2022324 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ A Java tool to export Fortnite .umaps and a Python script to import it. More gam * Before running the tool you need to have 64-bit Java installed. [Get it here. (choose 64-bit Offline)](https://www.java.com/en/download/manual.jsp)\ **32-bit Java won't work with this tool!** * Extract the zip file -* Edit config.json to suit your needs -* Execute the bat +* If you want to export from Fortnite, execute `Fill Fortnite AES Keys.bat` +* Edit [config.json](#config.json) to suit your needs +* Execute `Run Exporter.bat` * Make sure you have the [Blender PSK import/export plugin](https://github.com/Befzz/blender3d_import_psk_psa) **at least version 2.7.13** installed. If you use prior versions of the plugin the scaling of the props will appear broken. * In Blender, import the python file as a script (via scripting tab) * (Optional) If you want to see the output of the script, show the system console (Window > Toggle System Console) @@ -24,4 +25,6 @@ A Java tool to export Fortnite .umaps and a Python script to import it. More gam * `bRunUModel`: Run UModel within the exporting process to export meshes, materials, and textures. * `UModelAdditionalArgs`: Additional command line args when starting UModel. * `bDumpAssets`: Save assets as JSON format, useful for debugging. -* **`ExportPackage`: The .umap you want to export.** \ No newline at end of file +* **`ExportPackage`: The .umap you want to export.** Accepts these path formats: + * /Game/Maps/MapName.umap + * GameName/Content/Maps/MapName.umap From 88d612bc1f1de61b7e3ee4f2da39de4d89f068f4 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Sun, 2 Aug 2020 03:51:27 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2022324..61cdb2c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A Java tool to export Fortnite .umaps and a Python script to import it. More gam **32-bit Java won't work with this tool!** * Extract the zip file * If you want to export from Fortnite, execute `Fill Fortnite AES Keys.bat` -* Edit [config.json](#config.json) to suit your needs +* Edit [config.json](#configjson) to suit your needs * Execute `Run Exporter.bat` * Make sure you have the [Blender PSK import/export plugin](https://github.com/Befzz/blender3d_import_psk_psa) **at least version 2.7.13** installed. If you use prior versions of the plugin the scaling of the props will appear broken. * In Blender, import the python file as a script (via scripting tab)