Skip to content

Instantly share code, notes, and snippets.

@rubbertoe98
rubbertoe98 / exportStrMem.lua
Last active May 20, 2020 17:47
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",
}