GameMaker (2.3)
Icon

Game Settings System

Jesus Alvarado Dev

You must be logged in to obtain assets

Description

Profesional grade game settings system Start saving your game settings like a pro with the minimum effort in many file types and formats.

FEATURES

  • Easy tu use
  • Few lines of code
  • Multi-platform
  • Secure, Fast and extensible
  • Fully customizable
  • Accelerate your development
  • Fully documented

Quick example

This is a quick example about the fast and easy of this add-on

gs = gss_getInstance();                 // Game settings Instance
// Changing some settings
settings = gs.getSettings();                // Get the settings
show_debug_message(settings.toString());    // View your current settings
video = settings.get("VIDEO");              // Get de video settings
video.set("width","1024");                  // change the width
settings.update("VIDEO",video);             // Update your settings section
show_debug_message(settings.toString());    // View the changes
gs.save();                                  // Save your settings

Documentation & Support

The documentation can be found here: Documentation

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS2.3 - Version 1.0.1. Published November 16, 2020

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait