how to use npc cruncher tool?

F

F13

Guest
QUESTION: So a tool was released that allows us to edit npc's by crunching them into a cvtf file. The only problem is I'm not sure how to do this. I looked at idolninja's vehicle crunching tutorial and tried similar on the npc file but it didn't work. How do you crunch npc files into a cvtf file?

ANSWER: 1) Edit the chances of an npc's clothing in their xtbl file (example|: npc_gat.xtbl)
2) make a folder called "tables" and put the xtbl file in that folder.
3) make a file called "crunch", save it as a batch file and write this code in it(npc_gat will be an example):

Code:
sr2_npc_table_crunch.exe -output_name npc_gat.cvtf -cust_table tables\npc_gat.xtbl -variant_table tables\npc_gat.xtbl
pause

right click on this file and click run as administrator. this will create a cvtf file. place it in patch.vpp_pc.
 
Last edited by a moderator:
You do know there is an "Edit" tool for the forum? I admit I've done the same thing too post after post ;)
https://www.saintsrowmods.com/forum/help/terms
"DO NOT double/triple/quadruple/etc post. If you have something else to say then use the EDIT button instead of adding multiple posts in a row."
 
Here's a picture of pierce after i played with him...
20160610172034_1.jpg
 
Back
Top