Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

RMMV script can read or write data in external files?

sooshian

Villager
Xy$
0.00
i have a idea, but i didnt know if it was feasible.I look up the 'JS Library' in help page of rmmv.There is no way to interactive with out of game.
so there is anyway to do something like title of my post using script?
 

LTN Games

Master Mind
Resource Team
Xy$
0.01
You can use NodeWebkit to write data but it will only work for a desktop version of the game, if you want to write data via browser I'm afraid it won't be possible unless you include node-WebKit library with your game and plugin. Loading files, on the other hand, is achievable via browser and desktop.
 

sooshian

Villager
Xy$
0.00
You can use NodeWebkit to write data but it will only work for a desktop version of the game, if you want to write data via browser I'm afraid it won't be possible unless you include node-WebKit library with your game and plugin. Loading files, on the other hand, is achievable via browser and desktop.
Thanks for your reply! This is my first time heard NodeWebkit and I will google it, Thanks!
 

LTN Games

Master Mind
Resource Team
Xy$
0.01
NodeWebkit or NodeJS is what MV is wrapped in for desktop versions, it's really handy to use and I plan on using it to create my own standalone apps. I'f you have any issues setting up and saving/loading files then you can ask a support question in Javascript Support, I'll get around to it eventually and other's may chime in as well.
 
Top