forked from ArisStudio/ArisStudio_Legacy
-
Notifications
You must be signed in to change notification settings - Fork 1
1 Command_load
Bayu Satiyo edited this page Mar 5, 2023
·
1 revision
Commands to preload necessary resources before starting the story.
-
Syntax:
load spr {nameId} {sprName}
-
Example:
load spr midori midori_spr
-
Syntax:
load sprC {nameId} {sprName}
-
Example:
load sprC midoriC midori_spr
Student with communication status can be used with the spr
command.
Reference 1000x1200, scale 2.7
-
Syntax:
load char/charC {nameId} {scale} {characterFolder} [imageList]
-
Example:
load char/charC tt 2 test [01.png, 02.png, 03.png, 04.png]
Please distinguish characters by folders, such as:
- Character
- Test
- 01.png
- 02.png
- ...
- Test
-
Syntax:
load bg {nameId} {bgName}
-
Example:
load bg GameDevRoom_Night BG_GameDevRoom_Night.jpg
-
Syntax:
load cover {nameId} {coverName}
-
Example:
load cover Player popup02.png
-
Syntax:
load bgm {nameId} {bgmName}
-
Example:
load bgm Theme_64 Theme_64.ogg
-
Syntax:
load se {nameId} {seName}
-
Example:
load se Granted SE_Granted_01.wav
A must have command after loading all the necessary resources. It's used to close preload functions.
-
Syntax:
load end
-
Example:
load spr arona arona_spr load bgm theme_64 Theme_64.ogg load end