This repository includes two main components:
- Web Application: A web-based tool for reading and navigating the Final Fantasy VII Remake script. The application features a clean, responsive UI with dark mode support and customizable font sizing.
- Parser Tool: A command-line utility that converts the Final Fantasy VII Remake game script from Word documents into a structured JSON format.
- Clean and responsive user interface for script navigation.
- Dark mode support and adjustable font size.
- Structured data output from Word documents, including chapters, subchapters, and dialogues.
python -m game_script_parser.main input.docx output.json
- Chapters should be formatted as:
Chapter X - Chapter Title
- Subchapters are marked with:
// Subchapter Title //
- Dialogues should be written as:
(Character) - Dialogue text
Example:
Chapter 1 - The Destruction of Mako Reactor 1
// Train Station //
(Cloud) - Mako... Never seen so much of it.
(Barret) - This is Mako Reactor 1.