MoI discussion forum
MoI discussion forum

Full Version: Install NodeEditor in MoI

Show messages: All  1-5  6-7

From: Michael Gibson
11 Aug 2019   [#6] In reply to [#5]
Hi Jose, so it's a couple different things there. The main thing is that you can only use the appdata installation for MoI v4 but it looks like you're using MoI v3 there.

For MoI v3 copy it into C:\Program Files (x86)\MoI 3.0\ui\nodeeditor

Then the shortcut to launch it should look like this:
moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow );


For v4 you can put it in the appdata folder, which you can get to by %appdata%\Moi in the file explorer address bar, that will expand to:
C:\Users\<username>\AppData\Roaming\Moi

And for v4 you would use shortcut key you have.

Does that get you set up?

- Michael
From: bemfarmer
11 Aug 2019   [#7] In reply to [#5]
Hi Jose,
I've been having fun/frustration re-installing everything, using my hazy memory :-)

For MoI3, For the "Light" colored version of nodeeditor, a second hotkey can be created with the following command:

moi.ui.createDialog( 'nodeeditor/index.html?scheme=Light', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow );

I really like the Light version.
I'm using hotkery Ctrl+Alt+M for the light version, and
Ctrl+Alt+N for the standard "dark" version.

- Brian

ps, If you are installing for MoI4beta, I see that you have the nodeeditor directory up two folder levels from where it should be.

The Path is .....AppData\Roaming\Moi\nodeeditor. (Windows 10)
For MoI4beta the hotkey script agrees with the one you showed. There is also a light version of a hotkey.

Please specify if you are using MoI3, or MoI4beta.

In Windows 10 file explorer, I created a Library link straight to ...Roaming/Moi, for quick access to the AppData information for MoI4Beta, and nodeeditor files, such as Macros and node extensions...

Show messages: All  1-5  6-7