hi , i was just wondering how to change the pixels of a map. everytime i try to render it it says " regeneration error " and says it should be 1025( or whatever it is ) x 1025 . Any help would be greatly appreciated thx
A few things to trouble shoot
what size is the image you are using it must be in multibles of 64 then add 1 pixel to get the dimensions.
Greyscale the image if you are using the simcity renderer some images look grey scale but they are in RGB mode.
youve probably found a solution to your problem already and it is likely to be one of these things
and you config.bmp should match the size of your pic
if config.bmp is 16x16, your pic should be 16*64+1 by 16*64+1
if your pic is 513x513, your config.bmp should be (513-1)/64 by (513-1)/64
Shameless plug : use SC4Mapper http://sc4devotion.com/csxlex/lex_filedesc.php?lotGET=179 it will take care of resizing/converting to greyscale