Fri Aug 11, 2006 7:03 am by Mace_166
Firstly, which mod are you using? You might be able to download an addon pack that was released after the mod.
Secondly, yup Freelancer HashGenerator FE. It takes the entries you give it and runs all of the entries in a text file until it either gets to the end or reaches a space between the entries. Things like bases and systems are not hash coded, its just the ships, their equipment and the commodities.
You just make a series of these entries:
nickname = co_gun01_mark01, Starbeam (Class 1)
nickname = fc_lr_gun01_mark01, Azrael (Class 1)
nickname = fc_or_gun01_mark01_m1, Death's Hand Mk I (Class 1)
and it replaces "nickname" with its hash code:
2797446218 = co_gun01_mark01, Starbeam (Class 1)
3058004237 = fc_lr_gun01_mark01, Azrael (Class 1)
2244256138 = fc_or_gun01_mark01_m1, Death's Hand Mk I (Class 1)