List of changes:
- Introduction of
boot_package.ini(commands that will run when your package is opened). This file is placed in the same folder as yourpackage.inifile. - Introduction of new
hex_fileadvanced function for reading/parsing hex data from files. - Introduction of command tags, i.e.
[COMMAND?Tag]. Tags are not printed, but are helpful for making similar named commands unique (which is essential). - New example package OC Toolkit for advanced modifications of kip files. (WIP)
Update:
Ive added a new function ini_file to read data from ini files.
ini_file <ini_file_path>is how it is defined.{ini_file(section, key)}is how it will be called.