Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
There are multiplayer mods for MV but if you're looking to create an actual MMORPG, RPG Maker is really not the engine for it.
Using RPG Maker to make a multiplayer game would be like using spaghetti to hammer a nail.
If you know a good P2P plugin for MV, then I am very eager to hear all about it. I have made a multiplayer board game system, but the multiplayer system is local (pass the controller around) and that is annoying... So a P2P solution would be great.
Javascript makes grabbing data from the internet relatively easy, but you do need to know some basic web programming. Essentially it works by just making Javascript calls to a Web URL (a website that acts as your "Server") and then the site sends data back. You can use a free web hosting service for the server. You could do Peer-to-peer to (there's Javascript libraries that can help). Something like a High Score board could be done for free with a small game or personal project.
You'd need to know the RPG Maker JS files, AJAX calls with JQuery, SQL, and a serverside language like PHP or Node.JS. Doable, but time consuming.
I just start to understand how I can manipulate variables and suck in MV using javascript, and the only code I know from the top of my head is $gameVariables.value and Date.now() Everything else I have to look up. (I know how to use a lot, but don't know the exact spelleing. I need templates.)
Before I can use a site as a server, or before I know how to make a peer2peer connection, there have probably anounced yet another maker. :p So, I kinda hoped for a plugin, that just let you connect trough a number or something, I don't know. And even then I hope I understand everything.
So, I guess this means my game stays a local multiplayer. :p Ah doesn't matter... I gave up on it being multiplayer online even before I started working on the system. I never thought it could be an online thing. :p
Anyhow... I kinda feel like I an hijacking this topic. I did not mean to steer it away from the original question and bend it towards my own interest in miltiplayer for MV. :p
I don't know why you would do this, but it's not that far fetched.