It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
It was known for rubberbanding at times in 2006. Any items or skills that increase (or decrease!) your (or your enemies') movement speed will tend to increase rubberbanding. If you have turned the game speed up to Fast or Faster in the AE settings, that would probably also increase rubberbanding.
avatar
Luned: It was known for rubberbanding at times in 2006. Any items or skills that increase (or decrease!) your (or your enemies') movement speed will tend to increase rubberbanding. If you have turned the game speed up to Fast or Faster in the AE settings, that would probably also increase rubberbanding.
There's plenty of search hits about that. I've found. Here's one where the quote in the second post sounds like it came from someone from the inside, but I didn't spot the original post in the thread that it links to.
https://steamcommunity.com/app/4550/discussions/0/35219681516743973/

I checked and I do have the game speed set to fast, so I'll change that to normal and see if that helps some. I never have been a big ARPG player.. I'm in Act III and I'm a little burned out on the game now. I've had fun with it, but the repetition has got me a little tired of it now.
I've maybe found some possible fix, but I wasn't encountering the problem often enough to confirm it works :
"[...] set this setting in the options.txt file : forceSingleProcessorMode = false" (found here).
Here's the path for the file :
"C:\Users\XXXX\Documents\My Games\Titan Quest - Immortal Throne\Settings"

And another solution here (but more complicated)(so I haven't tested it, the problem wasn't occurring often for me).
A simplified version of this one is in the second post of the thread, here is a copy/paste of it :
-----
Simplified version, no RAM-Disk needed (for Windows 7, for other versions of Windows some details might differ):
1. You have to have administration rights on your machine, otherwise you can't do some of the necessary steps
2. Make sure Titan Quest is not running
3. Copy your savegame directory to another hard drive or partition (usually it's C:\Users\YourUserName\Documents\My Games\Titan Quest - Immortal Throne)
4. Delete the original savegame directory (not just the contents, the whole "Titan Quest - Immortal Throne" must be deleted)
5. Check the path to where you copied your savegame directory. I did it simple - straight to drive E: so path was E:\Titan Quest - Immortal Throne
6. Start a command line with admin rights (enter "cmd" into the searchfield of the startmenu an hit enter. Now you should have an open command line with admin in its title)
7. Navigate to the "My Games" directory where the savegames used to be, type: cd c:\users\YourUserName\documents\my games
8. Now the symlink must be created. The command for this is "mklink"
- more info on symlinks and the exact usage for mklink can be found at http://en.wikipedia.org/wiki/NTFS_symbolic_link
Use command mklink /D
- in my case it would look like this: mklink /D "Titan Quest - Immortal Throne" E:\"Titan Quest - Immortal Throne" press enter, you should get - Symbolic link created for

9. Now you can test with your explorer if it's working. Browse to C:\Users\YourUserName\Documents\My Games\Titan Quest - Immortal Throne and look if the contents are in there. If they are then you have completed all steps. Worked for me, might not work for you.
-----

I don't know at all if any of this works, but I hope this will help some :)
Post edited September 14, 2016 by Splatsch
For those suffering with Stutters, micro lags, rubber banding etc you may wish to try turning off Hyper Threading for your cpu from within your BIOS. Worked for me.
This might help someone, so here's my take on it;
Everything was working fine tell I installed the Atlantis update - then things got nasty; Lag, Rubber-banding, stutters; you name it, I had it.
I tried everything, but with the same negative results. Then I found a post over at steam, but these forums won't allow lme to post the link.

In a nutshell, it mentioned two things;
I couldn't find anything hyper-threading related in my Bios, but went ahead an made my link;

C:\Windows\System32\cmd.exe /c start "" /High "L:\GOG Games\Titan Quest - Anniversary Edition\TQ.exe" -systemfont

You would have to set the above to where ever your TQ target is (make sure you target TQ.EXE).
This fixed everything for me and set things back to how it was, I even got my ALT/TAB macro back to normal..
Post edited May 23, 2019 by AngeloBert
avatar
HappyUnicorn: I've played TQ+IT years before the Anniversary Edition and me and my friends always had this kind of problem, no matter the rig. I guess it is the fault of the game engine itself.
Indeed it did. I bought the original way back when it was first released. I guess Grim Dawn which uses a heavly modified version of the game engine got it sorted. There is nothing that can done about the lag. Who knows, now that the game is releasing expansion packs they might get it sorted.
Same problem here under my new win 10 64 machine :(
Deactivating Vertical Sync and Tripple Bufferung did the trick for me ;)

Operating System
Windows 10 Pro 64-bit
CPU
AMD Ryzen 5 3600 46 °C
Matisse 7nm Technology
RAM
32,0GB Dual-Channel Unknown @ 1066MHz (15-15-15-36)
Motherboard
Micro-Star International Co. Ltd. MEG X570 UNIFY (MS-7C35) (AM4) 36 °C
Graphics
PLG2788H (1920x1080@144Hz)
2047MB NVIDIA GeForce GTX 1060 6GB (ASUStek Computer Inc) 33 °C
Storage
465GB Samsung SSD 860 EVO 500GB (SATA (SSD)) 29 °C
3726GB Western Digital WDC WD40EZRX-00SPEB0 (SATA ) 33 °C
931GB Samsung SSD 970 EVO Plus 1TB (Unknown (SSD))
Optical Drives
TSSTcorp CDDVDW SH-224FB
Audio
Realtek High Definition Audio
Post edited September 10, 2022 by gabbawokky
avatar
Splatsch: I've maybe found some possible fix, but I wasn't encountering the problem often enough to confirm it works :
"[...] set this setting in the options.txt file : forceSingleProcessorMode = false" (found here).
Here's the path for the file :
"C:\Users\XXXX\Documents\My Games\Titan Quest - Immortal Throne\Settings"

And another solution here (but more complicated)(so I haven't tested it, the problem wasn't occurring often for me).
A simplified version of this one is in the second post of the thread, here is a copy/paste of it :
-----
Simplified version, no RAM-Disk needed (for Windows 7, for other versions of Windows some details might differ):
1. You have to have administration rights on your machine, otherwise you can't do some of the necessary steps
2. Make sure Titan Quest is not running
3. Copy your savegame directory to another hard drive or partition (usually it's C:\Users\YourUserName\Documents\My Games\Titan Quest - Immortal Throne)
4. Delete the original savegame directory (not just the contents, the whole "Titan Quest - Immortal Throne" must be deleted)
5. Check the path to where you copied your savegame directory. I did it simple - straight to drive E: so path was E:\Titan Quest - Immortal Throne
6. Start a command line with admin rights (enter "cmd" into the searchfield of the startmenu an hit enter. Now you should have an open command line with admin in its title)
7. Navigate to the "My Games" directory where the savegames used to be, type: cd c:\users\YourUserName\documents\my games
8. Now the symlink must be created. The command for this is "mklink"
- more info on symlinks and the exact usage for mklink can be found at http://en.wikipedia.org/wiki/NTFS_symbolic_link
Use command mklink /D
- in my case it would look like this: mklink /D "Titan Quest - Immortal Throne" E:\"Titan Quest - Immortal Throne" press enter, you should get - Symbolic link created for

9. Now you can test with your explorer if it's working. Browse to C:\Users\YourUserName\Documents\My Games\Titan Quest - Immortal Throne and look if the contents are in there. If they are then you have completed all steps. Worked for me, might not work for you.
-----

I don't know at all if any of this works, but I hope this will help some :)
Hello there in 2023...

I had the same problems in TQIT.
Running an AMD 5700G with 32GB RAM on Win10.

What i did to resolve it:
-Start TQIT via CMD/Shortcut like mentioned by Splatsch.
-Vsync and tripple buffering on (in game)
-Disable "Radeon Enhanced Sync" and "AMD Freesync Premium" in AMD Adrenaline. I think this really solved it.

Now the running speed is much more consistant.

I hope this helps.