Tool RPGM Decryptor For .sl Extension Files

JorgeFFC

Member
Jun 10, 2017
333
825
Some games of the MV category may come with re-placement orders/scripts that modify the text/image through a command inside a .sl file. The best example to be used as this would be the game "Elise the Devil" that comes with lots of folders such as jp, en, ch... In this case even if u extract the cg's, images and so using another decryptor, when try test play(on MV main program) it won't be able to find the files since it can only read those files as .txt... Here is a decryptor in this case for those games with re-placement so the engine can also read those while u do tests and edit the data as u see fit.

Download for the .sl file decryptor:
IMPORTANT NOTE: This decrytor can only work with a max of about 190 files, i tested to decrypt an amount higher than 200 and always failed though... so if there are many files, gotta keep throwing at it in small batches.
 
  • Like
Reactions: Mr.AdtsGames01

aardvard2012

New Member
Apr 13, 2021
1
0
Is this tool must copy to C:\ ? My computer shows 'Cannot find sl_dec.exe' inmy copt folder. I am using Win10 64.
Thanks.
 

Surgy

Member
Modder
Apr 23, 2018
340
1,316
Here's the Python port of the said decryptor. It can parse any number of files.
Console usage:
cd "path to directory with sl files"
Decryption: sl_tool "*.sl"
Reencryption: sl_tool "*.txt"