06-16-2022, 09:10 PM
(06-16-2022, 01:52 AM)NeoGeoFreak2004 Wrote: Update: so anyways i tried to convert a sprite, and it gave me 2 error messages. the errors say: - screen plane not established.
- at least one color is required. IDK what to do so can you guys help me please!
It seems to be related to "Required parameters":r
Code:
FILEPATH give de complete path of the tiled image.
PLANE sets the destination plane of the console. Possible options
are PS = SPRITE_PLANE, P2 = SCR_2_PLANE, P1 = SCR_1_PLANE.
RGBCOLOR1 a minimun required color. Sets the R G B color without
Alpha channel. Format => R,G,B. Example 128,2,88.
bitmap2ngp.exe ./tiledImage.png PS 68,68,68 100,145,255 255,0,0
Reading the product documentation is sometimes useful...