Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of the --database flag broke the default pack/unpack actions #3

Closed
akesterson opened this issue Jun 3, 2014 · 1 comment
Closed
Labels
bug

Comments

@akesterson
Copy link
Collaborator

@akesterson akesterson commented Jun 3, 2014

With rvpacker 1.1.0, if you don't specify --database, it only ever unpacks the Scripts database. This appears to be a regression related to the --database flag; rvpacker 1.0.0 works as expected.

@akesterson akesterson added the bug label Jun 3, 2014
@akesterson
Copy link
Collaborator Author

@akesterson akesterson commented Jun 3, 2014

Works as expected now in 1.2.0. Single database management works:

PS C:\Users\akesterson.akesterson-PC\source\upstream\git\akesterson\rvpacker> rvpacker --project C:\Users\akesterson.akesterson-PC\source\wip\KeepOnTheBorderlands --project-type ace --force --action unpack --verbose --database Skills
  Converting Skills.rvdata2 to .yaml

.. Default project management works:

PS C:\Users\akesterson.akesterson-PC\source\upstream\git\akesterson\rvpacker> rvpacker --project C:\Users\akesterson.akesterson-PC\source\wip\KeepOnTheBorderlands --project-type ace --force --action unpack --verbose
  Converting Actors.rvdata2 to .yaml
  Converting Animations.rvdata2 to .yaml
  Converting Armors.rvdata2 to .yaml
  Converting Classes.rvdata2 to .yaml
  Converting CommonEvents.rvdata2 to .yaml
  Converting Enemies.rvdata2 to .yaml
  Converting Items.rvdata2 to .yaml
  Converting Map001.rvdata2 to .yaml
  Converting Map002.rvdata2 to .yaml
  Converting Map003.rvdata2 to .yaml
  Converting Map004.rvdata2 to .yaml
  Converting Map005.rvdata2 to .yaml
  Converting Map006.rvdata2 to .yaml
  Converting Map007.rvdata2 to .yaml
  Converting Map008.rvdata2 to .yaml
  Converting Map009.rvdata2 to .yaml
  Converting Map010.rvdata2 to .yaml
  Converting Map011.rvdata2 to .yaml
  Converting Map012.rvdata2 to .yaml
  Converting Map013.rvdata2 to .yaml
  Converting Map014.rvdata2 to .yaml
  Converting Map015.rvdata2 to .yaml
  Converting Map016.rvdata2 to .yaml
  Converting MapInfos.rvdata2 to .yaml
  Converting Skills.rvdata2 to .yaml
  Converting States.rvdata2 to .yaml
  Converting System.rvdata2 to .yaml
  Converting Tilesets.rvdata2 to .yaml
  Converting Troops.rvdata2 to .yaml
  Converting Weapons.rvdata2 to .yaml
  Converting scripts to text
@akesterson akesterson closed this in 82aa727 Jun 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.