Closed Incrementis closed 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.
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.