Open worlds in startup list?

Posted by Wanghom8228 on Wed 17 Nov 2010 01:17 PM — 6 posts, 22,781 views.

#0
I found this item in the File Menu, but not sure how to use it. It is gray out.
USA Global Moderator #1
http://mushclient.com/scripts/doc.php?dialog=IDD_GLOBAL_PREFSP1
#2
Thanks a lot, Fiendish.
One more question, are we able to open a startup list from file??

for example:
MushClient -startup:Game1.xml

Australia Forum Administrator #3
Not exactly, but you could update the database before opening MUSHclient. Something along these lines:


sqlite3 mushclient_prefs.sqlite "UPDATE prefs SET value = 'a.mcl*b.mcl*c.mcl' WHERE name = 'WorldList'"

mushclient.exe


The world files to open are in the 'WorldList' database row, as file names separated by asterisks.
#4
I see.
Thanks for good suggestion.

But I don't have sqlite3 in my box. So I actually can backup the mushclient_prefs.sqlite for different usage.

Right?

for example:
> copy /y game1.sqlite mushclient_prefs.sqlite
> muschclient.exe

BTW again: Is there any way can load the sqlite file directly?

such as: mushclient.exe game1.sqlite?
Australia Forum Administrator #5
Get from here:

http://www.sqlite.org/download.html

Right now it is:

http://www.sqlite.org/sqlite-3_7_3.zip

MUSHclient itself has SQLite3 access built into it. However my suggestion was so you could set it up in advance to open certain files.

However a normal user would simply use the Global Prefs configuration window to add whatever file s/he wanted.


Wanghom8228 said:

BTW again: Is there any way can load the sqlite file directly?

such as: mushclient.exe game1.sqlite?


No.