07th-mod / higurashi-patch-compiler

Compiler for Higurashi patches. It's still under development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Higurashi Patch Compiler

At the moment higurashi patches are difficult to install or update. You need to download the voices, the PS3 graphics patch, the voice patch and optionally the steam sprites patch. This project aims to do all of that automatically and improve the final patch by deleting all the unnecessary voice files. Our aim is to eventually use this compiler to provide easy-to-install patches for every chapter.

Prerequisites

Installation

After you have PHP and Composer up and running you just need to install the dependencies.

$ composer install

The compiler needs the game files as well and a mysql database. Copy config/local.example.yml to config/local.yml and edit the paths and database connection settings. Then use data/database.sql to initialize the database.

Compiling a patch

Compiling a patch is as easy as running a single command. It will download, unpack and put together all the resources. Beware that the compilation can easily take about half an hour.

$ php console.php higurashi:make <chapter>

Replace <chapter> with the name of the chapter you want to compile. For example onikakushi.

When the process is finished you can find the patch in /temp/patch/<chapter>.

About

Compiler for Higurashi patches. It's still under development.


Languages

Language:PHP 99.9%Language:Dockerfile 0.1%