Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
modding:datatableguide [2022/08/09 05:39] – [Basics] joneirikmodding:datatableguide [2022/08/09 05:44] (current) – [Links] joneirik
Line 78: Line 78:
   * You can use this to extract single files easily, either as uasset or json.   * You can use this to extract single files easily, either as uasset or json.
   * At the moment, the only way I've found to extract data tables from pak files.   * At the moment, the only way I've found to extract data tables from pak files.
-  * Counter intuitive GUI: You have to go through the different tabs to find the next order of files/folders/actual filed to view.+  * Counter intuitive GUI: You have to go through the different tabs to find the next order of files/folders/actual files to view.
   * Set to UE4 version 4.22 or 4.27 in settings/general.   * Set to UE4 version 4.22 or 4.27 in settings/general.
  
Line 84: Line 84:
 ==== UAssetGUI ==== ==== UAssetGUI ====
  
-Used to open uasset files, and edit them directly through the GUI, or export/import to json. Do note that the exported json are very messy and need some other program to clean up to be able to use it. Negative: it does NOT have dark mode.+Used to open uasset files, and edit them directly through the GUI, or export/import to json. Newer versions (I tested v1 a6) both cleans up its JSON code by itself, and has Dark Mode.
  
   * Only way I've found to edit uasset directly   * Only way I've found to edit uasset directly
Line 91: Line 91:
   * Counter intuitive GUI: basically click all the bottom + signs to find the actual data.   * Counter intuitive GUI: basically click all the bottom + signs to find the actual data.
   * Set to UE4 version 4.22 or 4.27 in upper right corner.   * Set to UE4 version 4.22 or 4.27 in upper right corner.
- +  * From my understanding Lakifume's changes have now been added to the main branchso recommend getting that.
-Lakifume have made a own modified version of this tool, that comes with the "Total Randomization" modrecommend downloading that mod and using that version.+
  
 ---- ----
Line 112: Line 111:
 === FModel === === FModel ===
 === UAssetGUI === === UAssetGUI ===
-Lakifume included a modified version of UassetGUI in his mod, that generally works better with BS than the normal version. +  * https://github.com/atenfyr/UAssetGUI/releases
-  * https://github.com/Lakifume/True-Randomization/releases +
 === UnrealPak === === UnrealPak ===