improved menu, moved email functionality to a separate file

This commit is contained in:
2026-01-27 14:32:10 +08:00
parent c067d031f8
commit 561f0ae501
5 changed files with 216 additions and 283 deletions

View File

@ -1,40 +1,41 @@
//These define what character set your ghost will be using. Don't touch any of them.
charset, UTF-8
charset, UTF-8
charset.dic, UTF-8
charset.output, UTF-8
charset.file, UTF-8
charset.save, UTF-8
charset.extension, UTF-8
//---- Dictionary Files ---------------------------------------------------------------------
//These are the .dic files your ghost will be using. You can add new .dic files or take them away as you like, just always make sure to test your ghost to make sure it still works if you do. This can be finicky.
//I would recommend adding the initials of your ghost to the front of your .dic files, such as hs_string or hs_bootend, particularly if you're going to be editing multiple ghosts at once, or studying other ghost's files to see how they work. It'll help you keep the files straight in Notepad++. You don't have to though, that's optional. If you do, make sure to change the filenames here too, so if you changed the filename to hs_string, make sure you come back here and change the line here to dic,hs_string.
dicdir, yaya_base
dic, string.dic
dic, aitalk.dic
dic, string.dic
// Random talk
dic, aitalk.dic
dic, bootend.dic
dic, mouse.dic
dic, mouse.dic
// Miscellaneous utitility scripts such as installation,
// removal, update and file manipilation event callbacks
dic, etc.dic
// Menu
dic, menu.dic
dic, word.dic
dic, commu.dic
dic, nameteach.dic
dic, anchor.dic
//---- Log Location -------------------------------------------------------------------------
//I'm not entirely sure what this does, but basically don't touch it.
// Lyuma Email functionality
dic, email.dic
//---- Log Location -------------------------------------------------------------------------
//log, ayame.log
msglang,english
//Don't touch anything in here.
//------------------------------------------------------------------------------
//実行ログ
//実行ログをayame.logに記録します。開発時には記録しておいたほうが良いです。