项目作者: RainThunder

项目描述 :
A collection of tools and documentation for the Fantasy Life game.
高级语言: Python
项目地址: git://github.com/RainThunder/fantasylife_tools.git
创建时间: 2019-03-22T21:48:04Z
项目社区:https://github.com/RainThunder/fantasylife_tools

开源协议:MIT License

下载


fantasylife_tools

A collection of tools and documentation for the Fantasy Life game on the Nintendo 3DS.

Tools

Requirements

  • Python 2 or Python 3
  • A method to access the game files. I recommended using GodMode9 on a hacked 3DS. You can also try fuse-3ds if you have access to an encrypted ROM dump.
  • 3ds-xfsatool
    ** After extracting the game files, you have to extract _file_archive.bin using 3ds-xfsatool.

List of tools and usage

scr.py

  • Dump data from .scr files inside _file_archive.bin to a tab-delimited text file.
  • See the help message with python scr.py --help

arc.py

  • Extract certain .bin files inside _file_archive.bin. It is recommended to use this tool with a folder which contains all files extracted by 3ds-xfsatool.
  • Usage: python arc.py <file / folder>

Documentation

Credits

  • andibad for inspiring me to datamine this game.