Old version posters

A new update is now available, introducing a lot of new content!
Latest hotfix: 0.7.5.2 (2024-09-10)
  • 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).

  • 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 ?

  • 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!