LazyDog883 / upk-modder

Automatically exported from code.google.com/p/upk-modder
0 stars 0 forks source link

Specifying upk version to read references from #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The current file format declares generically what upk file a piece of hex 
should apply to. 

However when looking up hex references it is necessary to use a particular 
version of the upk.

Always search the source or destination upk will generate unexpected results in 
certain situations. Need to do at least one of :
a) specify in the upk_mod file the version (and supply a way to update it, as 
well as a way to read version info from the upk)
b) provide user controls to manually specify upk file to use
c) other alternative

Original issue reported on code.google.com by miss.inv...@gmail.com on 29 Nov 2013 at 8:10

GoogleCodeExporter commented 8 years ago
Found a GUID for each upk file located in the header bytes 0x45 to 0x54. Added 
reading GUID a part of the UpkHeader class parseUpk method.

Original comment by miss.inv...@gmail.com on 29 Nov 2013 at 9:32

GoogleCodeExporter commented 8 years ago
GUID inclusion has resolved this issue

Original comment by miss.inv...@gmail.com on 22 Dec 2013 at 5:29