Skip to content

1 Command_load

Bayu Satiyo edited this page Mar 5, 2023 · 1 revision

Load Commands

Commands to preload necessary resources before starting the story.

Load Character

  • Syntax: load spr {nameId} {sprName}

  • Example:

    load spr midori midori_spr

Load Character in Communication State

  • Syntax: load sprC {nameId} {sprName}

  • Example:

    load sprC midoriC midori_spr

Student with communication status can be used with the spr command.

Load (or Load in Communication State) | Custom Roles that can have Differentials

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
      • ...

Load Background Scenery

  • Syntax: load bg {nameId} {bgName}

  • Example:

    load bg GameDevRoom_Night BG_GameDevRoom_Night.jpg

Load Overlay Image

  • Syntax: load cover {nameId} {coverName}

  • Example:

    load cover Player popup02.png

Load Background Music

  • Syntax: load bgm {nameId} {bgmName}

  • Example:

    load bgm Theme_64 Theme_64.ogg

Load Sound Effect

  • Syntax: load se {nameId} {seName}

  • Example:

    load se Granted SE_Granted_01.wav

End Pre-Load

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