I don't thing that this small things deserve the tutorial, also I wrote about it in the end of my tutorial.Hey. Can someone explain how to create new costumes/skins for custom weapons?
Any kind of tutorial would be great.
Please.
Thanks, I didn't see your tutorial before. Btw, some of the pictures in your tutorial are broken.I don't thing that this small things deserve the tutorial, also I wrote about it in the end of my tutorial.
To create 3d costume for new weapon
1) Clone ingame weapon as weapon
2) Replace it with your 3d mesh
3) Delete weapons.xtbl
4) Open weapon_costumes.xtbl
5) Replace <Weapon Entry> section with your new weapon name
After this you can merge asm and xtbl files if you want to add this costume to your new weapon package
To create new skin for your new weapon
1) Clone any skin for any ingame weapon with skinname
2) Apply new textures to your weapon in 3d editor and rename weapon to skinname and export it to FBX
3) Open FBX file with SDK converter, check only matlibx
4) Package it to folder with clone skin
5) Open weapon_skins.xtbl and replace copied weapon name to your new weapon costume name
I'm not sure what do you mean.Open weapon_skins.xtbl and replace copied weapon name to your new weapon costume name
From what Flow told meI'm not sure what do you mean.
I don't have any weapon_skins.xtbl file in my folder + I don't see anything about it in your tutorial. Do I have to create new one?
Some dlc items have their own string lists (*.le_strings files) in their respective vpp_pc files. Hence the "Miss Mischief" string is in either one of those:
- dlc1.vpp_pc -> dlc1_us.le_strings
- dlc2.vpp_pc -> dlc2_us.le_strings
- dlc3.vpp_pc -> dlc3_us.le_strings
- dlc4.vpp_pc -> dlc4_us.le_strings
- dlc5.vpp_pc -> dlc5_us.le_strings
- dlc6.vpp_pc -> dlc6_us.le_strings
Stupid question, cause I don't know where to find a Tutorial on how to use each of Minimual's Tools.
How did you the ExtractStrings > CMD > CD Filepath > Enter > Application Name > Space > Filename > Enter = Process
and thank you for that info, I'll add that info to my tool if all goes will.
Usually, if you want to know how to use one of Minimaul's tools just enter the toolname without additional arguments like this:
This'll give you an explanation of all required parameters. For example:Code:cd "X:/filepath" ThomasJepp.SaintsRow.ExtractStrings.exe
Looking at the information above, the tool should be used like this:Code:ThomasJepp.SaintsRow.ExtractStrings game input [output] game - The game you wish to build a packfile for. Valid options are "sr2", "srtt", "sriv" and "srgooh". input - The localisation file to extract. [output] - The output file to create. If not specified, the input filename will be used with the exension changed to ".xml".
Code:cd "X:/filepath" ThomasJepp.SaintsRow.ExtractStrings.exe "sriv" "X:/filepath/file.le_strings"