I have some problems with this plugin.
the problem I encountered is the following.
I wrote the script as described:
MVNodeFS.writeFile (".", "Test.txt", "Test file")
starting the event from the game this error appears:
Error: ENOENT: no such file or directory, open 'C: \ www \ test.txt'
How can I solve?
Plugins error
● ARCHIVED · READ-ONLY
-
-
how did you install the plugin?
give us a screenshot of your plugin manager
additionally, tell us your projects version of the rpg_core.js file (open with any text editor and read the number in the title line) -
To install it I inserted the .js file in the plugins folder of the game
Rpg_core version 1.5.0 -
that is the screenshot of the plugin properties, not of the plugin manager itself. The question was about what else you have installed as plugins...
However, the reason is already obvious: you gave the file the wrong name.
the filename of the plugin has to be the one used by the original programmer for any more complex plugin, and if you compare your filename with the one in your linked examples you'll see that they're different. -
Ho installato il plugin dal sito e il nome non è stato modificato
-
The error is telling you what's wrong, your attempting to find a file at c: \ www \ test.txt and the error is telling you it's not there. You need to change the path of the file or put the file where it's looking for it.
-
@JesusGames This is an English forum, please translate your post to English. Use Google Translate if your English isn't good.
-
I've solved, Thanks LTN I've just changed the destination. Fixed that appears to me this...