Open hguy opened 5 years ago
May help as a preliminary work for next update from THQ about modding depending how they implement that update.
https://titanquestgame.com/titan-quest-the-future/
Modding We are working on improving the mod support in Titan Quest. This includes better documentation on how to create mods, updating the mod tools and getting the game to handle more than one mod at a time. One requested feature that will be released soon is the ability for mods to add new languages to replace all the text in the game.
It can be achieved by keeping the reference to the mod (GamePathEntry) and arz/arc file at Item level and Player level. doing so we can avoid itemid collision/ambiguity by prioritizing mod file data read before fall back to regular game files.