Difference between revisions of "WD2 Modding Resources"

From Nomad DB
(→‎File Manipulation: Add link to FCBastard repository and add language used)
(Add data heading and CRC32 dump entry)
Line 11: Line 11:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Name of Tool !! Creator !! Purpose !! Open-source !! Written In !! Publicly available
+
! Name !! Creator !! Purpose !! Open-source !! Written In !! Publicly available !! Notes
 
|-
 
|-
| WD2 Patch Tools || - || Unpacking/repacking of .fat/.dat files || - || - || -
+
| WD2 Patch Tools || - || Unpacking/repacking of .fat/.dat files || - || - || - || -
 
|-
 
|-
| Gibbed.Disrupt Tools || Rick "Gibbed" || Various || - || - || -
+
| Gibbed.Disrupt Tools || Rick "Gibbed" || Various || - || - || - || -
 
|-
 
|-
| xbt2dds || - || Conversion from xbt to dss format || - || - || -
+
| xbt2dds || - || Conversion from xbt to dss format || - || - || - || -
 
|-
 
|-
| dds2xbt || - || Conversion from dds to xbt format || - || - || -
+
| dds2xbt || - || Conversion from dds to xbt format || - || - || - || -
 
|-
 
|-
| FCBastard || "Fireboyd78" || - || [https://github.com/Fireboyd78/DisruptEd Yes] || C# || Yes
+
| FCBastard || "Fireboyd78" || - || [https://github.com/Fireboyd78/DisruptEd Yes] || C# || Yes || -
 +
|}
 +
 
 +
== Data ==
 +
 
 +
=== File Manipulation ===
 +
 
 +
{| class="wikitable"
 +
|-
 +
! Name !! Purpose !! Notes
 +
|-
 +
| [https://gist.github.com/wasdennnoch/17ae986e1960b9723a476e0d424fb036/ CRC32 Dump] || A list of unhashed filenames from WD1 + WD2 data || Used in conjunction with WD2 Patch Tools to recover directory structure of hashed files
 
|}
 
|}

Revision as of 11:20, 15 April 2020

Summary

This page contains various tools which can be utilized when modding Watch_Dogs 2.

Please note that not all of these tools have been made publicly available, and other may have been lost to time.

Tools

File Manipulation

Name Creator Purpose Open-source Written In Publicly available Notes
WD2 Patch Tools - Unpacking/repacking of .fat/.dat files - - - -
Gibbed.Disrupt Tools Rick "Gibbed" Various - - - -
xbt2dds - Conversion from xbt to dss format - - - -
dds2xbt - Conversion from dds to xbt format - - - -
FCBastard "Fireboyd78" - Yes C# Yes -

Data

File Manipulation

Name Purpose Notes
CRC32 Dump A list of unhashed filenames from WD1 + WD2 data Used in conjunction with WD2 Patch Tools to recover directory structure of hashed files