This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- pragmata_tweaks.lua | |
| -- Path Tracing / Ray Tracing / Visual tweaks for Pragmata. | |
| -- Based on the Pragmata IL2CPP dump (via.render.ExperimentalRayTrace, etc.) | |
| -- JSON persistence via REFramework's json API. | |
| local MOD_NAME = "Pragmata Tweaks" | |
| local CFG_PATH = "pragmata_tweaks.json" | |
| -- ============================================================ | |
| -- Default config — nil = don't override (passthrough) |