uuksu / RPGMakerDecrypter

Tool for extracting RPG Maker XP, VX and VX Ace encrypted archives.
MIT License
197 stars 42 forks source link

problem with game.ini #14

Closed Half-Time-Demon closed 8 months ago

Half-Time-Demon commented 9 months ago

Link to download the game/archive you're unable to decrypt Link to game: https://disk.yandex.ru/d/eiDMD9nOvO_zEw

Describe the problem image

how I understand problem in game.ini : image

because by some reasons game have in system folder this dll file: image

how I understand program rewrite game.ini file: image image image

how I think problem can be resolved: make function that checked if file game.ini if yes ignore the constant. or check what file is in folder system get file name replace this in constant or something like that

Details (please complete the following information):

Screenshots image

uuksu commented 8 months ago

Hey!

I see, you're using the original project path as the output path of the decryptor. I've never used it that way myself but I see that could be use case. I'll implement check that the .ini and project file is not overwritten if they already exist.

uuksu commented 8 months ago

This has been implemented in v2.0.14. Thank you!