├── mjarc.rar ├── mjdev.rar ├── arc_conv.7z ├── txt2mjo_howto.txt └── README.md /mjarc.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3licie/majiro-tools/HEAD/mjarc.rar -------------------------------------------------------------------------------- /mjdev.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3licie/majiro-tools/HEAD/mjdev.rar -------------------------------------------------------------------------------- /arc_conv.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3licie/majiro-tools/HEAD/arc_conv.7z -------------------------------------------------------------------------------- /txt2mjo_howto.txt: -------------------------------------------------------------------------------- 1 | 2 | text_conv majiro my.mjo > my.txt 3 | 4 | text_conv majiro my.mjo output.mjo < my_translated.txt 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # majiro-tools 2 | A bunch of command-line utilities for dealing with Majiro Script Engine files: MajiroArc (\*.arc) and MajiroObj (\*.mjo). 3 | --------------------------------------------------------------------------------