Xangis / ModernMUD

A modern multiplatform multi-user dungeon engine written in C# and .NET with a full toolset.
Other
31 stars 13 forks source link

Zone Connections #2

Open Portalboy opened 5 years ago

Portalboy commented 5 years ago

Hi,

I've been reading through the docs and messing with the program for a few hours now, but I've been unable to determine how to set the world up. The Area/Zone editor is cool, I built a bit of content, but I have no idea how to introduce it into the game. There seems to be no way to get to any other zones from the purple room.

I know it's something of a shot in the dark to ask this on a project whose last update was 2 years ago, but I am starting to feel like I won't be able to figure this out without help. For instance, I thought maybe the Map Generator tool was what set up the zone connections, but that returns object reference errors when I try to use it, and I don't know what it's used for.

Thanks!

Portalboy commented 5 years ago

I should also note that my primary language is Ruby, so I was intending tinkering with this project to be my introduction to C# / .NET. For that reason, I'm having a difficult time following the code around to figure things out on my own.