You are viewing a potentially older version of this package. View all versions.
SGG_Modding-Chalk-2.1.1 icon

Chalk

System for handling config files in ReturnOfModding

Date uploaded a month ago
Version 2.1.1
Download link SGG_Modding-Chalk-2.1.1.zip
Downloads 1451
Dependency string SGG_Modding-Chalk-2.1.1

This mod requires the following mods to function

Hell2Modding-Hell2Modding-1.0.26 icon
Hell2Modding-Hell2Modding

Lua Mod Loader for Hades 2

Preferred version: 1.0.26
SGG_Modding-ENVY-1.0.0 icon
SGG_Modding-ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment.

Preferred version: 1.0.0

README

Chalk

System for automatically managing config as both .cfg and .lua for ReturnOfModding on Hades II.

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

2.1.1 - 2024-05-22

Changed

  • Indexing wrapper tables with nil will return nil instead of erroring.

2.1.0 - 2024-05-22

Added

  • Added length operator to wrapper tables

Changed

  • Changed the fallback behaviour of wrapper tables so missing keys are nil
  • Merges add placeholders so empty tables can be tracked

Fixed

  • Fixed iterating over config wrapper tables

2.0.2 - 2024-05-19

Changed

  • Improved some of the descriptions in the definitions

Fixed

  • Fixed auto so it uses the correct path for loading the lua file
  • Fixed some incorrect types in the definitions

2.0.1 - 2024-05-19

Changed

  • Retroactively update changelog

2.0.0 - 2024-05-19

Added

  • Added a new interface for working with the .cfg file system

Removed

  • Removed all of the previous interface for .toml files

1.0.0 - 2024-05-15

Added

  • Initial Thunderstore release.