Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Yes fair enough, I completely see where you are coming from.

Adding it as a kind of novelty "add on" would be fairly simple compared to trying to add it as an actual proper colouring method.

The latter option is really not trivial as it would need to be worked into every single element of the existing model and all of the existing tools such as the image importer and snapshot ripper etc + almost every operation has to take special consideration when it comes to a project's display mode and colouring method (currently 5x3 possible configurations + tiled/untiled conditions + special care around anything to do with ECM mode).

If it were trivial I obviously would have just added it a long time ago.

So knowing this, you wouldn't care that a project could not be saved/loaded using "per map cell colouring" (a new project file format would need to be designed).

You would be happy to just be able to paint colours directly into the map and save them to a file? 

What about the bitmap modes? ie. 2 or 3 colours per cell, how would that work?

What about material attributes? would you want to directly paint those as well?

Just asking, I am genuinely interested to know what you would like. 

The way I've been doing it is by creating the binary myself and then copying from memory into the color ram memory on the c64, see below...

Yahtzee

(Ive tried to psot screen shots to show you, I keep getting an error, please complete verification to continue)

Color Binary

It would be nice to paint the map editor and then have charpad create the binary to be imported, it would make it easier to alter color schemes for just simple custom character sets on a game screen... The above game screen and character set was made with charpad, the color scheme is imported thru the assembler as you can see... Yes you would need to save the project and then recall it later to edit it and also export it as a binary... The binary would consist of 1000 binary numbers between 0 and 15 corresponding to the map locations to represent the 16 colors on the c64...

Let me know if I can send you screen shots via email or another way so you can see what I mean...