Skip to content

InvisibleUp/Flex2

 
 

Repository files navigation

flex 2

Flex 2 is a multi-purpose art and mapping editor for the Sega Megadrive. The original Flex was a web app, which gave it several limitations. A full rewrite for desktop opens up the ability to use real project files, as well as various other improvements.

Much inspiration has come from the tools SonMapEd, SpritePlotter, and SonikSprite.

Controls

Most of the keyboard shortcuts (and indeed, behaviours for the application) are listed on the Mappings tab at the bottom. Some commands take a multiplier, so 32 + Up will move the selected mappings 32 pixels up, or 8 + nt will add eight new tiles.

Inputs

You can cycle through options in dropdown boxes and increase/decrease numbers in textboxes with the mouse scroll wheel. This also works for things like colour select in drawing mode. Up/Down can also be used in textboxes.

General UI

The UI layout is fully customisable by moving or resizing tabs.

Project Files

Project files serve as definitions for all the objects in your project. They should sit at the root of your project directory and be committed to version control. Project file configuration is autosaved.

A key change from version 1 is that Flex no longer has a game mode. Data is saved and loaded as whatever the definition for the object says. This means you can mix formats (like S1 Mappings and S2 DPLCs for editing Sonic CD data), or even provide custom definitions.

The 'label' specified in the mapping and DPLC definitions is to use as the main label if one is required without the output.

Mapping Editor

The mapping editor has the following mouse interactions;

action behaviour
drag select mapping(s)
double click toggle mapping piece
drag (on sprite) move mapping(s)
right drag pan viewport
wheel zoom

New Mapping

The new mapping overlay can be toggled with nm. To add a new mapping piece, drag it from the new mapping overlay to where in the mapping area you want it to display and type nm again to dismiss the overlay.

Drawing Mode

When entering drawing mode by pressing m, dragging over the sprite will draw in the respective colour of that mouse button. If mappings overlap, both will have the colour applied.

Raw Editor

When doing actions like deleting a mapping, Flex 2 will attempt to remove corresponding unused DPLCs. The raw editor allows you to modify the raw data for mappings and DPLCs without performing any of these optimisations. It can also be used to change the draw order by reordering mappings.

Animation Editor

The animation editor has no keyboard shortcuts, and is entirely mouse driven.

The loaded animation are displayed as a vertical list. Animation frames are displayed horizontally next to the animation settings. You may need to scroll the frame list to the right to see all the entries.

Animations can be added via the "Add Animation" button at the bottom of the animation list. They can be removed by the "Remove" button in the settings pane. You can also set an animation's name (required for export), speed (in frames on-screen per animation frame) and loop settings.

Animation frames themselves can be dragged around to be rearranged. To change the mapping a frame uses, change the number in the top-right of the frame. To remove a frame, click "Remove" in the bottom-right corner. To add a new frame, click the plus symbol at the end of the frame list.

Palettes

Palette input will be normalised to Megadrive colours. To change the order of palette lines, you can drag the numbers to different positions.

Sprites

The Sprites tab gives an overview of your full object's data, allowing you to change sprites or reorder them by dragging and dropping.

Importing

When importing an image over the current frame there is no limitation on image dimensions.

For importing a spritesheet, either the alpha channel or the top left pixel color will serve as transparency. The fuzziness dictates the minimum separation distance between sprites.

Mapping output can be configured to either reduce the number of tiles, or the number of mappings. The algorithm favours fewer horizontal sprites over vertical ones.

Both methods of importing use CIEDE2000 nearest colour matching to the current palette.

For importing animations from Sonic 2 Git, copy everything from "ObjXXAniData:" to the end of the last animation for that object (not including the "even" after the very last animation) to a new ASM file and include it from the source asm file. This new asm file is what Flex2 will load and edit. Flex2 is also compatible to an extent with the animation files from Sonic 1 Git, but the inconsistent naming conventions and additional data included may cause issues.

About

megadrive mapping manipulator

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 86.7%
  • CSS 12.7%
  • Other 0.6%