ID:1405985
 
Not Feasible
Applies to:Dream Seeker
Status: Not Feasible

Implementing this feature is not possible now or in the foreseeable future
I like to access and change the seeker.txt flags straight from Dream Seeker, however, using ".configure" only outputs the following:
delay 0
sound on
last-url byond://1.1.1.1:1111
query-links on
graphics-hwmode on
debug on


rather than the whole set of things in seeker.txt...which contains way more things, like:

last-url byond://1.1.1.1:1111
guest-login off
sound on
host-visibility invisible
host-port 1111
delay 0
debug on
query-links on
graphics-hwmode on
popup-messages off
graphics-hwdriver gl //I'm pretty sure this is from me testing things
screenshot-dir c:/file/path
screenshot-type png
last-ad [some hash]
threads on


So...using ".configure threads on" does turn on threads...but, it doesn't display the flag (or any others) when just using ".configure"
The .configure command is really legacy. Some of the values aren't intended for the user to even interact with. The ones that matter (except threads, which is new but really isn't intended for .configure anyway) are already taken care of.
Lummox JR resolved issue (Not Feasible)