User:MilesTeg: Difference between revisions

From Step Mods | Change The Game
No edit summary
Line 11: Line 11:
#start Tool
#start Tool
##extracts file(s) from zip(s)
##extracts file(s) from zip(s)
##get dir structure from install
##get dir structure from install - DONE!
##index and md5 hash all files from the install
##index and md5 hash all files from the install - DONE!
##index and md5 hash all files from the extracted archive
##index and md5 hash all files from the extracted archive
##search hashes and if equals found write: source path (archive) dest path (install)
##search hashes and if equals found write: source path (archive) dest path (install)

Revision as of 18:11, December 3, 2013

[Query for detailed Core Mods http://tinyurl.com/oqzurgn]

ModDirCmp[edit | edit source]

Tool that helps in creating the copy commands for complex mods.

"user" in this example is a package manager from a mod team.

Workflow:

  1. let the user install the mod with MO as usual
  2. user can then adjust it appropriately to STEP
  3. start Tool
    1. extracts file(s) from zip(s)
    2. get dir structure from install - DONE!
    3. index and md5 hash all files from the install - DONE!
    4. index and md5 hash all files from the extracted archive
    5. search hashes and if equals found write: source path (archive) dest path (install)
    6. add all other (unknown) files to the archive
    7. output config file
  4. user then tests config with ASI