#author("2022-10-05T02:50:49+00:00","default:admin","admin")
*2D Characters [#nc2956d0]
#contents

**''Images'' [#ha383af2]
The following are the specifications of the original images from which all 2D data is created. 
File Format: PNG, BMP, JPG (will be converted to PNG) 
Image Size Limit: None (GPU dependent) 

[Images] can specify how to slice the image.  It is possible to create a single picture without slicing for use in the title screen, etc., or to combine multiple icon pictures into a single image, which can then be sliced into pieces of a specified size for use. 

**''Slice Animation'' [#b5f83618]
Bakin calls it "slice animation," in which images of the same size are switched at the same time, like the pixelated characters in Bakin's promotional video.  (You can imagine it as a flip book.)  If you have used game creation tools like Bakin, you may be able to imagine this format to some extent. 

- There is no limit on image size per pattern. 
- There is no limit to the number of slices per motion. 
- Direction is 1/4/8 direction. 
- “Slice Animation" is a set of rules that allows the appropriate animation to be played back at the appropriate moment in the game, such as "walk" for pictures used when walking, "run" for pictures used when running, and so on.  Please refer to the manual after the release of Bakin for more information on motion types. 
- Multiple motions can be specified for attacks and skill launches. For example, each weapon can have a different motion. 


#ref(パターンアニメd.png)
#ref(移動.gif)

Characters in the promotional video are drawn in four directions, and a walk in one direction is represented by six pictures.

**''Sprites'' [#j344a052]
In Bakin, combining images of indefinite size and adding movement to these images in chronological order is called "sprites".  Sprites can be used in a variety of creative ways, such as standing pictures of characters in conversation events, screen switching effects, and animated cursors in menus.  If you create according to the appropriate guidelines, you can even make them do lip-synching and blinking. 

#ref(スプライト.gif)
The standing picture of the character, the yellow background color, etc., are created using [sprites], and are rendered by calling the [sprite] from the event. 

Sprites can be created with the simple "Sprite Tool" included with Bakin.  We would like to explain [Sprite Tool] at another time. 
Just as 2D characters are displayed on the map, Bakin also allows 2D assets to be placed on the map as billboards (2D assets attached to board-like polygons).  With Bakin, you can also specify how the billboards face the camera, allowing for effects such as moving flat characters and using flat backgrounds.

Front page   New Page list Search Recent changes   Help   RSS of recent changes