diff --git a/.gitignore b/.gitignore index 4a26522f..c27bcd6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.mod +/_haks/output diff --git a/_haks/BuildHaks.cmd b/_haks/BuildHaks.cmd new file mode 100644 index 00000000..21e1960a --- /dev/null +++ b/_haks/BuildHaks.cmd @@ -0,0 +1,3 @@ +cd ..\_tools\ +NWN.CLI.exe -k +cd .. \ No newline at end of file diff --git a/_module/ncs/chd_on_spawn.ncs b/_module/ncs/chd_on_spawn.ncs index 482a6fe0..b97c09ac 100644 Binary files a/_module/ncs/chd_on_spawn.ncs and b/_module/ncs/chd_on_spawn.ncs differ diff --git a/_module/ncs/nw_c2_bossdie.ncs b/_module/ncs/nw_c2_bossdie.ncs index a1996a4d..e3b3b329 100644 Binary files a/_module/ncs/nw_c2_bossdie.ncs and b/_module/ncs/nw_c2_bossdie.ncs differ diff --git a/_module/ncs/zep_la_c2_vegpyg.ncs b/_module/ncs/zep_la_c2_vegpyg.ncs index afe0b218..15426354 100644 Binary files a/_module/ncs/zep_la_c2_vegpyg.ncs and b/_module/ncs/zep_la_c2_vegpyg.ncs differ diff --git a/_module/ncs/zep_shrieker_spw.ncs b/_module/ncs/zep_shrieker_spw.ncs index 15933dfe..1aef18b3 100644 Binary files a/_module/ncs/zep_shrieker_spw.ncs and b/_module/ncs/zep_shrieker_spw.ncs differ diff --git a/_module/ncs/zep_veg_thor_spw.ncs b/_module/ncs/zep_veg_thor_spw.ncs index 4e36fe2e..20604020 100644 Binary files a/_module/ncs/zep_veg_thor_spw.ncs and b/_module/ncs/zep_veg_thor_spw.ncs differ diff --git a/_tools/NWN.CLI.exe b/_tools/NWN.CLI.exe new file mode 100644 index 00000000..67fdd296 Binary files /dev/null and b/_tools/NWN.CLI.exe differ diff --git a/_tools/NWN_compDcomp.exe b/_tools/NWN_compDcomp.exe new file mode 100644 index 00000000..18253e0d Binary files /dev/null and b/_tools/NWN_compDcomp.exe differ diff --git a/_tools/cygiconv-2.dll b/_tools/cygiconv-2.dll new file mode 100644 index 00000000..926464c7 Binary files /dev/null and b/_tools/cygiconv-2.dll differ diff --git a/_tools/cygintl-2.dll b/_tools/cygintl-2.dll new file mode 100644 index 00000000..aef3a8c6 Binary files /dev/null and b/_tools/cygintl-2.dll differ diff --git a/_tools/cygintl-3.dll b/_tools/cygintl-3.dll new file mode 100644 index 00000000..bd6e3829 Binary files /dev/null and b/_tools/cygintl-3.dll differ diff --git a/_tools/cygintl-8.dll b/_tools/cygintl-8.dll new file mode 100644 index 00000000..e6363672 Binary files /dev/null and b/_tools/cygintl-8.dll differ diff --git a/_tools/cygpcre-0.dll b/_tools/cygpcre-0.dll new file mode 100644 index 00000000..eb68c8de Binary files /dev/null and b/_tools/cygpcre-0.dll differ diff --git a/_tools/cygwin1.dll b/_tools/cygwin1.dll new file mode 100644 index 00000000..7fd577cc Binary files /dev/null and b/_tools/cygwin1.dll differ diff --git a/_tools/cygxml2-2.dll b/_tools/cygxml2-2.dll new file mode 100644 index 00000000..11baa988 Binary files /dev/null and b/_tools/cygxml2-2.dll differ diff --git a/_tools/cygz.dll b/_tools/cygz.dll new file mode 100644 index 00000000..c94d66cb Binary files /dev/null and b/_tools/cygz.dll differ diff --git a/_tools/hakbuilder.json b/_tools/hakbuilder.json new file mode 100644 index 00000000..92812da9 --- /dev/null +++ b/_tools/hakbuilder.json @@ -0,0 +1,10 @@ +{ + "OutputPath": "../_haks/output/", + "HakList": [ + { + "Name": "anph_top", + "Path": "../_haks/anph_top/", + "CompileModels": false + }, + ] +} diff --git a/_tools/nwn_erf.exe b/_tools/nwn_erf.exe new file mode 100644 index 00000000..1dba285f Binary files /dev/null and b/_tools/nwn_erf.exe differ diff --git a/_tools/nwnmdlcomp.exe b/_tools/nwnmdlcomp.exe new file mode 100644 index 00000000..4cdc440f Binary files /dev/null and b/_tools/nwnmdlcomp.exe differ diff --git a/_tools/pcre64.dll b/_tools/pcre64.dll new file mode 100644 index 00000000..40b4ac3a Binary files /dev/null and b/_tools/pcre64.dll differ diff --git a/_tools/tlk2xml.exe b/_tools/tlk2xml.exe new file mode 100644 index 00000000..27a49bed Binary files /dev/null and b/_tools/tlk2xml.exe differ diff --git a/_tools/xml2tlk.exe b/_tools/xml2tlk.exe new file mode 100644 index 00000000..a729ab43 Binary files /dev/null and b/_tools/xml2tlk.exe differ