The flag from the command line would be "/S" for sandbox and would
rely on an INI file to supply the game details.
Any objections?
Don
I was thinking a simpler solution would be to make the data directory
configurable, probably via the ini file. Therefore, we could give
every user their own data directory without worrying about data
leaking.
>
> The idea behind the sandbox mode is a smaller footprint, essentially
> an instance designed to be embedded. The only objection I have is
> calling it sandbox mode, rather than minimal or embedded :P
>
> See, the /min switch makes much more sense to me.
Well, sandbox mode will do more than just make it small. I'm thinking
it would disable certain menu options like disconnect and switching
database and simplify login. I guess you could just tie those
concepts together, so as long as it is clear what /min mode is, I'm
fine with it.
Don
Perfect, let's do it. I'm determining the INI sections based on what
class it pertains to, so pick the appropriate one (TWXServer or
whatever) and add the option.
Don