Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
modding:datatableguide [2022/08/09 05:39] – [Basics] joneirik | modding: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/ | + | * Counter intuitive GUI: You have to go through the different tabs to find the next order of files/ |
* Set to UE4 version 4.22 or 4.27 in settings/ | * Set to UE4 version 4.22 or 4.27 in settings/ | ||
Line 84: | Line 84: | ||
==== UAssetGUI ==== | ==== UAssetGUI ==== | ||
- | Used to open uasset files, and edit them directly through the GUI, or export/ | + | Used to open uasset files, and edit them directly through the GUI, or export/ |
* 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 have made a own modified version of this tool, that comes with the "Total Randomization" | + | |
---- | ---- | ||
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. | + | |
- | | + | |
=== UnrealPak === | === UnrealPak === | ||