Packing and Unpacking between Beta and Main - WookieeMatt/Essence20 GitHub Wiki

As only Main has the release databases, there is some work that needs to be done when moving change between the two.

Main to Beta

  1. Pack Databases (See Commands below)
  2. Delete the _source folder under each book in the packs folder
  3. Do a History Comparison, more than likely keeping the database changes from the Beta side.
  4. Unpack the Databases back into the Source Files.
  5. Delete the Database files.

Beta to Main

  1. Pack Databases (See Commands below)
  2. Delete the _source folder under each book in the packs folder
  3. Do a History Comparison, more than likely keeping the database changes from the Beta side.

Pack Command List

npm run build:db, or, to pack individually:

fvtt package pack -n "atsitems"
fvtt package pack -n "ccitems"
fvtt package pack -n "dditems"
fvtt package pack -n "fffav1items"
fvtt package pack -n "fgtaaitems"
fvtt package pack -n "fmmcitems"
fvtt package pack -n "gijcrbitems"
fvtt package pack -n "jttitems"
fvtt package pack -n "mlpcrbitems"
fvtt package pack -n "prcrbitems"
fvtt package pack -n "sssitems"
fvtt package pack -n "tfcrbitems"

Unpack Command List

npm run build:json, or, to unpack individually:

fvtt package unpack -n "atsitems"
fvtt package unpack -n "ccitems"
fvtt package unpack -n "dditems"
fvtt package unpack -n "fffav1items"
fvtt package unpack -n "fgtaaitems"
fvtt package unpack -n "fmmcitems"
fvtt package unpack -n "gijcrbitems"
fvtt package unpack -n "jttitems"
fvtt package unpack -n "mlpcrbitems"
fvtt package unpack -n "prcrbitems"
fvtt package unpack -n "sssitems"
fvtt package unpack -n "tfcrbitems"