Результаты (
английский) 2:
[копия]Скопировано!
on weekends, I'm having a good time with my family
I researched this to find that it seems to be a common issue on Vista SP1, someone had suspected that Titan Quest was creating a raw socket for some reason. That is in fact what it's doing. Since I AM not running the game in administrator mode, the socket creation fails. Since I do not really like the idea of running Steam and TQ: IT in administrator mode, I Looked for A better Fix. Makes It A call to socket ( AF_INET, SOCK_RAW, IPPROTO_ICMP) in Engine.dll. I modified Engine.dll to make it call socket (AF_INET, SOCK_DGRAM, IPPROTO_TCP) instead. I suspect this Breaks the Ping display in the game list now, But it Appears to Run Fine just now without any exceptions. It's A Two byte Fix for Engine.dll, assuming the Latest version of Engine.dll for TQ: IT on Steam now (md5 of cf00e85ff32629e4ad7859765722517b), you will want to change offset 0x164A0F to 0x11 (from 0x01), and offset 0x164A11 to 0x02 (from 0x03).
переводится, пожалуйста, подождите..
