Skip to content

Tags: uuksu/RPGMakerDecrypter

Tags

v2.0.16

Toggle v2.0.16's commit message
Update changelog

v2.0.15

Toggle v2.0.15's commit message
Fix CLI not working at all by removing temporary exception throwing

v2.0.14

Toggle v2.0.14's commit message
Update changelog

v2.0.13

Toggle v2.0.13's commit message
Update changelog, bump version

v2.0.12

Toggle v2.0.12's commit message
Improve archive version detection

 * Improve archive version detection to match the file extension
   instead of whole name. This helps decrypting games that have a
   renamed archive, for example Pokemon Uranium with a renamed archive
   "Uranium.rgssad".

   This is not a best solution as the archive version can be also detected by reading
   archive header and this is  already used in a codebase when reading from the
   archive starts. Maybe this could be later improved by refactoring.
 * Improve error reporting so that undetected RPG Maker version detection
   is told to user.
 * CLI: Add error reporting when input file is not found

v2.0.11

Toggle v2.0.11's commit message
Fix issue #5: Fix files containing invalid file name characters

Some games created with a operating system supporting wider encoding scheme might not extract correctl
on all systems. File paths extracted from the archives are now cleaned before trying to use them
when writing a file.

v2.0.10

Toggle v2.0.10's commit message
Release 2.0.10

v2.0.9

Toggle v2.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CI.yml

v2.0.0

Toggle v2.0.0's commit message
Add CI/CD

v1.0

Toggle v1.0's commit message
Added icons for both executables. Added license and README. Added dep…

…loy script.