How to change default "send to"?

Posted by VBMeireles on Thu 28 Jan 2016 02:44 PM — 4 posts, 17,290 views.

Brazil #0
Basically I'd like new triggers (and everything else) to come with "script" already chosen as "send to" destination.

I found this through searching around:

http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=10433

But I wasn't able to find the answer within it.

Can it be done?
Australia Forum Administrator #1
  • Install the plugin Config_Option_Changes.xml (it comes with the client in the worlds->plugins folder)
  • Type config_options
  • You will see a list of options you can change (which are not in the GUI interface)
  • Select "New triggers: Default send-to location (0)
  • Change the number to 12
  • Press OK
  • Change any other options you want
  • Click Cancel to dismiss the list of options
  • Save your world file


Done!
Amended on Thu 28 Jan 2016 07:42 PM by Nick Gammon
Brazil #2
Is it something I can manually change through SQLite? I'd rather do it manually if possible.
Australia Forum Administrator #3
It's in the world file, so it's an XML option in that file. You can do it through scripting which is what that plugin does:


SetOption ("default_trigger_send_to", sendto.script)