07th-mod / robomi-chan

Script to add most of the voice lines automatically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements: PHP 7.1+, Composer, MySQL

  1. Install dependencies using composer.
composer install
  1. Initialize the database.
  • Create table using the database.sql file.
  • Change the connection values in bootstrap.php.
  1. Build the database index. It will take a few minutes to complete.
php load.php
  1. Run the voice insertion script itself. This will take even longer - anywhere between 10 minutes and an hour depending on the length of the chapter and performance of your computer.
php insert.php <path to the txt scripts of the chapter>

About

Script to add most of the voice lines automatically.


Languages

Language:PHP 98.3%Language:Dockerfile 1.7%