derplayer / ShenmueHDTools

Modding tools for the Shenmue HD release
MIT License
16 stars 1 forks source link

Simple workflow #28

Closed derplayer closed 6 years ago

derplayer commented 6 years ago

Linear workflow (that is guided) Advanced Functions are excluded from that one

Also: Simple static Database state in release version? (that is not the newest, but for simplicity)

Simple Workflow: Start -> Import -> Modify Files -> Export

philyeahz commented 6 years ago

Current Workflow:

  1. Start
  2. Import
  3. "Do you want to unpack TAC?" message box
  4. Modify Files
  5. Export

Current Workflow (including own database generation):

  1. Start
  2. Generate Database (Select Folder)
  3. (optional) Fetch WS Database
  4. (optional) Merge WS Database
  5. Import
  6. "Do you want to unpack TAC" message box
  7. Modify Files
  8. Export
derplayer commented 6 years ago

"Do you want to unpack TAC" Messageboxes will now appear only in debug mode. Normal user dont need those. Everything else is now implemented.