EtienneLamoureux / TQVaultAE

Extra bank space for Titan Quest Anniversary Edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TQVaultAE

Steam Release License

TQVaultAE is an external tool for Titan Quest Anniversary Edition that allows you to store and search your items outside the game. Works with all expansions!

TQVaultAE screenshot

Features

Installation

Installer

  1. Navigate to the release page
  2. Download the latest release's .exe file.
    • Please note: If you opt for a pre-release, be aware that they are alpha builds.
  3. Double-click the .exe.
  4. Navigate to the folder where you installed TQVaultAE. Double-click TQVaultAE.exe
  5. Enjoy!

DIY Archive

  1. Navigate to the release page
  2. Download the latest release's .zip file.
    • Please note: If you opt for a pre-release, be aware that they are alpha builds.
  3. Extract the content of the archive on your computer.
  4. Navigate to the folder where you extracted the artefacts. Double-click TQVaultAE.exe
  5. Enjoy!

Configuration

The "Configure" button (top-left) opens up the configuration menu. That's where you can change:

  • The language used by the application
  • The paths where the vault files are located
  • The paths where the game files are located
  • The cheats (To enable/disable these options, see the F.A.Q. below)
  • Every vault button can be customized using in-game pictures

Troubleshooting and F.A.Q.

Q. Does TQVaultAE modify my items? The stats I see are not the same as the ones ingame.

A. No, unless you specifically use the cheats, TQVaultAE doesn't alter items in any way. The difference you see is simply due to the way stats are generated in Titan Quest: each item has base stats and a unique seed that modifies those stats. TQVaultAE only displays the base stats (and not the modifications due to the RNG).

Q. Can I use TQVaultAE while playing the game?

A. Only when using the "Allow hot reload features" setting, otherwise it is not safe to do so. Even then, be aware that any unsaved changes made in TQVaultAE will be lost when interacting with in-game inventories.

Q. What happened to my items, I transferred items to my character and they are not there in game?

A. If you are using the Steam version of the game, make sure Steam Cloud synchronization is disabled as it will overwrite local game saves modified by TQVaultAE with cloud older saves.

Q. How to enable/disable the cheats (character edition, item edition, item copy)?

A. There is a dedicated checkbox in the tool settings window.

Q. Can TQVaultAE use my old vault files?

A. Yes, TQVaultAE is compatible with the legacy TQvault vault files.

Q. Error Loading Resources. This may be caused by a bad language or game path setting.

A. Follow these steps:

  1. Navigate the the installation folder of TQVaultAE
  2. Open UserConfig.xml in a text editor (i.e. notepad, not Microsoft Word)
  3. Replace the following sections:
<AutoDetectGamePath>1</AutoDetectGamePath>
...
<TQITPath></TQITPath>
<TQPath></TQPath>

by (replace the path to the correct one for your computer)

<AutoDetectGamePath>0</AutoDetectGamePath>
...
<TQITPath>C:\examplePath\Titan Quest Anniversary Edition</TQITPath>
<TQPath>C:\examplePath\Titan Quest Anniversary Edition</TQPath>
  1. Open TQVaultAE
    • You might be greeted with a warning dialog about the vault path not being set. Click OK.
  2. Open the configuration menu by clicking the top-left button
  3. Validate the vault path and the game paths shown
  4. Click OK to close the configuration menu

Q. I have this game as a stand-alone (i.e. not through Steam or GOG). How can I make TQVaultAE work?

A. See the answer to "Error Loading Resources. This may be caused by a bad language or game path setting." above

Q. Does TQVaultAE work with the Immortal Throne expansion?

A. Yes

Q. Does TQVaultAE work with the Ragnarok expansion?

A. Yes

Q. Does TQVaultAE work with the Atlantis expansion?

A. Yes

Q. Does TQVaultAE work with the Eternal Embers expansion?

A. Yes

Q. Can I still earn achievements while using TQVaultAE?

A. Yes

Q. How can i change my vault icons?
Open the wizard
Customize your vault

Q. How can i adjust the volume?

A. You can enable/Disable the sounds in the tool settings window or adjust the volume via Windows Volume Mixer.

Q. I have a problem not listed here. What can I do?

A. There are several things you can do:

Contributors

This project could not go on without the continued volunteer contributions of the Titan Quest community. If you're thinking about contributing, please read our contributing guidelines.

TQVaultAE

TQVault

  • Brandon "bman654" Wallace, original author
  • saydc, item stats
  • Jesse "VillageIdiot/EJFudd" Calhoun, item stats & ARZExplorer util
  • AvunaOs, new UI

Translation team

  • FOE, german
  • Jean, French
  • Vifarc, French
  • Cygi, Polish
  • Xelat, Russian
  • Kurrus, Spanish
  • Klauhs, Portuguese

Disclaimer

Titan Quest, THQ and their respective logos are trademarks and/or registered trademarks of THQ Nordic AB. This non-commercial project is in no way associated with THQ Nordic AB.

About

Extra bank space for Titan Quest Anniversary Edition

License:MIT License


Languages

Language:C# 100.0%Language:Batchfile 0.0%