At long last I restarted work on my TASeditor, and new version can be found here:
http://savefile.com/files/339041
In fact, it's not old TasEdit, but brand new one, I just felt like starting form scratch ^__^ It introduces new (still unfinished though) interface...
Now it can...
...open VBM, SMV, FCM, FMV
...save as FCM (tested with FCM and FMV movies, both replayed successfully to the end (Air, Air-no-death(savestate) - FCM, Gradius by morimoto - FMV))
Working with program:
- You can move tracks using drag'n'drop on tracks panels to the left (it resets selections though)
- You can change setting for tracks (right mouse button, ignore menu and click on next track panel to select multiple tracks)
- Left mouse button creates selection on frames panel, to create new selection click outside of current one
- for buttons : double click on selection inverts states of selected buttons
- for integer values (for example FCM special) : double click sets value from toolbar into selected cells
- hold left mouse button on selection to move selected block, right mouse button does the same but clears the place where block was
- right mouse button brings up menu, here you can:
-Insert frames, new frames will be put before first selected frame (frame is considered "selected" if it has at least one selected button
- Delete selected frames (same here)
- Duplicate frames (and here too)
- Copy or paste selected block to one of two buffers (pasting will override data in corresponding block starting from upper-left corner of selection)
- HZ+-, VZ+- adjust vertical and horisontal zoom
Save dialog:
here you can change some header data and what track is used by every button ^__^
That's all, I think, I am sorry, but you can't edit data from keyboard for now, I have to find some way to implement it...