Os dejo un tutorial de los foros de auroa para traducir el FreestylePlugin.xex
Freestyleplugin.xex translationPrerequisites :
- xextool by xorloser :
http://jheberg.net/captcha/xextool-v63/- hexadecimal editor (Hexedit, Hxd, WinHex, ...),
- our example files :
http://jheberg.net/captcha/exemple/- lot of patience ...
We are first going to prepare the freestyleplugin.xex file so we can edit it :
Copy the freestyleplugin.xex file in the xextool folder,
in MS-DOS command go to the xextool folder,
we are now going to uncrypt and uncompress the .xex file,
you just have to type this command : "
xextool.exe -e u -c u freestyleplugin.xex",
Here it is , our xex file is uncrompressed and uncrypted.
Now that our xex file is ready we are going to use the hex software to edit it,
This is the longest and hardest part, you will have to find the strings to translate , you also need to translate the words with the same number of letter or less and unicode isn't supported .
We advise you to do the modifications step by step and testing it each time, it could seem boring but that's the best way to do it.
We provided you 2 example files so you have just to compare them (in hex) to find the strings to translate, Theses examples files can be a little bit different of the one provided in aurora thats cause we worked on the FSD version of the plugin, you can work on our orignal file in our archive it will wok on aurora as well .
Once your translation done you have to recompress and recrypt the xex file in xextool with the command: "
xextool.exe -e e -c c freestyleplugin.xex"
Now you've done the hardest part, if everything went well to this step for you, the second part will be easy.
NordSudTeam
Psychomantis59 and PeZeD
Actualizacion:He creado una pequeña CLI en Bat para la aplicacion de desencriptacion y encriptacion del FreestylePlugin.xex.
solo es descomprimir la gui en una carpeta y meter en esa carpeta tambien el FreestylePlugin.xex todo junto y ejecutar el bar.
Log 1.1 XexTool CLI (By DrNefarious360)
* Añadida mejoras en la programacion (Gracias JaRaBcN).
* Cambio GUI por CLI.
* Añadida version en ingles del CLI.
Descarga XexTool CLI (By DrNefarious360)