Forum
CS2D Mods Cs2d MMO ideaCs2d MMO idea
13 replies 1
Also your "idea" is basically "make something really large which works like an MMORPG" which is obviously nothing new.
HeadshotDeluxe has written
some people are already thinking of recreating the original Gta with it.
Not thinking, already doing.
Currently with lua scripts you can only create an multiplayer online role-playing game (MORPG) with 32 players like this:
edited 1×, last 10.04.14 08:28:55 am
edited 1×, last 02.01.14 02:51:54 am
btw pagyra, what mod/game is that in the pic's you posted? & Fehu, if you would like any help or testers, i will do so
Idea :
Expand the number of players playing together on one map beyond 32 players.
Realization of the idea :
Running the same map on multiple servers , synchronization of data exchange between servers, emulation players playing on other servers.
A little more detail :
Each server save information about all players which play on it in a special file, and it reads data from similar files (saved by other servers) and recreates (emulates) player(images).
In a similar manner, work exchange of game events between all servers.
edited 5×, last 10.04.14 08:27:08 am
I already made this a couple of years ago or so and it was working quite good. It was tested with up to 4 full servers (used some bots as well) and had a latency of like 5ms when every server was full, so I guess it went well..
Currently I'm interested in this for the implementation on the servers for my mods.
Update:
At the this moment, i have a idea to combine multiple servers and multiple of my mods in the one gameplay - for example:
At first server player play as pirate ship and he sails and fight with see monster or other ships in the sea, but if his ship sails near coast of the island - then we reroute player to another server, where he will play as character and walk around the island and trade, fight, search for treasures in caves, or try escape or fight against the invasion of evil, ...
And as i think it will have more interesting gameplay than standart is - because it is variable (for scripters - servers is module) game.
edited 1×, last 25.04.14 12:53:23 pm
1