Skip to content

encounterplus/support-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

support-tools

Few scripts for creating/converting modules for Encounter+ iOS app

Usage

usage: convert.py [-h] [--parser PARSER] [--debug] [--name NAME]
                  [--author AUTHOR] [--cover COVER] [--code CODE] [--id ID]
                  PATH

Convert existing modules to Encounter+ compatible file

positional arguments:
  PATH             a path to .mod, .xml, .db3 file to convert

optional arguments:
  -h, --help       show this help message and exit
  --parser PARSER  data parser (fg|beyond)
  --debug          enable debug logs
  --name NAME      name
  --author AUTHOR  author
  --cover COVER    cover image
  --code CODE      short code
  --id ID          id

Example

./convert.py ~/test.mod --name "Test Module"

Python3 install

pip3 install -r requirements.txt

Known issues

unpack_archive is not working properly with python2.7, but it should be working with python3

About

No description, website, or topics provided.

Resources

Stars

13 stars

Watchers

5 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors