How to change the letter of a skin and make it dlc

Post Reply
User avatar
L_K_Fisto17
Warrior
Posts: 179
Joined: Sat Oct 29, 2022 8:35 pm
Side: Light
Location: Mexico
Contact:

How to change the letter of a skin and make it dlc

Post by L_K_Fisto17 »

Hola, bienvenidos a otro tutorial, este es un tutorial basico del modding, les enseñare a convertir una skin de un personaje a una nueva

En mi caso voy a convertir esta skin de ermac, a una nueva

(Cosas importantes)

-Su skin que quieren cambiarle la letra (es importante que sea una skin alternativa, en mi caso, CHAR_Ermac_B, si intentan hacer que el traje principal del personaje sea una skin dlc, no les servira) Image
Tools For DLC Skin.rar
(28.11 KiB) Downloaded 153 times
-

1-En la carpeta en donde pusimos nuestro generic renamer ponemos el char que queremos cambiar su letra

2-Abrimos el generic renamer, en donde dice "Archive to search for strings" ponemos el nombre de nuestro char, incluyendo el xxx Image

3-En donde dice original string ponemos lo mismo que en la casilla anterior, pero ahora sin el xxx Image

4-Ahora en donde dice "New String, ponemos lo mismo que en el original string, pero cambiando la letra de nuestro personaje, en mi caso, de ermac_B a ermac_L Image

5-Marcamos la opcion que dice fix hashes y le damos a Replace Strings! Image

6-Quitamos el la parte que dice CHAR de la segunda y tercera casilla Image

7-Ahora le clickeamos la casilla que dice Rename Internal Folders y a Replace strings Image

8-Renombramos el archivo xxx con su nueva letra Image

9-Le creamos el ini a su personaje (aqui les dejo una plantilla, ojo, esta plantilla solo sirve si no le hicieron diff a su archivo)

[Description]
line1=*Descripcion del mod*.\n
line2=File Added:\nCHAR_*Nombre y letra de su char*.xxx

[Files]
line1=CHAR_*Nombre y letra de su char*.xxx

[ini]
AddID=*Nombre y letra de su char*
line1=Mk9Game.ini|Player|IsDLC|*Nombre y letra de su char*|0
line2=Mk9Game.ini|Player|IsOnDiscDLC|*Nombre y letra de su char*|0
line3=MK9Game.ini|Player.DownloadContentUnlocked|*Nombre y letra de su char*|TRUE|1

[eng]
line1=MK9Game.eng|PlayerSelect|CHAR_*Nombre y letra de su char*|*Nombre del nuevo traje*|1

[spa]
line1=MK9Game.spa|PlayerSelect|CHAR_*Nombre y letra de su char*|*Nombre del nuevo traje*|1

10-Lo instalan su mod con el dlc manager

Y listo, ya tienen su nueva skin dlc Image

Hello, welcome to another tutorial, this is a basic modding tutorial, I will teach you how to convert a character's skin to a new one

In my case I am going to convert this ermac skin to a new one

(Important things)

-Their skin that they want to change the letter to (it is important that it be an alternative skin, in my case, CHAR_Ermac_B, if they try to make the character's main costume a dlc skin, it won't work) [img]https://i. postimg.cc/J0GfNjXw/1.png[/img]
Tools For DLC Skin.rar
(28.11 KiB) Downloaded 153 times
-

1-In the folder where we put our generic renamer we put the char that we want to change its letter

2-We open the generic renamer, where it says "Archive to search for strings" we put the name of our char, including the xxx Image

3-Where it says original string we put the same as in the previous box, but now without the xxx Image

4-Now where it says "New String, we put the same as in the original string, but changing the letter of our character, in my case, from ermac_B to ermac_L Image

5-We mark the option that says fix hashes and we click Replace Strings! Image

6-We remove the part that says CHAR from the second and third box Image

7-Now we click the box that says Rename Internal Folders and Replace strings Image

8-We rename the xxx file with its new letter Image

9-We create the ini for your character (here I leave a template, be careful, this template only works if you did not diff your file)

[Description]
line1=*Mod description*.\n
line2=File Added:\nCHAR_*Name and letter of your char*.xxx

[Files]
line1=CHAR_*Name and letter of your char*.xxx

