You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Place [Numantics.dll](https://github.com/nalathethird/R-Numantics/releases/latest/download/Numantics.dll) into your `rml_mods` folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods` for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create this folder for you.
24
35
1. Start the game. If you want to verify that the mod is working you can check your Resonite logs.
36
+
---
25
37
26
38
## Configuration
27
-
The mod creates a config file with the following options:
28
-
-`enable_math`: Enable/disable math processing (default: `true`)
29
-
-`include_strings`: Allow math in string fields (default: `false`)
30
-
-`verbose_logging`: Enable detailed logging for debugging (default: `false`)
39
+
The mod creates/uses a configuration file with the following options:
40
+
-`enable_math` (bool, default: `true`)
41
+
Enable/disable math processing in input fields.
42
+
-`include_strings` (bool, default: `false`)
43
+
Allow math evaluation inside fields whose type is `string`.
44
+
-`round_results` (bool, default: `false`)
45
+
When true, all numeric results are rounded to the nearest integer before being written back to fields.
46
+
-`enable_easter_eggs` (bool, default: `false`)
47
+
Toggle Easter eggs (fun special-cases).
48
+
-`verbose_logging` (bool, default: `false`)
49
+
Enables detailed logging — recommended while testing field detection and parsing.
31
50
32
51
**Star this repo if it helped you!** ⭐ It keeps me motivated to maintain and improve my mods.
0 commit comments