Lua_INI_Parser icon indicating copy to clipboard operation
Lua_INI_Parser copied to clipboard

Integrate with cheat engine table

Open Polly44 opened this issue 1 year ago • 1 comments

I'd like to use this inside CE (CT table), preferably 'adding' the file to the table as '.lua' extension. (or as fn_library in the Lua Startup script) => reason: i can not expect/request users to copy/paste the file on their disk.

-EDIT- Is implementation - as explained below - allowed under your terms ?

Polly44 avatar Nov 23 '24 08:11 Polly44

ok, got it solved in 2 ways: a) first edit script: *> local LIP = {}; => LIP = {}; <= make it global *> -- local LIP = require 'LIP'; <= not used

b) how to use script: *> copy/paste script into 'Lua Startup script' OR *> add it as '.lua' via [Table] option

*> not tested: copy/paste '.lua' file to [autorun] folder

Important note: one must pass on the full path_location, or else the file will be saved/opened/loaded in CE's install/root folder !

Polly44 avatar Nov 23 '24 08:11 Polly44