├── ._translate.ipynb ├── .gitignore ├── bin ├── Decrypt_dsm.exe ├── Encrypt_dsm.exe ├── data.dsm ├── excfarc.exe ├── mestool.cpp └── mestool.exe ├── explore.md ├── readme.md ├── src ├── baidufanyi.py ├── gendotmatrix.py ├── langconv.py ├── nekopack.py ├── public_function.py ├── rmmvdecrypt.html └── zh_wiki.py ├── test_py2.py ├── test_py3.py └── translate.ipynb /._translate.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/._translate.ipynb -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/.gitignore -------------------------------------------------------------------------------- /bin/Decrypt_dsm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/bin/Decrypt_dsm.exe -------------------------------------------------------------------------------- /bin/Encrypt_dsm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/bin/Encrypt_dsm.exe -------------------------------------------------------------------------------- /bin/data.dsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/bin/data.dsm -------------------------------------------------------------------------------- /bin/excfarc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/bin/excfarc.exe -------------------------------------------------------------------------------- /bin/mestool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/bin/mestool.cpp -------------------------------------------------------------------------------- /bin/mestool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/bin/mestool.exe -------------------------------------------------------------------------------- /explore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/explore.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/readme.md -------------------------------------------------------------------------------- /src/baidufanyi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/src/baidufanyi.py -------------------------------------------------------------------------------- /src/gendotmatrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/src/gendotmatrix.py -------------------------------------------------------------------------------- /src/langconv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/src/langconv.py -------------------------------------------------------------------------------- /src/nekopack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/src/nekopack.py -------------------------------------------------------------------------------- /src/public_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/src/public_function.py -------------------------------------------------------------------------------- /src/rmmvdecrypt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/src/rmmvdecrypt.html -------------------------------------------------------------------------------- /src/zh_wiki.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/src/zh_wiki.py -------------------------------------------------------------------------------- /test_py2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/test_py2.py -------------------------------------------------------------------------------- /test_py3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/test_py3.py -------------------------------------------------------------------------------- /translate.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssynn/game_translation/HEAD/translate.ipynb --------------------------------------------------------------------------------