Dr.House Posted August 11, 2016 Share Posted August 11, 2016 Hello there, I know all the works goes into making a mmorpg maker, though, would be awesome to have a SinglePlayer+LAN version of the engine, since having a server could be pretty expensive. Is there any chance for this to happen or it would be too hard? Â Â Agoraphobic 1 Link to comment Share on other sites More sharing options...
1 Kibbelz Posted August 11, 2016 Share Posted August 11, 2016 My thought process on doing it would be a client and server merge running all server code on separate threads, removing all data transfer code and all packet sender methods, just call the packet handlers passing in the packet, hence skipping the TCP. I could just re-direct directly to the handler methods passing in the data as parameters to be more efficient and clean. I doubt I would use method 2 since it would be boring to re-write each handler one by one for barely any efficiency bonus'.  i'm open to debate but that's how I personally would do it, @jcsnider will probably find a better solution or someone with more patience who hasn't been working on Intersect for nearly 2 years now Agoraphobic and HeadClot 2 Link to comment Share on other sites More sharing options...
1 jcsnider Posted August 11, 2016 Share Posted August 11, 2016 If I were to do it, I would merge the client and server code, run them side by side. Strip the networking code and just have packets handled by calling some type of bridge function. Then you could just hide the shoutbox and make a dummy account/character on the server so you could just have new game/continue on the main menu. Â Problem is, I cannot justify doing that work anytime soon. RPG Maker has the single player rpg maker field on lock and they do it well. JimineyWhiskers, Officer Johnson, Agoraphobic and 1 other 4 Link to comment Share on other sites More sharing options...
0 Rory Posted August 11, 2016 Share Posted August 11, 2016 The event system and editors in intersect are pretty similar to RPG Maker, so you could look into that for single player. Link to comment Share on other sites More sharing options...
0 Kibbelz Posted August 11, 2016 Share Posted August 11, 2016 Well, I myself was thinking about this the other day. It would be a pain to maintain whilst still updating the core engine, however i think it would be a nice addition. I can easily think of a way to "stitch" the two applications into one. Would have to be on the "way off list" for the development team unless someone else beats us to it! Link to comment Share on other sites More sharing options...
0 Dr.House Posted August 11, 2016 Author Share Posted August 11, 2016 Would be awesome, oh and Rory, rpg maker ain't free, tho I do have MV, I don't really feel like working with it, somehow indie stuff motivates me enough to work on something or to play whatever. Link to comment Share on other sites More sharing options...
0 Phenomenal Posted August 11, 2016 Share Posted August 11, 2016 @Dr.House Perhaps when the source comes out someone could try making the server part of the client and that would work. Link to comment Share on other sites More sharing options...
0 JimineyWhiskers Posted August 11, 2016 Share Posted August 11, 2016 You would have to merge all of the server-side logic into the client somehow then restructure it to support being a server & a client. Â No idea what the source is like, but I'm willing to bet that this is no easy task, unless you can launch the server and hide it but that's messy and hacky IMO. hra 1 Link to comment Share on other sites More sharing options...
0 Phenomenal Posted August 19, 2016 Share Posted August 19, 2016 Maybe a converter? Like Intersect to Rpg Maker MV (the only one I own xD) Link to comment Share on other sites More sharing options...
0 jcsnider Posted August 19, 2016 Share Posted August 19, 2016 That would be more work because we'd have to learn how rpg maker saves/loads all of its content first. My answer stands. Link to comment Share on other sites More sharing options...
0 Dr.House Posted August 19, 2016 Author Share Posted August 19, 2016 Intersect to RPG Maker would be silly, since RPG Maker can do much more than Intersect can atm for single player games. Â The reason behind my question is simple, I've never seen many "orpg maker" games to make money in order to pay for the server, but I've seen many to fail because they had no reason to keep their server up, just like this community, maybe without the donations and low population, JC would take it down. Â It would be interesting to see a LAN or Multiplayer mode, using something like Tunngle to connect to eachother or if you know what to do, then portforward yourself, and be able to trade and whatever, something like Torchlight, Grim Dawn, etc. Instead keeping the server up, and paying it just for 2~3 players to play ur game. or3o 1 Link to comment Share on other sites More sharing options...
0 Phenomenal Posted August 19, 2016 Share Posted August 19, 2016 @Dr.House Makes sense but I don't see the biggest differences in them apart from some stats and how they handle paperdolls would require using yanfly's plugins also I'm pretty sure netplay would work? @jcsnider In Appdata as a simple xml file logging everything, openable with nothing more than notepad same with the project files for maps and stuff and the raw game file. Link to comment Share on other sites More sharing options...
Question
Dr.House
Hello there,
I know all the works goes into making a mmorpg maker, though, would be awesome to have a SinglePlayer+LAN version of the engine, since having a server could be pretty expensive.
Is there any chance for this to happen or it would be too hard?
Â
Â
Link to comment
Share on other sites
11 answers to this question
Recommended Posts