Posted By: wraggster
News via nintendomax
NoNameNo proposes a new version of "PsyKoTrope", this new version called "DIY (DO IT YOURSELF) offers to create your own levels.
Quote:
DIY Version:
You can now design your own level easily.
When you run psykotrope, the soft is going to load
the level on the SD, in apps / psykotrope / levels.png
levels are stored in a single PNG file, and designed like this:
- Each level is a matrix of 20 * 15 pixel (no box BLACK, WHITE box)
- The 16th line is to define the goal (number of box to cross for this level) (Only use WHITE pixel to define the goal)
- Number of level is automatically displayed by the game dividing the height of the PNG by 16 wink
- The PNG have to be: W = 20
H <1024 (and a multiple of 16 wink)
And RGB (not indexed colors)
have a look at the provided GameSet to really understand how it work
Download and Give Feedback Via Comments