├── .gitattributes ├── README.md └── Scripts ├── CompileHeart_ISM2.ms ├── CrashNSane_IGZ.ms ├── GoGoHypergrind_AMD.ms ├── KamenRiderPS3_EMD.ms ├── KamenRiderPS3_EMD_2012.ms ├── MegaManPSP_MDL.ms ├── NDCubeWiiU_BNFM.ms ├── Namco_NDWD.ms ├── Namco_NDWD_2012.ms ├── Namco_NDWD_Debug.ms ├── Namco_NDWD_Debug_2012.ms ├── Namco_NDWD_UpdateWIP.ms ├── NieRAutomata_WMB.ms ├── NintendoWiiU-Switch_BFRES.ms ├── OrochiEngine3_MDL.ms ├── PokemonORAS_BCH.ms ├── PokemonORAS_BCH_2012.ms ├── PokemonSwitch_GFBMDL-TRMDL.ms ├── PokemonXY_BCH.ms ├── PokemonXY_BCH_2012.ms ├── SSB4U-TaikoU_NDP3.ms ├── SSB4U-TaikoU_NDP3_Debug.ms ├── SSB4U-TaikoU_NDP3_UpdateWIP.ms ├── SSBUlt-NPS_NUMDLB.ms ├── SegaNNLibrary_NO.ms ├── SegaNNLibrary_NO_Debug.ms ├── Tamsoft_TMD.ms ├── TelltaleGames_D3DMesh.ms └── TelltaleHashDBs ├── BoneNames.HashDB ├── BoneNames.txt ├── TexNames.HashDB └── TexNames.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/CompileHeart_ISM2.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/CompileHeart_ISM2.ms -------------------------------------------------------------------------------- /Scripts/CrashNSane_IGZ.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/CrashNSane_IGZ.ms -------------------------------------------------------------------------------- /Scripts/GoGoHypergrind_AMD.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/GoGoHypergrind_AMD.ms -------------------------------------------------------------------------------- /Scripts/KamenRiderPS3_EMD.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/KamenRiderPS3_EMD.ms -------------------------------------------------------------------------------- /Scripts/KamenRiderPS3_EMD_2012.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/KamenRiderPS3_EMD_2012.ms -------------------------------------------------------------------------------- /Scripts/MegaManPSP_MDL.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/MegaManPSP_MDL.ms -------------------------------------------------------------------------------- /Scripts/NDCubeWiiU_BNFM.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/NDCubeWiiU_BNFM.ms -------------------------------------------------------------------------------- /Scripts/Namco_NDWD.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/Namco_NDWD.ms -------------------------------------------------------------------------------- /Scripts/Namco_NDWD_2012.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/Namco_NDWD_2012.ms -------------------------------------------------------------------------------- /Scripts/Namco_NDWD_Debug.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/Namco_NDWD_Debug.ms -------------------------------------------------------------------------------- /Scripts/Namco_NDWD_Debug_2012.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/Namco_NDWD_Debug_2012.ms -------------------------------------------------------------------------------- /Scripts/Namco_NDWD_UpdateWIP.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/Namco_NDWD_UpdateWIP.ms -------------------------------------------------------------------------------- /Scripts/NieRAutomata_WMB.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/NieRAutomata_WMB.ms -------------------------------------------------------------------------------- /Scripts/NintendoWiiU-Switch_BFRES.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/NintendoWiiU-Switch_BFRES.ms -------------------------------------------------------------------------------- /Scripts/OrochiEngine3_MDL.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/OrochiEngine3_MDL.ms -------------------------------------------------------------------------------- /Scripts/PokemonORAS_BCH.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/PokemonORAS_BCH.ms -------------------------------------------------------------------------------- /Scripts/PokemonORAS_BCH_2012.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/PokemonORAS_BCH_2012.ms -------------------------------------------------------------------------------- /Scripts/PokemonSwitch_GFBMDL-TRMDL.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/PokemonSwitch_GFBMDL-TRMDL.ms -------------------------------------------------------------------------------- /Scripts/PokemonXY_BCH.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/PokemonXY_BCH.ms -------------------------------------------------------------------------------- /Scripts/PokemonXY_BCH_2012.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/PokemonXY_BCH_2012.ms -------------------------------------------------------------------------------- /Scripts/SSB4U-TaikoU_NDP3.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/SSB4U-TaikoU_NDP3.ms -------------------------------------------------------------------------------- /Scripts/SSB4U-TaikoU_NDP3_Debug.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/SSB4U-TaikoU_NDP3_Debug.ms -------------------------------------------------------------------------------- /Scripts/SSB4U-TaikoU_NDP3_UpdateWIP.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/SSB4U-TaikoU_NDP3_UpdateWIP.ms -------------------------------------------------------------------------------- /Scripts/SSBUlt-NPS_NUMDLB.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/SSBUlt-NPS_NUMDLB.ms -------------------------------------------------------------------------------- /Scripts/SegaNNLibrary_NO.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/SegaNNLibrary_NO.ms -------------------------------------------------------------------------------- /Scripts/SegaNNLibrary_NO_Debug.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/SegaNNLibrary_NO_Debug.ms -------------------------------------------------------------------------------- /Scripts/Tamsoft_TMD.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/Tamsoft_TMD.ms -------------------------------------------------------------------------------- /Scripts/TelltaleGames_D3DMesh.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/TelltaleGames_D3DMesh.ms -------------------------------------------------------------------------------- /Scripts/TelltaleHashDBs/BoneNames.HashDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/TelltaleHashDBs/BoneNames.HashDB -------------------------------------------------------------------------------- /Scripts/TelltaleHashDBs/BoneNames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/TelltaleHashDBs/BoneNames.txt -------------------------------------------------------------------------------- /Scripts/TelltaleHashDBs/TexNames.HashDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/TelltaleHashDBs/TexNames.HashDB -------------------------------------------------------------------------------- /Scripts/TelltaleHashDBs/TexNames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomTBush/RTB-3DSMax-Scripts/HEAD/Scripts/TelltaleHashDBs/TexNames.txt --------------------------------------------------------------------------------