How can I open the new game with its posters in cimg format in the old version?
Old version posters
- agiser
- Thread is marked as Resolved.
-
-
You can't copy the Java posters unfortunately They're stored in a different format... we could add a converter for Java image if there is enough demand for such a feature (but it would still be required then to load them from the game file browser, so you can't copy the files manually unfortunately).
-
I understand. Can I convert it to jpeg ?
-
Yes, it's possible The Java version stores additional data in the file, so it's necessary to extract the particular bytes from the file manually. The first 2 bytes of the file contain the image version as 16 bit value (can be ignored), the next 4 bytes (32 bit) contain the total image data length x. The next x bytes then contain the actual image data.
-
Yes, it's possible The Java version stores additional data in the file, so it's necessary to extract the particular bytes from the file manually. The first 2 bytes of the file contain the image version as 16 bit value (can be ignored), the next 4 bytes (32 bit) contain the total image data length x. The next x bytes then contain the actual image data.
Nice
how can I do that ?
-
Nice
how can I do that ?
I have a few pictures that I would have loved to take over and save them for years, but never knew, if or how it would work.
-
I have a few pictures that I would have loved to take over and save them for years, but never knew, if or how it would work.
how do we do this -
You'll have to parse the byte data manually, however, the upcoming hotfix will introduce a new command convertjavaimages: You can specify a path to the Java .cimg files and it converts them to png/jpg files automatically then
Participate now!
Don’t have an account yet? Create a new account now and be part of our community!