├── LICENSE ├── README.md ├── code_generator ├── code_generator.py ├── mstudioanimblock_t.txt ├── mstudioanimblock_t │ ├── gamedata.txt │ └── mstudioanimblock_t.sp ├── mstudioanimdesc_t.txt ├── mstudioanimdesc_t │ ├── gamedata.txt │ └── mstudioanimdesc_t.sp ├── mstudioattachment_t.txt ├── mstudioattachment_t │ ├── gamedata.txt │ └── mstudioattachment_t.sp ├── mstudiobbox_t.txt ├── mstudiobbox_t │ ├── gamedata.txt │ └── mstudiobbox_t.sp ├── mstudiobodyparts_t.txt ├── mstudiobodyparts_t │ ├── gamedata.txt │ └── mstudiobodyparts_t.sp ├── mstudiobone_t.txt ├── mstudiobone_t │ ├── gamedata.txt │ └── mstudiobone_t.sp ├── mstudiobonecontroller_t.txt ├── mstudiobonecontroller_t │ ├── gamedata.txt │ └── mstudiobonecontroller_t.sp ├── mstudioflexcontroller_t.txt ├── mstudioflexcontroller_t │ ├── gamedata.txt │ └── mstudioflexcontroller_t.sp ├── mstudioflexcontrollerui_t.txt ├── mstudioflexcontrollerui_t │ ├── gamedata.txt │ └── mstudioflexcontrollerui_t.sp ├── mstudioflexdesc_t.txt ├── mstudioflexdesc_t │ ├── gamedata.txt │ └── mstudioflexdesc_t.sp ├── mstudioflexrule_t.txt ├── mstudioflexrule_t │ ├── gamedata.txt │ └── mstudioflexrule_t.sp ├── mstudiohitboxset_t.txt ├── mstudiohitboxset_t │ ├── gamedata.txt │ └── mstudiohitboxset_t.sp ├── mstudioikchain_t.txt ├── mstudioikchain_t │ ├── gamedata.txt │ └── mstudioikchain_t.sp ├── mstudioiklock_t.txt ├── mstudioiklock_t │ ├── gamedata.txt │ └── mstudioiklock_t.sp ├── mstudiomodelgroup_t.txt ├── mstudiomodelgroup_t │ ├── gamedata.txt │ └── mstudiomodelgroup_t.sp ├── mstudiomouth_t.txt ├── mstudiomouth_t │ ├── gamedata.txt │ └── mstudiomouth_t.sp ├── mstudioposeparamdesc_t.txt ├── mstudioposeparamdesc_t │ ├── gamedata.txt │ └── mstudioposeparamdesc_t.sp ├── mstudioseqdesc_t.txt ├── mstudioseqdesc_t │ ├── gamedata.txt │ └── mstudioseqdesc_t.sp ├── mstudiotexture_t.txt ├── mstudiotexture_t │ ├── gamedata.txt │ └── mstudiotexture_t.sp ├── studiohdr2_t.txt ├── studiohdr2_t │ ├── gamedata.txt │ └── studiohdr2_t.sp ├── studiohdr_t.txt └── studiohdr_t │ ├── gamedata.txt │ └── studiohdr_t.sp ├── gamedata └── studio_hdr.games.txt └── include └── studio_hdr.inc /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # StudioHdr -------------------------------------------------------------------------------- /code_generator/code_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/code_generator.py -------------------------------------------------------------------------------- /code_generator/mstudioanimblock_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioanimblock_t.txt -------------------------------------------------------------------------------- /code_generator/mstudioanimblock_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioanimblock_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudioanimblock_t/mstudioanimblock_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioanimblock_t/mstudioanimblock_t.sp -------------------------------------------------------------------------------- /code_generator/mstudioanimdesc_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioanimdesc_t.txt -------------------------------------------------------------------------------- /code_generator/mstudioanimdesc_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioanimdesc_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudioanimdesc_t/mstudioanimdesc_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioanimdesc_t/mstudioanimdesc_t.sp -------------------------------------------------------------------------------- /code_generator/mstudioattachment_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioattachment_t.txt -------------------------------------------------------------------------------- /code_generator/mstudioattachment_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioattachment_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudioattachment_t/mstudioattachment_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioattachment_t/mstudioattachment_t.sp -------------------------------------------------------------------------------- /code_generator/mstudiobbox_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiobbox_t.txt -------------------------------------------------------------------------------- /code_generator/mstudiobbox_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiobbox_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudiobbox_t/mstudiobbox_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiobbox_t/mstudiobbox_t.sp -------------------------------------------------------------------------------- /code_generator/mstudiobodyparts_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiobodyparts_t.txt -------------------------------------------------------------------------------- /code_generator/mstudiobodyparts_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiobodyparts_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudiobodyparts_t/mstudiobodyparts_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiobodyparts_t/mstudiobodyparts_t.sp -------------------------------------------------------------------------------- /code_generator/mstudiobone_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiobone_t.txt -------------------------------------------------------------------------------- /code_generator/mstudiobone_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiobone_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudiobone_t/mstudiobone_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiobone_t/mstudiobone_t.sp -------------------------------------------------------------------------------- /code_generator/mstudiobonecontroller_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiobonecontroller_t.txt -------------------------------------------------------------------------------- /code_generator/mstudiobonecontroller_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiobonecontroller_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudiobonecontroller_t/mstudiobonecontroller_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiobonecontroller_t/mstudiobonecontroller_t.sp -------------------------------------------------------------------------------- /code_generator/mstudioflexcontroller_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioflexcontroller_t.txt -------------------------------------------------------------------------------- /code_generator/mstudioflexcontroller_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioflexcontroller_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudioflexcontroller_t/mstudioflexcontroller_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioflexcontroller_t/mstudioflexcontroller_t.sp -------------------------------------------------------------------------------- /code_generator/mstudioflexcontrollerui_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioflexcontrollerui_t.txt -------------------------------------------------------------------------------- /code_generator/mstudioflexcontrollerui_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioflexcontrollerui_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudioflexcontrollerui_t/mstudioflexcontrollerui_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioflexcontrollerui_t/mstudioflexcontrollerui_t.sp -------------------------------------------------------------------------------- /code_generator/mstudioflexdesc_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioflexdesc_t.txt -------------------------------------------------------------------------------- /code_generator/mstudioflexdesc_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioflexdesc_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudioflexdesc_t/mstudioflexdesc_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioflexdesc_t/mstudioflexdesc_t.sp -------------------------------------------------------------------------------- /code_generator/mstudioflexrule_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioflexrule_t.txt -------------------------------------------------------------------------------- /code_generator/mstudioflexrule_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioflexrule_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudioflexrule_t/mstudioflexrule_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioflexrule_t/mstudioflexrule_t.sp -------------------------------------------------------------------------------- /code_generator/mstudiohitboxset_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiohitboxset_t.txt -------------------------------------------------------------------------------- /code_generator/mstudiohitboxset_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiohitboxset_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudiohitboxset_t/mstudiohitboxset_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiohitboxset_t/mstudiohitboxset_t.sp -------------------------------------------------------------------------------- /code_generator/mstudioikchain_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioikchain_t.txt -------------------------------------------------------------------------------- /code_generator/mstudioikchain_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioikchain_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudioikchain_t/mstudioikchain_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioikchain_t/mstudioikchain_t.sp -------------------------------------------------------------------------------- /code_generator/mstudioiklock_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioiklock_t.txt -------------------------------------------------------------------------------- /code_generator/mstudioiklock_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioiklock_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudioiklock_t/mstudioiklock_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioiklock_t/mstudioiklock_t.sp -------------------------------------------------------------------------------- /code_generator/mstudiomodelgroup_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiomodelgroup_t.txt -------------------------------------------------------------------------------- /code_generator/mstudiomodelgroup_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiomodelgroup_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudiomodelgroup_t/mstudiomodelgroup_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiomodelgroup_t/mstudiomodelgroup_t.sp -------------------------------------------------------------------------------- /code_generator/mstudiomouth_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiomouth_t.txt -------------------------------------------------------------------------------- /code_generator/mstudiomouth_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiomouth_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudiomouth_t/mstudiomouth_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiomouth_t/mstudiomouth_t.sp -------------------------------------------------------------------------------- /code_generator/mstudioposeparamdesc_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioposeparamdesc_t.txt -------------------------------------------------------------------------------- /code_generator/mstudioposeparamdesc_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioposeparamdesc_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudioposeparamdesc_t/mstudioposeparamdesc_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioposeparamdesc_t/mstudioposeparamdesc_t.sp -------------------------------------------------------------------------------- /code_generator/mstudioseqdesc_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioseqdesc_t.txt -------------------------------------------------------------------------------- /code_generator/mstudioseqdesc_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioseqdesc_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudioseqdesc_t/mstudioseqdesc_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudioseqdesc_t/mstudioseqdesc_t.sp -------------------------------------------------------------------------------- /code_generator/mstudiotexture_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiotexture_t.txt -------------------------------------------------------------------------------- /code_generator/mstudiotexture_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiotexture_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/mstudiotexture_t/mstudiotexture_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/mstudiotexture_t/mstudiotexture_t.sp -------------------------------------------------------------------------------- /code_generator/studiohdr2_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/studiohdr2_t.txt -------------------------------------------------------------------------------- /code_generator/studiohdr2_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/studiohdr2_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/studiohdr2_t/studiohdr2_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/studiohdr2_t/studiohdr2_t.sp -------------------------------------------------------------------------------- /code_generator/studiohdr_t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/studiohdr_t.txt -------------------------------------------------------------------------------- /code_generator/studiohdr_t/gamedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/studiohdr_t/gamedata.txt -------------------------------------------------------------------------------- /code_generator/studiohdr_t/studiohdr_t.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/code_generator/studiohdr_t/studiohdr_t.sp -------------------------------------------------------------------------------- /gamedata/studio_hdr.games.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/gamedata/studio_hdr.games.txt -------------------------------------------------------------------------------- /include/studio_hdr.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natanel-Shitrit/StudioHdr/HEAD/include/studio_hdr.inc --------------------------------------------------------------------------------