• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Request - Loading INI.s from a folder?

Joined
May 1, 2011
RedCents
1,823¢
Is there a way we can have it so kiss will load INIs from a folder instead of just the base macro folder? Maybe the files that use the Server name could be loaded from a folder instead?

MAH MACRO FOLDER LOOKS LIKE MAH RELEASE FOLDER

Rich (BB code):
    /if (!${PIniSet}) {
        /if (${Ini[Kissassist\${MacroName}_${EverQuest.Server}_${Me.CleanName}.ini,General,KissAssistVer].Length} || ${Ini[${MacroName}_${EverQuest.Server}_${Me.CleanName}.ini,General,KissAssistVer].Length}) {
            /varset IniFileName Kissassist\${MacroName}_${EverQuest.Server}_${Me.CleanName}.ini
            /echo Server Name ini file detected using ${IniFileName}
        } else {
            /varset IniFileName ${MacroName}_${Me.CleanName}.ini
        }  
    }

Was thinking something like that maybe? I mean it works for me, and is a simple patch, but would be sweet not to have to edit it every time haha. No big deal either way, just a QoL thing.
 
Request - Loading INI.s from a folder?

Users who are viewing this thread

Back
Top
Cart