Important Message

You are browsing the archived Lancers Reactor forums. You cannot register or login.
The content may be outdated and links may not be functional.


To get the latest in Freelancer news, mods, modding and downloads, go to
The-Starport

Crc Values

The general place to discuss MOD''ing Freelancer!

Post Sun Jan 09, 2005 7:07 am

Crc Values

I know theres a way to get crc values using the very handy Crc Calc,, is there anyway or prog that can reverse-engineer the information? (put crc value back into standard format)

Post Tue Jan 11, 2005 10:34 pm

There is no way to reverse-engineer the values, but there are ways to find out what a CRC refers to.

I'm not that familiar with the CRC routine used in FL, but all hashing techniques are based on the idea of taking information and producing a short "hash" that represents it. You've actually "lost" information if you have only the hash for a string and not the string itself. The hash is used more or less as an index to look up the detailed value.

The way to handle this problem is to generate CRCs for all of the strings that you're working with and save them with the string. Then you can "look up" the string from the CRC value, which is essentially what the computer typically does with it. The sticky bit here is that the CRCCalc tool isn't designed for bulk crc generation - the GUI obviously requires you to enter each string directly, and you can't even copy the resulting numeric values to put in a lookup file.

Post Wed Jan 12, 2005 1:53 pm

ahh,, cheers 4 the info

Ta,

Return to Freelancer General Editing Forum