Skip to content
Dominik Hladík edited this page Mar 6, 2021 · 20 revisions

Welcome to the dbmaster-cli wiki!

Tool for converting tables between Fifa Soccer Games

Prerequisites

  • install nodejs 12 or higher
  • command line (gitbash/powershell/...)
  • install DB Master (DB Master 15 is recommended)
  • export tables with DB Master (it means folder with csv files with tab separator and encoding utf16le)

Note for powershell users

  • check permissions "Get-ExecutionPolicy -List"
  • allow execution policy "Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser"

Sections

Check more details in other sections

Clone this wiki locally