View Single Post
  #11  
Old 03-06-2009, 09:01 AM
AHO's Avatar
AHO AHO is offline
Approved Member
 
Join Date: Aug 2008
Location: Germany
Posts: 538
Default

Quote:
Originally Posted by forlik View Post
IDs are not encrypted and you can find them using search command in any hex-editor. But they stored as numbers, not as strings. So, to find them you should reverse your request. You can modify these IDs or create your own (DWORD with offset 0x3D after NPC's name).

Example for D. Meltzer (YAZK):
Interesting:
I found his ID at adres 0x00EF68FC as a reverse string (KZAY).
But it is not a stored as a number? It's just a reverted string

Update://
If a NPC does not have an ID, can I give him a new one?
Is the space inside the swd empty? How long have the
ID to be? I think four bytes (chars)?

Last edited by AHO; 03-06-2009 at 09:05 AM.
Reply With Quote