The RPG Maker Resource Kit

Other Game Creation => Other Game Making Programs => Topic started by: MrBen on August 06, 2009, 09:09:48 PM

Title: Online 2.5D RPG Engine
Post by: MrBen on August 06, 2009, 09:09:48 PM
Hello everyone, I'm quite new to this community. I've been working on a 2.5D online RPG engine for some time now. That allows you to use your sprites in a 3D environment where players can interact with each other and take part in actions easily scripted in the c# scripting system built into the server.

 The client uses sprites for players and NPCs. The environment client side is made up of real 3D objects and a special terrain system that works similar to tiling in RPG Maker. I'm posting it here to get some feedback and perhaps some help with sprites for it. The base of the server and client are very much down and players can connect, walk around and talk to each other. The plan is to have a fully featured editor similar to that in programs you know like RMXP, but in a 2.5D world.

The idea is to make the toolset available to anyone(on a windows machine) to create games with.

The main features I have implemented so far are:

Client
Server
Both are written in C# and the client makes use of DirectX for its 3D graphics.

Below are some screenshots just using a sprite from Ragnarok Online and a tileset from RMXV to demonstrate tiling(similiar to that in 2D games) on the terrain and 2.5D player and NPC sprites, the graphics are temporary and I mean to come up with some default content(users will be able to easily add their own). This is pretty early on in its development and your ideas and help for features are welcome!

Multiple Clients
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg15.imageshack.us%2Fimg15%2F6287%2Fclientscreenshot.jpg&hash=4584b20ad86e76e29f931e6aa663ff2fe71c7b70)

100 NPCs
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg8.imageshack.us%2Fimg8%2F6915%2Fclientnpcs.jpg&hash=92ef5adf8ba49f6e5490757111bb883fa7d34d7c)
Title: Re: Online 2.5D RPG Engine
Post by: JFloyd on August 07, 2009, 02:45:33 AM
This looks really interesting. Could you get some screenshots up of buildings and such? Maybe a chest as well?
Title: Re: Online 2.5D RPG Engine
Post by: MrBen on August 07, 2009, 04:36:56 AM
There isn't any default content as of yet, since at the moment I am primarily working on the Client, Server and Game Editor. If anyone wants to provide sprites they have created or 3D models(in DirectX .x format) I'd be grateful.

As a quick update, I have begun the Game Editor today and got a lot of the core terrain editing done, such as placing tiles and loading the zone.

Very early shot:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg10.imageshack.us%2Fimg10%2F7456%2Fmaped.jpg&hash=17282d5558c9a79927be39214f9ba046eb60e2bd)
Title: Re: Online 2.5D RPG Engine
Post by: tSwitch on August 08, 2009, 01:39:54 AM
hot damn, that's a fine piece of programming.

I wish you luck, though I'm not sure your program will get much, if any use around rm  communities.