ツクールの専門・質問スレがないようなので。ここで質問させてください

英語版のVXAce製ゲームを日本語に翻訳しようとしています
rvdata2をテキスト変換してYAML形式にすれば良いことまでは調べました

参考元
ttps://kido0617.github.io/rpgmaker/2018-07-01-rvpacker/

Ruby30-x64とrvpacker-1.2.0は正しくインストールされているのですが
カレントフォルダを変更してSet-Location D:\Temp\test
rvpacker --action unpack --project ./ --project-type ace
をコマンドしてもエラーが発生します

また
ttps://f95zone.to/threads/rpg-maker-mv-unpacker.417/page-3
を参照して
type 'rvpacker --action unpack --project C:\Documents\Games\OrWhicheverDirectoryYourGameIsIn --project-type ace'
としても何も起こらず変換されません

ちょっお手上げ状態なのでわかる方教えて下さい。
ロードに失敗しているのはわかるのですが対策が不明です

[DEPRECATION] The trollop gem has been renamed to optimist and will no longer be supported. Please switch to optimist as soon as possible.
<internal:C:/Ruby30-x64/lib/ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require': cannot load such file -- scanf (LoadError)
from <internal:C:/Ruby30-x64/lib/ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/rvpacker-1.2.0/lib/RGSS.rb:21:in `<top (required)>'
from <internal:C:/Ruby30-x64/lib/ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from <internal:C:/Ruby30-x64/lib/ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/rvpacker-1.2.0/bin/rvpacker:5:in `<top (required)>'
from C:/Ruby30-x64/bin/rvpacker:25:in `load'
from C:/Ruby30-x64/bin/rvpacker:25:in `<main>'