55QuickTag is a tool that scans and analyzes Tiger engine structure files (also known as 8080 files) to discover
66structures, patterns, strings and more.
77
8+ [ Download Latest Build] ( https://nightly.link/v4nguard/quicktag/workflows/build/main/quicktag.zip )
9+
810## How does QuickTag work?
911
1012When first starting QuickTag (or after a game update), QuickTag goes through every package file and scans the data for
@@ -17,29 +19,7 @@ cache file so the next time QuickTag is started, it doesn't have to scan every p
1719
1820![ tag view] ( ./.github/readme_tag_view.png )
1921
20- #### References (left panel)
21-
22- * (TODO)*
23-
24- #### Tag Traversal (central panel)
25-
26- * (TODO)*
27-
28- Upwards traversal is not supported yet.
29-
30- #### Type analysis (right panel)
31-
32- * (TODO)*
33-
34- ### Named Tags
35-
36- * (TODO)*
37-
38- ### Packages
39-
40- * (TODO)*
41-
42- ### (Localized) Strings
22+ ### (Localized / Raw) Strings
4323
4424The strings tab shows any localized strings found in package files. These strings are referenced by a 32-bit FNV hash (
4525note that this is not the hash of the string itself, but rather the hash of a localization key). Due to this, there will
@@ -66,12 +46,12 @@ will show the tags that reference it.
6646
6747QuickTag can also preview certain files, such as:
6848
69- - Textures (D1 (PS4 only) and D2)
70- - WWise audio streams (D1+D2)
49+ - Textures
50+ - WWise audio streams
7151
7252## Running
7353
74- Either download the [ latest release] ( https://github.com /v4nguard/quicktag/releases )
54+ Either download the [ latest nightly release] ( https://nightly.link /v4nguard/quicktag/workflows/build/main/quicktag.zip )
7555or [ build QuickTag yourself] ( #building ) .
7656
7757QuickTag can then be run with the following command:
@@ -83,6 +63,7 @@ quicktag.exe -v <version> <path to packages directory>
8363Where ` <version> ` is the version of the game used by the given packages. These correspond to the ones used
8464by ` destiny-pkg ` :
8565
66+ <!-- - `d2_horizon` Destiny 2 Horizon Tools -->
8667- ` d1_devalpha ` Destiny 2013 Internal Alpha
8768- ` d1_ttk ` "Legacy" version of Destiny (The Taken King)
8869- ` d1_roi ` The latest version of Destiny (Rise of Iron)
0 commit comments