mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
Open search paths for assets, gdts and source in Linker
This commit is contained in:
@ -12,6 +12,7 @@ The result should be oriented at the original game's modding tools.
|
||||
│ ├───source_data
|
||||
│ ├───zone_raw
|
||||
│ └───zone_source
|
||||
├───zone_out
|
||||
├───zone_raw
|
||||
└───zone_source
|
||||
```
|
||||
@ -39,6 +40,10 @@ Contains all data dumped using Unlinker which includes raw assets in ``zone_raw`
|
||||
|
||||
Separating the data of dumped files serves the purpose of separating it from manually created zones and prevents accidentally overwriting self created data.
|
||||
|
||||
## zone_out
|
||||
|
||||
The folder that contains the output of the linking process.
|
||||
|
||||
## zone_raw
|
||||
|
||||
Contains raw assets that should only be used for a zone with the same name as its subfolder.
|
||||
|
Reference in New Issue
Block a user