dos h0055 autoPreload - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Importing custom data
| <- preloadImages | autoPreload | skinType -> |
autoPreload
- Auto loading settings for image files
Usage
|autoPreload=true|
Overview
If the background/mask motion* contains bmp, gif, png, or jpg extensions, this setting determines whether or not the image is automatically preloaded. If enabled, images to be automatically preloaded do not need to be specified to preloadImages.
*back/mask_data, back/masktitle_data, back/maskresult_data
Value | Default | Description |
---|---|---|
false | Do not preload images (must be specified individually in "preloadImages") | |
true | * | Preload images |
Related pages
- preloadImages :pencil: Preload image file settings
- Background and mask motion (back_data, mask_data) :pencil:
Changelog
Version | Change details |
---|---|
v24.4.0 | - Change default value from false to true |
v10.0.0 | - Initial implementation |
| <- preloadImages | autoPreload | skinType -> |