How to Decompress .imy file?

  • Thread starter Thread starter min2
  • Start date Start date
  • Views Views 1,740
  • Replies Replies 8

min2

Member
Newcomer
Joined
Mar 27, 2021
Messages
10
Reaction score
0
Trophies
0
Age
27
XP
58
Country
Korea, South
Hello I extracted the .imy extension file from the game Criminal Girls.
All I know is that it is a compressed image file.
I searched on Google and found a Kotlin script that decompresses .imy files, but there was an error in the compilation process.
Is there anyone here who is good at Kotlin scripts? Or is there another way to decompress the .imy file?
 

Attachments

I found it on github also It's a .kt file, not a .kts file I will also attach a link
 

Attachments

Did you try compiling the whole project rather than just running the specific script?

edit:
Here’s a Google translation of the readme:
For programmers

The development environment is intelliJ Community Edition. Gradle is used for the construction and management of dependencies. The chosen programming language is Kotlin version 1.1.0

The only dependencies external to these are (already referenced in gradle): korio, korim and korim and korui.

To open the project, just open the root's build.gradle in intelliJ.

For translators

Each game is in a game- folder, inside there is usually a resources folder. And generally the texts are in plain text. With what you can make a fork (button on the top right of this page), edit / translate them and make a PR (Pull Request).

I will be migrating all the texts to .po format to be able to edit them with specific programs.

My recommendation is BetterPoEditor.
 
Last edited by tech3475,
Did you try compiling the whole project rather than just running the specific script?

edit:
Here’s a Google translation of the readme:
I have succeeded in compiling the IMY.kt file into IMY.class file but I don't know how to run this
 
Did you try compiling the whole project rather than just running the specific script?

edit:
Here’s a Google translation of the readme:
My problem hasn't been solved yet When I try to compile the whole project I get an error
 

Site & Scene News

Popular threads in this forum