-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Dominik Hladík edited this page Mar 6, 2021
·
20 revisions
Tool for converting tables between Fifa Soccer Games
- 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)
- check permissions "Get-ExecutionPolicy -List"
- allow execution policy "Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser"
Check more details in other sections