Jump to content

xedit extension -IKnowWhatImDoing option?


dizietemblesssma

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...