Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Aug 2, 2020
2 parents 96cedb1 + 88d612b commit e0183e7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](#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)
* (Optional) If you want to see the output of the script, show the system console (Window > Toggle System Console)
Expand All @@ -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.**
* **`ExportPackage`: The .umap you want to export.** Accepts these path formats:
* /Game/Maps/MapName.umap
* GameName/Content/Maps/MapName.umap

0 comments on commit e0183e7

Please sign in to comment.