dizietemblesssma Posted October 10, 2023 Share Posted October 10, 2023 Is it possible to add this option to the xedit extension, i tried this with the index.js file: const xEditParams = { "quickautoclean": ["{gamePara}", "-quickautoclean", "-autoexit", "-autoload", "{pluginName}"], "autoloadplugin": ["{gamePara}", "-IKnowWhatImDoing", "quickedit:{pluginName}"], "autoloadall": ["{gamePara}", "-autoload"] };but no joy, is there another edit I can make? diziet Link to comment Share on other sites More sharing options...
Pickysaurus Posted October 10, 2023 Share Posted October 10, 2023 I'm pretty sure the "Auto load plugin" option doesn't actually work, so that might explain it. Try adding it to another option? Link to comment Share on other sites More sharing options...
dizietemblesssma Posted October 11, 2023 Author Share Posted October 11, 2023 Ah, I assumed that the quickclean option corresponded to the 'clean with xedit' right click option, the autoloadplugin option to 'open with xedit' right click option, and the autloadall option to the 'open xedit' item on the top of the plugins tab. All of those actions work in Vortex. I shall have another look, I don't speak js but the quoted code seemed a likely bet:) diziet Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now