You don't need to extract the database unless you want to. It makes it easier to look through many dbrs and compare them; or if you want to change a group of dbrs with a batch program instead of importing them and changing them one by one. I've also found no advantage to extracting the arcs. The program still searches them for newer files than the extracted ones, so if anything, it's a little slower.
Hungarian will cause the same problems
Galefury had, because it uses a comma in numbers instead of a decimal point. You can change your regional settings when you need to use ArtManager so it doesn't delete variables. Click on your
START button, then
Settings, then
Control Panel. You'll see something called
Regional and Language Options (though it might be called something in Hungarian on your computer). Doubleclick that and you'll see a drop-down list of languages. Select
English (United States) and you should be good to go.
-------------------------------------------------------------------------------------------------
I've looked at your Character.tpl compared to mine and there is a considerable difference. You really should download that
TQIT-Templates.rar from post 135. UNRAR it and you should get the complete folder
Templates. Put this folder in
...\My Documents\My Games\Titan Quest - Immortal Throne\Working\Database\ and make sure it
overwrites everything there.
Looking at those files you also see right off why this game is buggy: the first #include file# uses a value "
%TEMPLATE_DIR%database\templates\Actor.tpl"; that
%TEMPLATE_DIR% then is not used again for the other #includes#. Not only do they not use the same format from file to file, they don't even maintain a format through two lines of the same file. Grrrrrr