[ini]
AddID=*Name and letter of your char*
line1=Mk9Game.ini|Player|IsDLC|*Name and letter of your char*|0
line2=Mk9Game.ini|Player|IsOnDiscDLC|*Name and letter of your char*|0
line3=MK9Game.ini|Player.DownloadContentUnlocked|*Name and letter of your char*|TRUE|1

[eng]
line1=MK9Game.eng|PlayerSelect|CHAR_*Name and letter of your char*|*Name of the new suit*|1

[spa]
line1=MK9Game.eng|PlayerSelect|CHAR_*Name and letter of your char*|*Name of the new suit*|1

10-Install your mod with the dlc manager

And that's it, they already have their new skin dlc Image
Last edited by L_K_Fisto17 on Sat Jun 10, 2023 6:10 pm, edited 3 times in total.


Checkout the new account called "NiteOwl85"
User avatar
L_K_Fisto17
Warrior
Posts: 179
Joined: Sat Oct 29, 2022 8:35 pm
Side: Light
Location: Mexico
Contact:

Re: How to change the letter of a skin and make it dlc

Post by L_K_Fisto17 »

Checkout the new account called "NiteOwl85"
User avatar
Marce_3405
Master
Posts: 319
Joined: Tue Oct 04, 2022 6:45 pm
Side: Darkness

Re: How to change the letter of a skin and make it dlc

Post by Marce_3405 »

Sabes como se le puede poner skins a los mods DLC? Por ejemplo, tengo a mi mod de Kai, el cual el char principal es "CHAR_Kai.xxx" se basa en los movimientos de Liu Kang. Y despues tengo el mod de skin AlterL basado y clonado de "CHAR_LiuKang_B.xxx" y quiero que este Kai del LiuKang_B este como traje DLC de mi mod de Kai. ¿Como tengo que hacer exactamente?

He usado el generic renamer haciendo trajes con los personajes del roster base y siempre me funcionaron... Pero con los personajes mod DLC no puedo, de hecho hice una vez una publicacion en este foro sobre mi problema.
Sorry if there are errors in English, I speak Spanish and I use Google translate
User avatar
L_K_Fisto17
Warrior
Posts: 179
Joined: Sat Oct 29, 2022 8:35 pm
Side: Light
Location: Mexico
Contact:

Re: How to change the letter of a skin and make it dlc

Post by L_K_Fisto17 »

Marce_3405 wrote: Mon May 29, 2023 2:20 pm Sabes como se le puede poner skins a los mods DLC? Por ejemplo, tengo a mi mod de Kai, el cual el char principal es "CHAR_Kai.xxx" se basa en los movimientos de Liu Kang. Y despues tengo el mod de skin AlterL basado y clonado de "CHAR_LiuKang_B.xxx" y quiero que este Kai del LiuKang_B este como traje DLC de mi mod de Kai. ¿Como tengo que hacer exactamente?

He usado el generic renamer haciendo trajes con los personajes del roster base y siempre me funcionaron... Pero con los personajes mod DLC no puedo, de hecho hice una vez una publicacion en este foro sobre mi problema.
Yo tampoco puedo, lo que me imagino que podria solucionar esto es cambiar la mesh del traje para que asi el traje principal tenga su mesh y claro las texturas, porque yo ya e clonado trajes principales para personajes dlc y se me an funciando bien, lo raro es que una vez clone unos trajes de taven para tu personaje y si funcionaron, bastante raro
Checkout the new account called "NiteOwl85"
User avatar
L_K_Fisto17
Warrior
Posts: 179
Joined: Sat Oct 29, 2022 8:35 pm
Side: Light
Location: Mexico
Contact:

Re: How to change the letter of a skin and make it dlc

Post by L_K_Fisto17 »

Update: i put a link for download the things that you need for the tut

Actualizacion: Puse un link para descargar las cosas necesaria para el tuto
Checkout the new account called "NiteOwl85"
User avatar
Noobsaibot2003
Immortal
Posts: 788
Joined: Sun Feb 19, 2023 6:31 pm

Re: How to change the letter of a skin and make it dlc

Post by Noobsaibot2003 »

L_K_Fisto17 wrote: Sat Jun 10, 2023 3:49 pm Update: i put a link for download the things that you need for the tut

