Menu

Post image 1
Post image 2
1 / 2
0

GOKI2 Gameplay: ModBookmark & KAG3 Variable System for Data Persistence

DEV Community·HALO·about 1 month ago
#kVmigYM7
Reading 0:00
15s threshold

Download Avalanches & GOKI2 can download the latest environment from the Assets link of Avalanches-GOKI2-Release2.x.y.y.zip based on the release tag on the following site (written as Avalanches (GOKI2) release version 2.x.y.y). https://github.com/halo1234/Avalanches/releases ModBookmark and ModSnapshot ModBookmark is a module related to save data. ModSnapshot is a module related to snapshots. First, load the modules. ; Snapshot feature @load_module name=ModSnapshot ; Bookmark feature @load_module name=ModBookmark Enter fullscreen mode Exit fullscreen mode With this, snapshot and save data features are incorporated. Setting the Save Data Format First, set the format for save data. @bookmark format=bmp24 width=150 height=auto keep_aspect_ratio mode=z quick=quick store_skipping Enter fullscreen mode Exit fullscreen mode Let's go through it step by step. First, format=bmp24 specifies bmp24 for the format attribute. Other options include bmp32/bmp8/bmp (same as bmp32).…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More