I will add keyboard shortcuts for things that have them in most Windows programs, but I'd rather not add keyboard shortcuts for everything, because then you may as well just use SonED2.
I thought of something else, how about you use the mouse wheel for scrolling though chunks (as an option)?
I think you're looking at this the wrong way. I already told you I like how this level editor is looking so far. But I also swear by keyboard shortcuts. It's something I picked up in CAD class in high school. If I can easily access as many options as I need to at a moment's notice, I can minimize the time it takes me to complete any given task. If I have to keep sweeping the mouse across the screen to get at menu items or buttons, that's slowing me down. For this purpose, a good productivity tool should generally offer multiple ways to do things. It goes without saying that this is your program and you're free to develop it the way you want, but if you're going to omit a helpful feature because SonED2 did it, I think that's rather strange. If I may as well use SonED2, why develop this at all? I'm honestly taken aback by your response.
Because I was bored. I'm not an expert in UI design (in fact, I think all my GUIs are terrible), so I just copied from Visual Studio's designer for object editing, and the layout editing is copied from SonED2. I'm still trying to figure out where exactly I'm going with this, and now that I've put it on the SVN, anybody that knows C# could change it however they want. Not that I'm saying "If you don't like it, make your own". I'm still listening to suggestions.
I suppose that's reasonable. This could be a good excuse for me to finally learn a programming language.
You shouldn't have to learn a programming language though. I released it way earlier than I planned because of the huge response to the picture, and I should listen to your suggestions, and try to make them work to the best of my ability. Of course, if you really want to change something or make your own fork, I can't do much to stop you.
The keyboard shortcuts are what makes me prefer SonED2 to many other editors; it gets the job done quicker. This certainly looks to be a neat tool and all, but I think I'll stick with SonED2 because I'm a artsy person when it comes to levels. I'd also need collision editing and crap like that; but I'll certainly try this if those features come to rise.
I think you should do both key shorcuts and menus, just like most programs are nowadays, so people can choose between using just keyboard or navigate through it. If you do menus as well it will be much appreciated at least from me, since I'm not really a keyboard person unless im using ctrl+z :P
Added SonED2 keyboard shortcuts. Made adding object 0x25 add a ring group instead. Added single-line and full palette PNG export. Note that the INI files for the SVN version are no longer included, you can get them from the "Sonic 2 Split Disassembly" folder on the SVN. They haven't changed since the last beta though. Also, using the keyboard to change object ID/subtypes cannot be undone.
Cool! I'm going to have to look at this! As for suggestions.... I'd like to be able to save in different formats. For example, if I want layouts to save uncompressed instead of kosinski compressed or collision to be kosinski module compressed instead just plain kosinski. This would help so I don't have to write a quick program to run before compiling my hack together for whatever modification I made. I hope you understand what I mean.
I already have something like that for sprite art, and could easily add it for the other data, so in the INI you would have: Code (Text): layout=../level/layout/EHZ_1.bin layoutcmp=Uncompressed Edit: And it's up on the SVN. To override the compression used for <file>, add a value named <file>cmp, and set it to one of: Uncompressed, Kosinski, KosinskiM, Nemesis. You can override the compression on everything but palettes.
I got it off the SVN last night. I just haven't looked through it yet. But that is what I was talking about. Very cool. Thanks for reading my mind!
Thanks god after so many years someone is finally making a new editor for Sonic 1 levels! I will never get used to SonED2's gayness and the only reason I ever used it is because there is no alternative.
Well, there was using ESE and then splitting the rom after and getting the files from it, but that's just way too much effort
It's nice that you're all interested, but it's very difficult to make a level editor, when there's no documentation on the format. SCHG:Sonic the Hedgehog/Level Editing didn't exist before today, and I still don't know what's up with the 256x256 chunks. There's also no documentation on the bumpers in CNZ, and Nemesis' explanation of the collision data is... confusing.