deca icon indicating copy to clipboard operation
deca copied to clipboard

Track additional info for vnodes/files plus discover files differently

Open kk49 opened this issue 6 years ago • 1 comments

Track File info

  • Sha1sum
  • ~~File source (parent id)~~
  • File name source:
    • direct (what does this mean in the context of all the other files?)
    • ~~adf(src file)~~
    • ~~sarc(src file)~~
    • ~~rtpc(src file)~~
    • procmon(guess at archive file)
    • string field file
    • string filename file
    • string misc file
    • guess (maybe mark this bad adding a game defintion file)

Build possible filelist from all sources first then resolve

  • ~~Include File type (by extention)~~
  • ~~Include how name was found~~

Deal with name collisions, they probably have explicit names already set

indicate which files are modded by comparing them versus archive using sha1sum Indicate which files that were loaded by game at runtime (will help in figuring out system)

kk49 avatar Jan 15 '19 21:01 kk49

file extension hash is now saved, this is also used in various archive files so it's convenient.

kk49 avatar Feb 15 '20 21:02 kk49