Immortalyzy / SoraTranslator

Extract and translate a Galgame's text
GNU General Public License v3.0
17 stars 1 forks source link

In some games, the text are stored in one big file. Should divide into small text files before translation #32

Open Immortalyzy opened 10 months ago

Immortalyzy commented 10 months ago

Current ScriptFile class doesn't support this.

Immortalyzy commented 10 months ago

A better structure of ScriptFile class is to divide it to two classes: ScriptFile and TextFile. This makes more sense and a ScriptFile can have a list of TextFile as its variable.

Immortalyzy commented 10 months ago

Change this now, it has impact on all parts of the program.