forked from core/sinfar-haks
Compare commits
64 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5538d2062a | ||
|
|
0de9bf2357 | ||
|
|
ddf40a7b0c | ||
|
|
30e12fc31c | ||
|
|
0ec106268d | ||
|
|
71eebb81a1 | ||
|
|
0829ff7da8 | ||
|
|
b75a65148d | ||
|
|
6d52552b96 | ||
|
|
d0512b047b | ||
|
|
a7863af854 | ||
|
|
5b6d11ce9a | ||
|
|
17e13a2c8d | ||
|
|
f4d2b42dc6 | ||
|
|
e8e650616b | ||
|
|
cce2b41055 | ||
|
|
9e8b004cc9 | ||
|
|
c80c0d9f22 | ||
|
|
be6dd929bb | ||
|
|
343949d2ec | ||
|
|
cc17ace9be | ||
|
|
19202846ae | ||
|
|
8bdb65f5ab | ||
|
|
b41cf89eec | ||
|
|
ec9958e8ac | ||
|
|
f14942ae35 | ||
|
|
1f243c8ee3 | ||
|
|
644fdc688d | ||
|
|
7f2bd69155 | ||
|
|
3ffc43ca9d | ||
|
|
d74313e271 | ||
|
|
abcb9727b6 | ||
|
|
e935ded4a8 | ||
|
|
435412f16f | ||
|
|
0059fcb97a | ||
|
|
edfc5e33f4 | ||
|
|
f2bccfaf29 | ||
|
|
f0e11c0474 | ||
|
|
0b1c2603c4 | ||
|
|
4df13b090c | ||
|
|
4bb3ac5aa8 | ||
|
|
8c4773c401 | ||
|
|
83e9c75176 | ||
|
|
5e77d6654c | ||
|
|
8103cf5e6b | ||
|
|
8530944323 | ||
|
|
b5ee1b7558 | ||
|
|
1e4755bf1a | ||
| 89a4d16c56 | |||
| 8ef8b03197 | |||
| c51a56ef16 | |||
| 40bfb1be3b | |||
| a0a37d6f99 | |||
| a8ea812275 | |||
| 75a9ebf678 | |||
| a42079565c | |||
| 7a8ea44d92 | |||
| 3464c67f75 | |||
| ae6c454892 | |||
| 0ead073ea9 | |||
| 17dd135360 | |||
| 65e6d9b2bc | |||
| a1f396d7fb | |||
| 89d6713ed1 |
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
hak/nwhak.ini
|
||||||
|
hak/sf_top/pcvfx.2da
|
||||||
|
hak/Hak_Build_manual.cmd
|
||||||
|
hak/_build_v30_haks_report.csv
|
||||||
|
*.hak
|
||||||
|
hak/Delete_UID-ZPS_Leftovers.cmd
|
||||||
17
hak/HakBuilder.cmd
Normal file
17
hak/HakBuilder.cmd
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
@echo off
|
||||||
|
REM ============================
|
||||||
|
REM Build .hak files from folders
|
||||||
|
REM ============================
|
||||||
|
|
||||||
|
REM Path to nwhak.exe (adjust if needed)
|
||||||
|
REM set NWHak="nwhak.exe"
|
||||||
|
|
||||||
|
REM Loop through all subfolders in current directory
|
||||||
|
for /d %%F in (*) do (
|
||||||
|
echo Building %%F_v30.hak from folder %%F ...
|
||||||
|
nwhak.exe "%%F_v30.hak" "%%F"
|
||||||
|
)
|
||||||
|
|
||||||
|
echo.
|
||||||
|
echo Done! All .hak files have been created.
|
||||||
|
pause
|
||||||
BIN
hak/nwhak.exe
Normal file
BIN
hak/nwhak.exe
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
hak/sf_cre_mdls/c_bonnacon.mdl
Normal file
BIN
hak/sf_cre_mdls/c_bonnacon.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_bubble.mdl
Normal file
BIN
hak/sf_cre_mdls/c_bubble.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_bugbeara.mdl
Normal file
BIN
hak/sf_cre_mdls/c_bugbeara.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_bugbearb.mdl
Normal file
BIN
hak/sf_cre_mdls/c_bugbearb.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_bugboss.mdl
Normal file
BIN
hak/sf_cre_mdls/c_bugboss.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_bugchiefa.mdl
Normal file
BIN
hak/sf_cre_mdls/c_bugchiefa.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_bugchiefb.mdl
Normal file
BIN
hak/sf_cre_mdls/c_bugchiefb.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_bugwiza.mdl
Normal file
BIN
hak/sf_cre_mdls/c_bugwiza.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_bugwizb.mdl
Normal file
BIN
hak/sf_cre_mdls/c_bugwizb.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_bull_bk.mdl
Normal file
BIN
hak/sf_cre_mdls/c_bull_bk.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_bull_wh.mdl
Normal file
BIN
hak/sf_cre_mdls/c_bull_wh.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cachalot.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cachalot.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel01.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel01.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel01a.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel01a.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel01b.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel01b.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel02.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel02.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel02a.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel02a.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel02b.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel02b.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel03.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel03.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel03a.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel03a.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel03b.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel03b.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel04.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel04.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel04a.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel04a.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel04b.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel04b.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel05.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel05.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel06.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel06.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel06a.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel06a.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_camel06b.mdl
Normal file
BIN
hak/sf_cre_mdls/c_camel06b.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cat_btiger.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cat_btiger.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cat_coug.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cat_coug.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cat_elf_g.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cat_elf_g.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cat_elf_s.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cat_elf_s.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cat_wpanth.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cat_wpanth.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cbrlzaq.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cbrlzaq.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cdgntwrth.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cdgntwrth.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_chickenmount1.mdl
Normal file
BIN
hak/sf_cre_mdls/c_chickenmount1.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_chickenmount2.mdl
Normal file
BIN
hak/sf_cre_mdls/c_chickenmount2.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_chickenmount3.mdl
Normal file
BIN
hak/sf_cre_mdls/c_chickenmount3.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_chickenmount4.mdl
Normal file
BIN
hak/sf_cre_mdls/c_chickenmount4.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cobra_bk.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cobra_bk.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cobra_wh.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cobra_wh.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cobralz.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cobralz.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_codcrawlz.mdl
Normal file
BIN
hak/sf_cre_mdls/c_codcrawlz.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_codzombie2.mdl
Normal file
BIN
hak/sf_cre_mdls/c_codzombie2.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_couatl.mdl
Normal file
BIN
hak/sf_cre_mdls/c_couatl.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_coutlaq.mdl
Normal file
BIN
hak/sf_cre_mdls/c_coutlaq.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_creeper.mdl
Normal file
BIN
hak/sf_cre_mdls/c_creeper.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_croc_ba.mdl
Normal file
BIN
hak/sf_cre_mdls/c_croc_ba.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_crocalisk.mdl
Normal file
BIN
hak/sf_cre_mdls/c_crocalisk.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_crocgnt2.mdl
Normal file
BIN
hak/sf_cre_mdls/c_crocgnt2.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_crocskaq.mdl
Normal file
BIN
hak/sf_cre_mdls/c_crocskaq.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cthlhu.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cthlhu.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cthnon.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cthnon.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cthspnbsk.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cthspnbsk.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cthspncst.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cthspncst.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cthspnwar.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cthspnwar.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cthspovld.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cthspovld.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_curst_m01.mdl
Normal file
BIN
hak/sf_cre_mdls/c_curst_m01.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_cwnannwn.mdl
Normal file
BIN
hak/sf_cre_mdls/c_cwnannwn.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_dancer_a1.mdl
Normal file
BIN
hak/sf_cre_mdls/c_dancer_a1.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_deadhand.mdl
Normal file
BIN
hak/sf_cre_mdls/c_deadhand.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_demilich.mdl
Normal file
BIN
hak/sf_cre_mdls/c_demilich.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_devo_02.mdl
Normal file
BIN
hak/sf_cre_mdls/c_devo_02.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_disslvrck.mdl
Normal file
BIN
hak/sf_cre_mdls/c_disslvrck.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_dog.mdl
Normal file
BIN
hak/sf_cre_mdls/c_dog.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_dolphin.mdl
Normal file
BIN
hak/sf_cre_mdls/c_dolphin.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_domaanglslnc.mdl
Normal file
BIN
hak/sf_cre_mdls/c_domaanglslnc.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_doomkght.mdl
Normal file
BIN
hak/sf_cre_mdls/c_doomkght.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_dracolich.mdl
Normal file
BIN
hak/sf_cre_mdls/c_dracolich.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_drgblack1.mdl
Normal file
BIN
hak/sf_cre_mdls/c_drgblack1.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_drgblue.mdl
Normal file
BIN
hak/sf_cre_mdls/c_drgblue.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_drggreen.mdl
Normal file
BIN
hak/sf_cre_mdls/c_drggreen.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_drglite.mdl
Normal file
BIN
hak/sf_cre_mdls/c_drglite.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_drgpytn.mdl
Normal file
BIN
hak/sf_cre_mdls/c_drgpytn.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_drgred.mdl
Normal file
BIN
hak/sf_cre_mdls/c_drgred.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_drgwhite.mdl
Normal file
BIN
hak/sf_cre_mdls/c_drgwhite.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_dustyblk.mdl
Normal file
BIN
hak/sf_cre_mdls/c_dustyblk.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_dustyblu.mdl
Normal file
BIN
hak/sf_cre_mdls/c_dustyblu.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_dustygrn.mdl
Normal file
BIN
hak/sf_cre_mdls/c_dustygrn.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_dustygry.mdl
Normal file
BIN
hak/sf_cre_mdls/c_dustygry.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_dustypur.mdl
Normal file
BIN
hak/sf_cre_mdls/c_dustypur.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_dustyred.mdl
Normal file
BIN
hak/sf_cre_mdls/c_dustyred.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_dustywht.mdl
Normal file
BIN
hak/sf_cre_mdls/c_dustywht.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_eagle_imperial.mdl
Normal file
BIN
hak/sf_cre_mdls/c_eagle_imperial.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_eagle_reddish.mdl
Normal file
BIN
hak/sf_cre_mdls/c_eagle_reddish.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_earthbsprt.mdl
Normal file
BIN
hak/sf_cre_mdls/c_earthbsprt.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_efreeti_s.mdl
Normal file
BIN
hak/sf_cre_mdls/c_efreeti_s.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_eihort.mdl
Normal file
BIN
hak/sf_cre_mdls/c_eihort.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_elephant.mdl
Normal file
BIN
hak/sf_cre_mdls/c_elephant.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_eotd_blue.mdl
Normal file
BIN
hak/sf_cre_mdls/c_eotd_blue.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_eotd_red.mdl
Normal file
BIN
hak/sf_cre_mdls/c_eotd_red.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_ettin.mdl
Normal file
BIN
hak/sf_cre_mdls/c_ettin.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_fa_hamster.mdl
Normal file
BIN
hak/sf_cre_mdls/c_fa_hamster.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_fairy.mdl
Normal file
BIN
hak/sf_cre_mdls/c_fairy.mdl
Normal file
Binary file not shown.
BIN
hak/sf_cre_mdls/c_fairyf01.mdl
Normal file
BIN
hak/sf_cre_mdls/c_fairyf01.mdl
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user