Is there any way to extract a viewable/printable image (jpg or gif, for example) from a .sav or .bic file?
Announcement
Collapse
No announcement yet.
How to - ??? - extract map image
Collapse
X
-
In C3CT v0.78.90+ there is a function to draw a map from a SAV. It is a bit zoomed (to fit on one screen), and it doesn'tuse the variety of the same grphics that are used by the game, but you can test if it does what you want. Making a fullsize BMP of a 256x256 map would result in a 512MB bmp IIRC.Creator of the Civ3MultiTool
Comment
-
Hu, a database error made the listing not show my new post
When is this going to be fixed?Creator of the Civ3MultiTool
Comment
-
-
Right now it can only draw a map on the screen. That is done by first loading the terrain graphics to the memory (it takes some time, so I don't do it at startup) and then select show map.
I might make a make BMP later, but then you should be aware of that the images might be really big.Creator of the Civ3MultiTool
Comment
-
If I can find a good way to change pixels in a BMP after the creation of a BMP with a certain size, I could make it mush faster, as I could use the same routine as for the currently existing drawer.Creator of the Civ3MultiTool
Comment
Comment