├── LICENSE ├── README.md ├── templates ├── ANM.bt ├── DXT.bt ├── LGT.bt ├── LOC.bt ├── PAL.bt ├── SGP.bt ├── SPK.bt ├── TEX.bt └── WAV.bt └── tools └── scripts └── noesis └── fmt_ioi_tex.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKimov/hitman-file-formats/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKimov/hitman-file-formats/HEAD/README.md -------------------------------------------------------------------------------- /templates/ANM.bt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKimov/hitman-file-formats/HEAD/templates/ANM.bt -------------------------------------------------------------------------------- /templates/DXT.bt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKimov/hitman-file-formats/HEAD/templates/DXT.bt -------------------------------------------------------------------------------- /templates/LGT.bt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKimov/hitman-file-formats/HEAD/templates/LGT.bt -------------------------------------------------------------------------------- /templates/LOC.bt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKimov/hitman-file-formats/HEAD/templates/LOC.bt -------------------------------------------------------------------------------- /templates/PAL.bt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKimov/hitman-file-formats/HEAD/templates/PAL.bt -------------------------------------------------------------------------------- /templates/SGP.bt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKimov/hitman-file-formats/HEAD/templates/SGP.bt -------------------------------------------------------------------------------- /templates/SPK.bt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKimov/hitman-file-formats/HEAD/templates/SPK.bt -------------------------------------------------------------------------------- /templates/TEX.bt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKimov/hitman-file-formats/HEAD/templates/TEX.bt -------------------------------------------------------------------------------- /templates/WAV.bt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKimov/hitman-file-formats/HEAD/templates/WAV.bt -------------------------------------------------------------------------------- /tools/scripts/noesis/fmt_ioi_tex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexKimov/hitman-file-formats/HEAD/tools/scripts/noesis/fmt_ioi_tex.py --------------------------------------------------------------------------------