Moe Moe Secretary File Adapter Configuration

Moe Moe Secretary File Adapter Configuration

Kaikyu Lotus

In order to configure MMS File Adapter and create your own waifu you must follow the next steps.

Setting up a new custom waifu

First of all locate your moe-moe-secretary.jar file and double click it.
At first boot Hatakaze from Azur Lane should appear on your desktop, this is due to the default settings shipped with Moe Moe Secretary jar.

Hatakaze having fun on your Desktop


Now you should have a file structure of this type in the jar's folder

Now open the resources folder and create a new folder there, name it as the waifu that you're creating, in my case i'll create a folder named Raphtalia!

Once you're done creating the folder, open it and create a file named data.yaml
Note: you can also use JSON if you prefer, MMS supports it too.

Now open data.yaml with any text editor and write inside the empty file the following YAML:

dialogs:
  - dialog: Welcome
    event: OnLogin
    audio: ''
  - dialog: Hmmm hello?
    event: OnIdle
    audio: ''
  - dialog: Stop touching me!
    event: OnTouch
    audio: ''

skins:
  - skins/raphtalia.png

Note that i've set skins/raphtalia.png as first skin name, you should name that file as you prefer: refer to the next step!

Let me explain the file format:
We have a list of dialogs, each of them is composed of a dialog, an event and an audio.
dialog is the phrase that the waifu will say when the even happens
event is an event that can be for example the waifu startup, a click on the waifu or a bored waifu!
audio is an audio that the waifu will reproduce togheter with the phrase.

Then we have a skins list, this list should contain a list of files which are the actual images of the waifu.

Once you're done customizing those the dialogs and skins save the file and close it.

Waifu Images

So now that we have our config file we need an image of our waifu.
You can make your own or find them on the internet, games wikis are full of those images.

In my case i'll use an image found on Google.

Since the path that i've chose starts with a folder named skins, i'll create that folder in the same folder of data.yaml.

skins folder created

And then i'll paste the waifu image named raphtalia.png inside it

Raphtalia cutie ready for our desktop!

Now we should be ready, just some more adjustments to the config.properties located into config folder (it's in the same directory as the jar file)

Open it with any text editor and find a line that starts with 'adapter=', delete what's after the = symbol and put File there.

Do the same for waifu.name: put your waifu name after the = (the name should match the folder that we created before).

In the end i have something like this in my config.properties file

adapter=File
adapter.file.format=YAML
waifu.name=Raphtalia
waifu.skinIndex=0
waifu.height=630
waifu.mirrored=true

And that should be it! Now save this file and Hatakaze should disappear, your waifu should take her place.

Hi Raphtalia!


Report Page