Hello,
Presently ChatScript uses the TOPIC directory to store the compiled script.
I don’t really like the idea of mixing the engine directory and the data directory:
- the lifecycles are different, same for the backup guidelines etc.
- I’d also like to use the same engine directory but with different compiled bots (with completely different TOPIC folders)
Thus I’d like to put the TOPIC folder somewhere else!
I have looked for a command line parameter but didn’t succeed.
On Linux I can quite easily cope with that using symbolic links.
On Windows I can’t (or more precisely it’s not that easy).
What’s your advice ?