Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to create Sprites For NGPC?
#6
(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.
As explained in the examples, you have to give the colors to use (1 minimum and up to 3):

bitmap2ngp.exe ./tiledImage.png PS 68,68,68 100,145,255 255,0,0

Reading the product documentation is sometimes useful...
Reply


Messages In This Thread
RE: How to create Sprites For NGPC? - by sodthor - 03-22-2022, 03:17 AM
RE: How to create Sprites For NGPC? - by KeiDash - 03-24-2022, 04:50 AM
RE: How to create Sprites For NGPC? - by sodthor - 06-16-2022, 09:10 PM
RE: How to create Sprites For NGPC? - by Flavor - 10-01-2022, 02:03 AM
RE: How to create Sprites For NGPC? - by Flavor - 10-01-2022, 05:49 AM
RE: How to create Sprites For NGPC? - by Flavor - 10-02-2022, 01:29 AM
RE: How to create Sprites For NGPC? - by sodthor - 10-04-2022, 02:51 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)