Dungeon Editor Progress

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
DarkCecil13
Posts: 12
Joined: Sat Apr 28, 2012 5:48 am

Re: Dungeon Editor Progress

Post by DarkCecil13 »

Wizardry 8 (Which is the #1 PC game of all time for me) had an awesome editor called Cosmic Forge. It's fully 3D and extremely powerful. The 3D is pretty awesome. I hope the Grimrock editor will be just as powerful; eventually, anyway. I'm all for you guys releasing a beta version for us to test! I'll be glad to help out!

http://mad-god.webs.com/
User avatar
Curunir
Posts: 332
Joined: Fri Mar 30, 2012 11:19 pm

Re: Dungeon Editor Progress

Post by Curunir »

I just can't understand why even provide a GUI in an editor that required code for the most basic of tasks, that's all.
This is a huge accessibility leap for the fanbase.
User avatar
Thels
Posts: 481
Joined: Wed Apr 25, 2012 8:42 am
Location: The Netherlands
Contact:

Re: Dungeon Editor Progress

Post by Thels »

Because drawing maps is much more efficient than having to describe each individual square with text.

And everyone's over-worrying about being forced to use Lua to open a door. It seriously won't be that hard to learn, and there will be examples, if not by the developers, then by your fellow modders. For the most basic of tasks, you can just copy-paste these pieces of code, and change the coordinates of your door and switch.
DarkCecil13
Posts: 12
Joined: Sat Apr 28, 2012 5:48 am

Re: Dungeon Editor Progress

Post by DarkCecil13 »

Curunir wrote:I just can't understand why even provide a GUI in an editor that required code for the most basic of tasks, that's all.
This is a huge accessibility leap for the fanbase.
Yes, but it'd be much more unaccessible without a GUI interface! Anyway, true fans would be willing to learn the scripting in the first place.
User avatar
Curunir
Posts: 332
Joined: Fri Mar 30, 2012 11:19 pm

Re: Dungeon Editor Progress

Post by Curunir »

Sorry man, that just doesn't make any sense to me. :(
User avatar
Thels
Posts: 481
Joined: Wed Apr 25, 2012 8:42 am
Location: The Netherlands
Contact:

Re: Dungeon Editor Progress

Post by Thels »

Curunir wrote:Sorry man, that just doesn't make any sense to me. :(
I'm pretty sure it will all make sense when the editor is there. :)
DarkCecil13
Posts: 12
Joined: Sat Apr 28, 2012 5:48 am

Re: Dungeon Editor Progress

Post by DarkCecil13 »

Thels wrote:Because drawing maps is much more efficient than having to describe each individual square with text.

And everyone's over-worrying about being forced to use Lua to open a door. It seriously won't be that hard to learn, and there will be examples, if not by the developers, then by your fellow modders. For the most basic of tasks, you can just copy-paste these pieces of code, and change the coordinates of your door and switch.
Yes, exactly! Anyone can learn it; It's not hard at all. Grimrock fans are more than intelligent enough to figure it out. (They're intelligent for being Grimrock fans)
DarkCecil13
Posts: 12
Joined: Sat Apr 28, 2012 5:48 am

Re: Dungeon Editor Progress

Post by DarkCecil13 »

Personally, wrapping my head around a non-GUI interface for map editing would be a steep challenge. .Probably for most people who haven't actually coded the game ^_^ Plus, it's inefficient. You'll be spending a lot of time figuring out what the heck you're doing -- Maps are mazes, after all
seebs
Posts: 268
Joined: Sat Apr 14, 2012 8:58 pm

Re: Dungeon Editor Progress

Post by seebs »

I can totally write code to produce a level -- but it's a lot harder to work with.

Although... It is worth noting that you could make a random dungeon generator given this. Nothing says you CAN'T have the code generate the walls...
User avatar
gambit37
Posts: 218
Joined: Fri Mar 02, 2012 3:40 pm

Re: Dungeon Editor Progress

Post by gambit37 »

The Dungeon Editor needs to be as usable and accessible as possible, if you want to make sure that most people can create dungeons. It shouldn't be a requirement to have to write Lua to be able to create a basic dungeon. So from that point of view, the dungeon editor needs to have a full visual GUI, which is capable of creating everything that we see in the basic game. Yes, this is a big deal and a lot of work -- but will pay off in the long run.

I'm a long-term member of the Dungeon Master forums. We've been supporting this ancient game for the last 13 years. (We're super-mega-oldschool! :D) Back in 2000, a clever chap George Gilbert started work on a clone of Dungeon Master called "Return to Chaos". It had an open dungeon format that anyone could edit through a text file. But no custom dungeons were created until George released a full GUI editor several years later. Why? Because it was too hard and too time consuming to work directly in a text file, and average users simply couldn't get to grips with that way of working.

But after the full visual editor came out, the dungeon building community exploded. :-) Now we have many custom fan-made dungeons for RTC (In fact, go and play them, some of them are better than anything official! http://dungeon-master.com/forum/viewtop ... 31&t=23916)

Note that there is also a fantastic DM clone called DSB (Dungeon Strikes Back) which is powered by Lua. You can script it to do what you want, but it comes with a good visual dungeon editor called ESB. This is probably a good model for the LoG dungeon editor.
http://www.ojnk.net/dm/dsb/
http://dungeon-master.com/forum/viewforum.php?f=53

By the way, one of our DM community members also created a Random Dungeon Generator for DSB:
http://dungeon-master.com/forum/viewtop ... 31&t=29263

I've seen first hand that simple to use visual editors are the only way you can get mass engagement from your fanbase to create new dungeons. Make it simple and intuitive, and the dungeon-building community will explode. But if it's too hard, requires coding, and has an arcane interface, then it's going to be too limiting for an average non-techy person.
Last edited by gambit37 on Sat Apr 28, 2012 12:39 pm, edited 2 times in total.
Post Reply

Return to “Modding”