Actualizacion: Puse un link para descargar las cosas necesaria para el tuto
How do you create ini files without crashing?
User avatar
L_K_Fisto17
Warrior
Posts: 179
Joined: Sat Oct 29, 2022 8:35 pm
Side: Light
Location: Mexico
Contact:

Re: How to change the letter of a skin and make it dlc

Post by L_K_Fisto17 »

Noobsaibot2003 wrote: Sat Jun 17, 2023 11:10 pm
L_K_Fisto17 wrote: Sat Jun 10, 2023 3:49 pm Update: i put a link for download the things that you need for the tut

Actualizacion: Puse un link para descargar las cosas necesaria para el tuto
How do you create ini files without crashing?
The only way that a ini crash the game, if you are clonning retro ninja with the normal template, that chars need another ini and a extra step for the generic renamer
Checkout the new account called "NiteOwl85"
User avatar
Noobsaibot2003
Immortal
Posts: 788
Joined: Sun Feb 19, 2023 6:31 pm

Re: How to change the letter of a skin and make it dlc

Post by Noobsaibot2003 »

What is the extra step?
User avatar
Noobsaibot2003
Immortal
Posts: 788
Joined: Sun Feb 19, 2023 6:31 pm

Re: How to change the letter of a skin and make it dlc

Post by Noobsaibot2003 »

In which ini do you have to put the char? How do you create?
User avatar
Noobsaibot2003
Immortal
Posts: 788
Joined: Sun Feb 19, 2023 6:31 pm

Re: How to change the letter of a skin and make it dlc

Post by Noobsaibot2003 »

L_K_Fisto17 wrote: Sat Jun 17, 2023 11:17 pm
Noobsaibot2003 wrote: Sat Jun 17, 2023 11:10 pm
L_K_Fisto17 wrote: Sat Jun 10, 2023 3:49 pm Update: i put a link for download the things that you need for the tut

Actualizacion: Puse un link para descargar las cosas necesaria para el tuto
How do you create ini files without crashing?
The only way that a ini crash the game, if you are clonning retro ninja with the normal template, that chars need another ini and a extra step for the generic renamer
You use Notepad?
User avatar
L_K_Fisto17
Warrior
Posts: 179
Joined: Sat Oct 29, 2022 8:35 pm
Side: Light
Location: Mexico
Contact:

Re: How to change the letter of a skin and make it dlc

Post by L_K_Fisto17 »

Noobsaibot2003 wrote: Sat Jun 17, 2023 11:38 pm
L_K_Fisto17 wrote: Sat Jun 17, 2023 11:17 pm
Noobsaibot2003 wrote: Sat Jun 17, 2023 11:10 pm

How do you create ini files without crashing?
The only way that a ini crash the game, if you are clonning retro ninja with the normal template, that chars need another ini and a extra step for the generic renamer
You use Notepad?
Yes
Checkout the new account called "NiteOwl85"
User avatar
L_K_Fisto17
Warrior
Posts: 179
Joined: Sat Oct 29, 2022 8:35 pm
Side: Light
Location: Mexico
Contact:

Re: How to change the letter of a skin and make it dlc

Post by L_K_Fisto17 »

Noobsaibot2003 wrote: Sat Jun 17, 2023 11:32 pm In which ini do you have to put the char? How do you create?
When i have time i gonna make a tutorial for how to clone retroninja, alright man?
Checkout the new account called "NiteOwl85"
User avatar
Noobsaibot2003
Immortal
Posts: 788
Joined: Sun Feb 19, 2023 6:31 pm

Re: How to change the letter of a skin and make it dlc

Post by Noobsaibot2003 »

Sorry you won't have many posts from me for a long time, because I have a lot of things to do in my personal life, so I'm going through a lot of problems. Goodbye.
User avatar
Noobsaibot2003
Immortal
Posts: 788
Joined: Sun Feb 19, 2023 6:31 pm

Re: How to change the letter of a skin and make it dlc

Post by Noobsaibot2003 »

Closing the topic Noob Saibot 2003 Best regards
User avatar
Noobsaibot2003
Immortal
Posts: 788
Joined: Sun Feb 19, 2023 6:31 pm

Re: How to change the letter of a skin and make it dlc

Post by Noobsaibot2003 »

If anyone is interested in my mods just follow the Tutorial and I will help you
Post Reply

Return to “Mortal Kombat 9 PC Modding Tutorials and Discussions”