Coder Social home page Coder Social logo

Comments (4)

Petschko avatar Petschko commented on June 5, 2024

Yes the Encryption option isnt possible yet over the GUI, you can however encrypt via the Command-Line... Sadly Encryption could require multiple inputs and i didnt decided how to do it yet...

Beside this issue dont belongs to the Web-Project

from rpg-maker-mv-decrypter.

RedAISkye avatar RedAISkye commented on June 5, 2024

I tried it via command-line and it's giving me an error:
Screenshot.png

Edit: Nevermind, works after I run it as administrator.

from rpg-maker-mv-decrypter.

Petschko avatar Petschko commented on June 5, 2024

Please send what commend you used

from rpg-maker-mv-decrypter.

RedAISkye avatar RedAISkye commented on June 5, 2024

Please send what commend you used

Ah, I think you're replying via email so you didn't see the edit but It's working fine, I just had to run the batch file as administrator.

But here's the code:

@echo off
title RPG Maker MV;MZ Decrypter ^| Encryption Command-Line Tool by RedAISkye
cls
set currentDir=%~dp0
cd /d %currentDir%
echo.
echo.
echo Enter project path: (Leave blank ^for default "%currentDir%encrypt")
set /p projectPath=
echo.
echo.
if "%projectPath%"=="" (
    set projectPath=%currentDir%encrypt
    echo Enter encryption key: ^(Can't be left blank^)
) else (
    echo Enter encryption key: ^(Leave blank ^for default "auto"^)
)
set /p encryptionKey=
if "%encryptionKey%"=="" set encryptionKey=auto
echo.
echo.
java -jar "RPG Maker MV Decrypter.jar" encrypt "%projectPath%" "%currentDir%output" true %encryptionKey%
echo.
echo.
pause

from rpg-maker-mv-decrypter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.