Incrementis / Tutorils-Historical-Encyclopedias-

Contains encyclopedias of in-game history book series to eliminate searching for the historybook parts. This is a mod for the Infinity Engine games BGEE(SoD),BG2EE and IWDEE.
0 stars 0 forks source link

Voice recordings #15

Open Incrementis opened 1 month ago

Incrementis commented 1 month ago

The “reading sequence” of each encyclopedia must be synchronized for English and German.

English:

German:

Incrementis commented 2 weeks ago

Since voice recordings are extremely time-consuming, the main focus is on ensuring that the music is the right length. The voice recordings will only be made for EN for the time being.

Incrementis commented 2 weeks ago

NOTE: Regarding the "History of Waterdeep", the contents of Books 4 and 5 must be swapped because the story of Book 4 takes place later than the story of Book 5.

Incrementis commented 1 week ago

The size of a recorded file can reach several hundred MB. This can be a problem when uploading to GitHub because "GitHub blocks files larger than 100 MiB.". To prevent this, the sound file must be split into pieces. This shouldn't be a problem if the read sequence 2DA file is capable of handling chunked sound files.

For this, further investigation is needed(, but the chances seem promising).

Incrementis commented 1 week ago

In the similar 2DA file “CHPTXT1”, the sound and text files are broken down into parts and rudimentary testing of this logic in its own 2DA file leads to success. The only challenge left to solve is displaying the topic text, which is usually displayed at the top of the chapter screen. If nothing helps, this will have to be done using an image editing tool(this is defined as an own issue: https://github.com/Incrementis/Tutorils-Historical-Encyclopedias-/issues/18).