Tactics trainer looks only for .si4 databases. See tactics.tcl#140
.si4
I tried changing the glob to *.si5 but then tactics trainer would invariably throw "Cannot open file" at me.
*.si5
Hi Bahman,
you have to change also the code (3times in this file) sc_base open $fname to sc_base open SCID5 "$name"
sc_base open $fname
sc_base open SCID5 "$name"
The code must be fixed, actuell it can only open SCID4 databases.
Thanks, fixed with: https://sourceforge.net/p/scid/code/ci/843ff212147835362a00e8d105f77f0ee385863b/
Log in to post a comment.
Hi Bahman,
you have to change also the code (3times in this file)
sc_base open $fnameto
sc_base open SCID5 "$name"The code must be fixed, actuell it can only open SCID4 databases.
Thanks,
fixed with:
https://sourceforge.net/p/scid/code/ci/843ff212147835362a00e8d105f77f0ee385863b/