GameMaker (2.3)
Icon

Parameters Ext

Kazan Games

You must be logged in to obtain assets

Description

Extended parameters functions, useful for custom Exception Handler.

FEATURES:

  • Two or more "game_data.win" files on the same folder.
  • parameter_get(parameter_str, command_name) >> Returns the content of a command.
  • parameter_get_list() >> Returns a string with all software parameters.
  • parameter_generate(parameters_array) >> Generates a string with parameters that can be sent to another software when opening it.

Example: Run external application and send Base64 json data:

var _dir = working_directory;
execute_shell(_dir + "Exception_Handler.exe", parameter_generate(["-game", _dir + "Exception_Handler.win", "-jdata", base64_encode(_json_data)]));

This is useful for creating a Crash Handler/Report for your game! You can also send parameters to another program such as Notepad. Important: execute_shell() not included. You can get it on the Marketplace, though.

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS2.3 - Version 0.0.0. Published April 10, 2022

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait