【汉化】Preloader Core

2017-06-15  本文已影响569人  沧笙

Preloader Core – MV Plugin

Preloader Core

This plugin allows developers to preload specific audio and images before
running the game through a new pre-title scene.

这个插件可以让开发者制作资源加载界面

Preload Options

For all of the audio and img folders, you have four options for preloading
files: none, custom, important, all.

对于影音或者图片文件,你有四种加载模式

none

If a preload is set to “none”, no files from that folder will be preloaded.
此文件夹无加载界面

custom: f1, f2, …

If set to “custom”, specific files can be selected to be preloaded.
Simply input the filenames, no extensions, and separate each with a comma.
For example – custom: Battle1, Battle2, Theme6
指定文件有加载界面

important

If set to “important”, then files that are deemed “important” will be
preloaded. What’s considered “important” is different for each folder. For
example, important BGMs include ones specified in the database, important
Animation Images include all images used in animations, etc.
重要文件有加载界面

all

All files within the folder will be preloaded.
This feature can only be used on Node.js supported platforms.
所有文件有加载界面
这个功能需要Node.js支持的平台才可以运行

Plugin Commands

If you wish to manually preload audio or images in game, the following
Plugin Commands can be used:

设置资源加载界面

PreloadAudio [folder] [name]

Replace “folder” with one of the audio folders, and replace “name” with one of
the file names within that folder.

For example – PreloadAudio bgm Theme6

PreloadImage [folder] [name] [hue]

Replace “folder” with one of the img folders, and replace “name” with one of
the file names within that folder. You can also use the optional “hue”
argument to have the preloaded image preload a specific hue.
你还可以设置加载界面的色调

For example – PreloadImage titles1 Book 0
上一篇下一篇

猜你喜欢

热点阅读