Quote:
Originally Posted by gap
is there any lilimitation to the names that can be used, besides the rule regarding the single model GR2's.
- Once a GR2 is cloned and its mehes, skeletons, and bones are renamed, the Id's of its sim, zon, etc files have to be remapped accordingly. By righ clicking on the items of a GR2 file in Goblin, and selecting 'Edit controllers', 2 hex number separeted by a colon are displayed. Which on these numbers is the Id to be used as controller's parent? 
|
I don't know what the limitations are for symbols that can be used in names with GR2 files. I would stick with the common symbols (letters, numbers, underscore, #, $, @) to be safe.
The 2 hex numbers make an ID by:
Take the first hex number and read it backwards. If it was 0A56BC20 you would read that as 20BC560A. Take the second number and do the same to it. If it was AA04A0FF then it would be FFA004AA. Thus the ID would be 20BC560AFFA004AA. That took me months to figure out!!!