EtienneLamoureux / TQVaultAE

Extra bank space for Titan Quest Anniversary Edition
MIT License
285 stars 62 forks source link

The best seed for all item is 0xFFFFFFFE #522

Closed wzzb521 closed 2 weeks ago

wzzb521 commented 2 months ago

0xFFFFFFFE or -2 (signed int32) I saw this in a CE table. It works for all item.

CristianLK commented 3 weeks ago

But you can't assign that seed with TQVault, how are you supposed to do it?

ejfudd commented 3 weeks ago

Unless the expansions changed the item generation code, internally the seed is limited to 15 bits (0x7fff) and TQVault followed that limitation.