qProtect Native Custom Transformer

Transformer qProtect Native Custom Transformer 1.4

No permission to download
qProtect Custom Transformers require the paid version of qProtect (1.10.0 or newer)

Native Transformer for qProtect​


Video tutorial:

Requirements​


Instructions​

  • Download the Transformer and put the .jar into AppData/qProtect/custom/.
  • Launch qProtect.
  • Select, input and output file.
  • Go to the "Transformers" tab and you will see a new tab called "Custom".
  • Enable your desired transformers, click "Process" and wait for it to finish.
  • qProtect created a new folder called "cpp/" in the same directory as the output jar.
For Windows:
  • Open CMake-GUI select the "cpp/" directory and click "Configure" and then "Generate".
  • Open the project with Visual Studio and compile it.
  • Put the .dll into your output jar using 7-zip (or anything similar).
For Linux:
  • Open the terminal and go to the directory where the output is.
  • Type "cmake cpp/" and then "make" to start compiling the project.
  • Put the .so into your output jar using "zip output.jar compiled.so" .

Credits​

Author
brownie
Downloads
31
Views
883
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. 1.4

    qProtect-API: 1.11.0 Removed shaded libs
  2. 1.3

    Fix macOS compatibility of the Loader
  3. 1.2

    Add fabric mod compatibility
Top