![Starting ADV Development with GOKI2 [ModSystem Introduction] Building System Screens and Defining Configuration Items](/_next/image?url=https%3A%2F%2Fmedia2.dev.to%2Fdynamic%2Fimage%2Fwidth%3D1200%2Cheight%3D627%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto%2Fhttps%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Farticles%252Fall75sqzneuwsxhfqtsb.png&w=1200&q=75)
Starting ADV Development with GOKI2 [ModSystem Introduction] Building System Screens and Defining Configuration Items
Download If you are interested, you can download the latest environment from the link in the Avalanches-Release2.x.y.y.zip in Assets from the release tag of the following site (Avalanches release version 2.x.y.y). https://github.com/halo1234/Avalanches/releases System Screen (ModSystem) Normally, games have a system screen to change settings and such. ModSystem is what implements that. Building the System Screen When you load ModSystem, several tags become available. Building the system screen is done with the system tag. For now, we will continue the explanation using GOKI2's default buttons and sliders without images. It is also possible to use images. (In the manual, the <id>_storage attribute is the item where you specify the image file) Setting the Page Size and Other Properties of the System Screen First, set the position and size of the page. After that, specify things like the sound effect for clicks. @system_option page_left=0 page_top=30 page_width=800 page_height=570 click_s
Continue reading on Dev.to Tutorial
Opens in a new tab

