Level editor help request
Anyone willing to help out with the level editor so it stands a chance of actually being finished?
Respond or PM me if so, I'll add you to AIM/whatever so we can get cracking. Someone was making new icons for the objects but stopped - I forgot who was doing that but I need that person to finish it or for someone else to finish it :). Could probably do with new icons for the menus too since I just stole them from Google somewhere.. Also need somone who knows json and xml and probably someone willing to test PRE-ALPHA! builds. |
I'm willing to help if I can... in some way.
I could try making a simple random level generator for it since making levels by hand takes time and it could be pretty cool, but I'm not certain on how to read/write the path files at all. |
What do you consider finished Paul?
Even in its current state, the level editer works. |
I started to rewrite the editor to learn modern OpenGL so there is actually a lot to be done :)
I need someone to help convert the object files to json, create graphics and to help test etc. The new editor will allow proper mods as the hook dll will load them from the users profile, so you won't have to overwrite the original lvl files, can change the map size, custom LED/hint fly messages and so on. There are a lot of improvements to be had. The randomly generated levels idea sounds interesting - I'd probably want to get everything working again before trying anything like that though. |
Are these graphics for icons and/or objects in general?
Also do you mean you want the xml objects file into JSON (I'm assuming yes, but just to be sure... ;))? |
:
Edit: Added screen shot of current version too. |
I dont wanna sound like a dick, but you should change the getcha pants and getcha wings icons. They are hard enough to read anyway but consider when you try to use them in the editor. You might want to make them both distinguishable between each other, thats just a sugestion from me.
|
Is the idea that those icons appear in the actual editing space?
I've played around in the current editor a few times, but I found the icons in that style fairly cumbersome. I think you should definitely be able to show them like that, because that way makes the most sense, but an option for a more streamlined and less obstructive view couldn't hurt. The slig direction and ledge hoisting icons, for example, could easily be reduced to something that still represents what they do in a smaller size. |
I've converted the continue point one, check if it's what you want. I'll convert more once I know I'm doing it right of course. :)
Here it is (OWF's uploader didn't like the txt file for some reason?) |
:
:
:
I'm going to allow each enum state in the json to set an image, so if you set a mud to be angry/emo/whatever it can have its own graphic. And open closed doors/trap door/edge direction etc. |
You mean you're updating the xml files to contain the extra/changed variables so they work in the editor and then I convert them to JSON?
Also the changing graphics sounds like a good idea,I don't know if it would be better to use an actual mudokon sprite (tinted for the emotions) or the symbols. I guess for now we can cross that bridge when we get there though. :) |
I think the thing that bugs me about those icons is that you're using squares to represent things that don't really make sense as squares. These look smaller and sleeker, and as I said there is definitely a place for them, but I really feel like a compact view option would be nicer to work with.
It's probably more of something you want to think about once you get everything up and running, though. As long as you don't do anything silly like hard-code square icons in :p |
:
So basically I'll have to finalize that, document what they all do, and at least allow the editor to display the properties when you select an object of that type. And then you could convert them over and have a way to test the converted file works. |
Sounds good to me, better than using the Level Extractor and Level Builder to try and mash together more stuff. :P
|
And hopefully I'll write a .vb/.vh builder for custom sounds ;D
|
paul have you fixed whel's parameters? xD
|