Skip to content

Instantly share code, notes, and snippets.

@rubbertoe98
rubbertoe98 / exportStrMem.lua
Last active March 19, 2026 20:07
ExportStrMemValues
--Traverse through all files with fileTypes defined in `allowedFileTypes` in resources/, and prints & exports all files
--that have an strmem physical of over `showFilesAbovePhys` to resources/strmeme.txt"
--(Windows only)
--Usage: /checkstrmeme
local allowedFileTypes = {
".ytd",
".ydr",
}