Open search paths for assets, gdts and source in Linker

This commit is contained in:
Jan
2021-03-10 12:26:09 +01:00
parent 8c7926e745
commit c47ea48b6b
6 changed files with 370 additions and 112 deletions

View File

@ -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.