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

Read the contents of the encyclopedias from the game #14

Closed Incrementis closed 1 day ago

Incrementis commented 1 month ago

Since the content comes from the history books that are already in the game, it would make sense to read the required content from the game. It makes sense to write a function for this, as the translation for the books within a tra file is then no longer required. The translated content is read from the game depending on the language selected.

Note: The texts read from the history books must be concatenated.

Incrementis commented 1 day ago

Due to the fact that the voice recordings of the "history of the North" are not divided into the same number as the number of books present in the game, the logic of implementation must be handled individually. At this stage of development, the other encyclopedias are most likely implemented almost identically in their logic, which would have been a good reason to use this logic in a function. This abstraction will not happen.