how to use npc cruncher tool?

  • Thread starter Thread starter F13
  • Start date Start date
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:
Here's a picture of pierce after i played with him...
20160610172034_1.jpg
 
The batch says that it doesn't recognize sr2_npc_table_crunch.exe and it doesn't even generate a CVTF file
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.
 
Back
Top