A Knytt Stories Editor entirely made in Java; it looks much like the original one, but has a couple additions like some skinning possibilities (unpack Skin.zip in the same folder) and undo/redo.
Thanks to xoft for his Level Composer, whose code has helped me a great deal.
-----------
Release 0.1 (Beta) + Source
requires Java 1.5 or greater
Uses JOrbis (LGPL) and EasyOgg (??) for sound
Release 0.2 + Source
+ Undo/Redo commands
+ Skinning feature (sample Skin included, put 'Skin' directory where the editor .jar is)
inverted mouse wheel increments
Release 0.3 + Source
+ Test button for Windows users should work
Release 0.4 + Source
+ Added support for Test button through Wine (make sure 'wine' is in 'PATH')
+ Changed some mouse event handling methods to (hopefully) make graphics tablet input work
+ More checks on I/O operations; this should avoid data-loss bugs
- minor fixes here and there
Release 0.5 + Source
+ Compress should now work correctly
Release 0.6 + Source
- small tweaks and optimizations
- code reorganized
Release 0.7 + Source
+ Missing keyboard shortcuts (WASD and the like)
+ Level list ordering (I'm really ashamed it's been missing for so long)
- added some swirling dots just for show, the next version should be like the original
Release 0.8 + Source
- removed the swirling dots in the end, they don't add much to the editor anyway
Release 0.9 + Source
- small fixes and code cleanup
Release 1.0 + Source
- fix for high CPU usage bug
- probably won't work on this anymore, save for bugfix requests
-----------
Download the editor's zip file in the attachments, or the jar file from this link: KSEditor-1.0 (DataFileHost)Regards