Perhaps due to the fact that my project is built on python, an error occurs while executing the line "(CRC << 8) ^ Crc32Table [(buffer [i] ^ (CRC >> 24))]", "tuple index out of range", although this...
Type: Posts; User: pedore; Keyword(s):
Perhaps due to the fact that my project is built on python, an error occurs while executing the line "(CRC << 8) ^ Crc32Table [(buffer [i] ^ (CRC >> 24))]", "tuple index out of range", although this...
As far as I understand, the table is the standard crc32 polynomial "0x04C11DB7". The argument "buffer" is passed to the function, but it is not used anywhere. Any idea why? Also, when using the...
You are right, this is the PC version, but the work with blocks is identical with the version for xbox, so I decided to use the PC version for convenience.
I found information from Mr. Vulnavia on...
/* Google Translate */
Sure. The save file is attached to the response. As for the information. The required data is in the third block (I want to change the dificalty of the game). The block is...
/* Google Translate */
Hello!
I need help from experienced forum users, I'm trying to make a save editor for Thief 4. Decompilation and compilation are successful, but there was a problem...