Your status has been updated!
View unanswered posts | View active topics
|
Page 1 of 1
|
[ 12 posts ] |
|
| Author |
Message |
|
Spodii
|
Post subject: NetGore Posted: Wed Feb 03, 2010 9:00 am |
|
 |
| Bummmdingy |
Joined: Wed Feb 03, 2010 8:58 am Posts: 9
|
NetGore is a free, open-source 2D online RPG engine written in C# that has been in development for about 2 years now. (View all images)Purpose: The idea behind NetGore is to provide a strong foundation to build a game off of, and to provide the implementation of all the fundamental components involved in 2D online games. That way, people can spend their time with what makes their game unique and stand apart from the rest. Target audience: NetGore is intended for online multiplayer 2D games only. Although the focus is towards platformer RPGs, most any kind of 2D game that is not twitch-based (such as fast-paced shooters) is fine. You can also switch to a top-down perspective easily enough. Features: More details for features can be found on the site, but in short, most of the basic online RPG features are there. There is chatting, items/equipment, skills, stats, a GUI system/skinning, particle engine, NPC dialogs and AI, shops, and all those goodies. Links:Home pageDownload pageGoogle Code project pageAny feedback is appreciated, either here or through the NetGore forums. 
|
|
| Top |
|
 |
|
jackolantern
|
Post subject: Re: NetGore Posted: Wed Feb 03, 2010 1:20 pm |
|
Joined: Tue Dec 09, 2008 5:39 am Posts: 2137
|
Looks interesting  I know a lot of people have been wanting a side-scrolling MMO engine similar to Maple Story for some time now.
|
|
| Top |
|
 |
|
hallsofvallhalla
|
Post subject: Re: NetGore Posted: Thu Feb 04, 2010 2:49 pm |
|
 |
| Inner Circle |
 |
Joined: Wed May 31, 2006 10:44 am Posts: 4765 Location: fairhope, al
|
|
wahoo Spodii is back in action!! And has another new engine! Sweet stuff man. Definitely checking this out.
_________________ Indie-resource.com
|
|
| Top |
|
 |
|
Spodii
|
Post subject: Re: NetGore Posted: Thu Feb 04, 2010 6:53 pm |
|
 |
| Bummmdingy |
Joined: Wed Feb 03, 2010 8:58 am Posts: 9
|
I actually never really stopped "being" in action, just took me about two years to get this engine far enough along to feel it is worthy to announce it. You'll just have to take my word that it is a LOT better than it looks.  I tried to fix all the aspects people complained about with vbGORE. Basically, its a lot easier to use, focuses around being as easy to change/add things as possible (from the code, still not a "MMORPG version of Game Maker"), and tries to hide most of the implementation details.
|
|
| Top |
|
 |
|
hallsofvallhalla
|
Post subject: Re: NetGore Posted: Thu Feb 04, 2010 9:16 pm |
|
 |
| Inner Circle |
 |
Joined: Wed May 31, 2006 10:44 am Posts: 4765 Location: fairhope, al
|
its looks great to me. How hard to integrate it into silverlight 
_________________ Indie-resource.com
|
|
| Top |
|
 |
|
Spodii
|
Post subject: Re: NetGore Posted: Thu Feb 04, 2010 9:30 pm |
|
 |
| Bummmdingy |
Joined: Wed Feb 03, 2010 8:58 am Posts: 9
|
|
Silverlight probably won't ever happen. Just not really much point since you'd have to download the whole game first anyways. I also am not really a fan of large games being browser-based. It just seems like a pointless limitation.
|
|
| Top |
|
 |
|
hallsofvallhalla
|
Post subject: Re: NetGore Posted: Thu Feb 04, 2010 10:41 pm |
|
 |
| Inner Circle |
 |
Joined: Wed May 31, 2006 10:44 am Posts: 4765 Location: fairhope, al
|
|
ah the download the whole game first might be a major turn off. Makes sense then. Oh well client download works well anyways.
_________________ Indie-resource.com
|
|
| Top |
|
 |
|
jackolantern
|
Post subject: Re: NetGore Posted: Fri Feb 05, 2010 3:03 am |
|
Joined: Tue Dec 09, 2008 5:39 am Posts: 2137
|
|
Just saw on the site that this engine uses XNA. Are there any plans to port it to XBox 360? I think that could have huge interest if it is possible (I haven't seen much networked stuff on XBox Live Community, so I am not sure to what extent it is limited).
|
|
| Top |
|
 |
|
Spodii
|
Post subject: Re: NetGore Posted: Fri Feb 05, 2010 7:08 pm |
|
 |
| Bummmdingy |
Joined: Wed Feb 03, 2010 8:58 am Posts: 9
|
|
Unfortunately that wouldn't be possible. To use networking on the XBox (or even Zune), you have to use the Xna.Network namespace, which will limit you to session-based networking with a max of 32 players, and only talking to other XBoxes (or Zunes). There just isn't any decent way (through XNA) to make an online game with lots of players, or even a persistent world, in XNA's networking.
|
|
| Top |
|
 |
|
Loktofeit
|
Post subject: Re: NetGore Posted: Fri Feb 05, 2010 8:31 pm |
|
Joined: Fri Nov 18, 2005 12:00 am Posts: 1638
|
Spodii wrote: Unfortunately that wouldn't be possible. To use networking on the XBox (or even Zune), you have to use the Xna.Network namespace, which will limit you to session-based networking with a max of 32 players, and only talking to other XBoxes (or Zunes). There just isn't any decent way (through XNA) to make an online game with lots of players, or even a persistent world, in XNA's networking. I'm quite sure you can get up to about 128, but that's still shy of what an MMO would probably want to support.
_________________ SpeedGame Contest at the Christian Developer Network - http://speedgame.christiandevs.com Great prizes provided by The Game Creators, Garage Games, and more!
|
|
| Top |
|
 |
|
jackolantern
|
Post subject: Re: NetGore Posted: Fri Feb 05, 2010 9:33 pm |
|
Joined: Tue Dec 09, 2008 5:39 am Posts: 2137
|
|
Well, that stinks. Maybe they could eventually move it forward and allow for more complex networking that would make it possible. That would be awesome to be able to put indie MMOs on the 360. However, I guess they are worried about people sending players adult material or security exploits if they allowed any networking functionality, which would be a reasonable concern.
|
|
| Top |
|
 |
|
Spodii
|
Post subject: Re: NetGore Posted: Sun Feb 07, 2010 5:39 pm |
|
 |
| Bummmdingy |
Joined: Wed Feb 03, 2010 8:58 am Posts: 9
|
|
| Top |
|
 |
|
Page 1 of 1
|
[ 12 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 1 guest |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|