Skip to content

Script to add most of the voice lines automatically.

Notifications You must be signed in to change notification settings

07th-mod/robomi-chan

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published