On 18 Jun., 17:18, Mikheil Sukhiashvili <
msukhiashv...@gmail.com>
wrote:
> Hi Mark,
>
> If it works on actual readers push it to the main repository please.
Would have to push "AppAssets" too.
BTW: my custom buildPRS+ for both 505 and 650 is working well with all
apps from apps-repository.
Same for Ben's 600 and TJ27's 350.
> PS
> Where does it save it to? If you have time, please define new config
> variable so that it is easy to change the location later.
Path for savegame and configuration files is set to \Data\
using code like this
if (kbook.simEnviro) {datPath = target.chessRoot + 'chess.dat';}
else {datPath = '/Data/chess.dat';}
puzPath = target.chessRoot + 'puzzles/';
if (kbook.simEnviro) {puzDatPath = target.chessRoot +
'chess2.dat';}
else {puzDatPath = '/Data/chess2.dat';}