SRD_PreloaderCore
预加载
Preloader Core
Version 1.10
SumRndmDde
This plugin requires the Game Upgrade plugin:
http://sumrndm.site/game-upgrade/
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.
==============================================================================
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
==============================================================================
End of Help File
==============================================================================
Welcome to the bottom of the Help file.
Thanks for reading!
If you have questions, or if you enjoyed this Plugin, please check
out my YouTube channel!
https://www.youtube.com/c/SumRndmDde
Until next time,
~ SumRndmDde
SRD_PreloaderCore的更多相关文章
随机推荐
- CodeForces - 1025C 字符串处理,画一个圆。。。
题目链接: https://vjudge.net/problem/1810469/origin 题目大意: 给你一个字符串,中间切一刀,左右两边均反转,然后右边的串拼接到左边上. 思路: 比如 aa ...
- Note of Jieba ( 词云图实例 )
Note of Jieba jieba库是python 一个重要的第三方中文分词函数库,但需要用户自行安装. 一.jieba 库简介 (1) jieba 库的分词原理是利用一个中文词库,将待分词的内容 ...
- Android应用程序后台加载数据
从ContentProvider查询你需要显示的数据是比较耗时的.如果你在Activity中直接执行查询的操作,那么有可能导致Activity出现ANR的错误.即使没有发生ANR,用户也容易感知到一个 ...
- XVII Open Cup named after E.V. Pankratiev. GP of Two Capitals
A. Artifact Guarding 选出的守卫需要满足$\max(a+b)\leq \sum a$,从小到大枚举每个值作为$\max(a+b)$,在权值线段树上找到最大的若干个$a$即可. 时间 ...
- 【安全性测试】Android测试中的一点小发现
在执行某个项目中的APP测试发现的两个问题,自然也是提供参考,作为经验记录下来. 一.通过apk的xml文件获取到某项目APP的账号和密码 使用eclipsel或者drozer,获得apk的xml文件 ...
- img标签与span一起使用不在同一条线上
布局时 img标签与span标签在同一行是不能垂直,解决办法:在 img标签添加一个 vertical-align:middle; 即 <!-- img与span的文字与图片保持同一条水平线 在 ...
- 【树状数组】区间出现偶数次数的异或和(区间不同数的异或和)@ codeforce 703 D
[树状数组]区间出现偶数次数的异或和(区间不同数的异或和)@ codeforce 703 D PROBLEM 题目描述 初始给定n个卡片拍成一排,其中第i个卡片上的数为x[i]. 有q个询问,每次询问 ...
- __x__(10)0906第三天__字符实体(转义字符)
实体:也叫转义字符,在网页中,一些类似“大于号”和“小于号”这样的字符,无法直接使用,需要用特殊的字符串来表示. 实体语法: “&实体名字;” 或者 “&实体编号;” 注意: 最好使用 ...
- vue_源码 原理 剖析
相关基础知识点 // 可以让 任意函数/方法 成功临时指定成对象的方法进行调用 - call/apply // 1. 根据伪数组生成 真数组 const lis = document.getEleme ...
- wamp 环境安装php_mongo 或 mongodb的扩展
特别注意:momgo 与mondb 是两个不同的扩展,不是同一个,这是一个坑 1.查看你的php版本,Compiler,Thread safety版本 2.下载地址 https://pecl.php. ...