Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
/ ip-adv-reader Public archive

[Deprecated, see hoshimei/adv] IDOLY PRIDE adv script reader

License

Notifications You must be signed in to change notification settings

hoshimei/ip-adv-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

Deprecated. May not work. Check hoshimei/adv instead.

ip_adv_reader

A project to read IDOLY PRIDE script files.

Dependencies

  • Python 3
  • GNU Make
    • You can also run the scripts in the Makefile manually
  • ANTLR4 and its Python binding
    • Arch Linux: pacman -S antlr4 python-antlr4

Usage

make python
# If you don't have GNU Make:
# antlr4 -Dlanguage=Python3 *.g4
cat adv_group_tri_01_01.txt | python main.py | python target_to_object.py > object.json

Limitations

  • Cannot handle spaces within KV values.

Tests

Put adv scripts to ./adv and run test_all.sh.

License

AGPLv3

About

[Deprecated, see hoshimei/adv] IDOLY PRIDE adv script reader

Resources

License

Stars

Watchers

Forks

Releases

No releases published