QuestionHow to find Weapon ID based on StorageID?

Posts 18 of 8 · Page 1 of 1
How to find Weapon ID based on StorageID?
I got list of storageID on game packet

Code:
C0001
C0002
C0007
C0008
C0009
...
C0818
C0861
C0866
C0915
C1006
...
How to find correct ID/Name of weapon like as C0007/8/9 is Grenade, Flashbang,....

Thanks for your time to see my post!
You can get the game item information by extracting the item.cft file from the RB001.rez (it's the RF301.rez file on current clients) and converting the .cft file into an excel table using the CFT_to_CSV tool.
Quote Originally Posted by bingusdingus View Post
You can get the game item information by extracting the item.cft file from the RB001.rez (it's the RF301.rez file on current clients) and converting the .cft file into an excel table using the CFT_to_CSV tool.
I try with CFREZ 3.0 to extract file from the RB001.rez . (Im using CFVN client, RF301 not found).
But it isn't not working, i didn't see the item.cft on the extract folder.

Is there any other way?
Quote Originally Posted by huyvandnc View Post
I try with CFREZ 3.0 to extract file from the RB001.rez . (Im using CFVN client, RF301 not found).
But it isn't not working, i didn't see the item.cft on the extract folder.

Is there any other way?
Perhaps through hooks, but I am not able to help you get the information by this method.

I downloaded the CFVN to help you and found that the file that holds the item.cft in CFVN is RF100.rez, which is different from the clients I'm used to (CFWE, CFBR).

Here is the file already converted to .csv, I got it through the CFVN client in version 1451:
i.imgur .com/OC7ZWVh .png



Scans(remove spaces before ".com"): virustotal .com/gui/file/138fed449ae27cd6247cdcced227758ff318b69ba23c212a02 433e5ae128b2dc?nocache=1
virustotal .com/gui/file/20c5d8fe5130c386430d5a96fdff1e1e4c39aa3debd0328e32 e73fbcff8c841c?nocache=1
Item_Unicode_mpgh.net.zip835 KB · 23 downloads Clean
Wow, Thank you so much for take times to do it.
Hello, can you help me? I failed to unpack the CharacterType.CFT file
Quote Originally Posted by bingusdingus View Post
You can get the game item information by extracting the item.cft file from the RB001.rez (it's the RF301.rez file on current clients) and converting the .cft file into an excel table using the CFT_to_CSV tool.
Hello, can you help me? I failed to unpack the CharacterType.CFT file,Or can you share with me a copy of your unpacking tool?
Quote Originally Posted by huyvandnc View Post
I got list of storageID on game packet

Code:
C0001
C0002
C0007
C0008
C0009
...
C0818
C0861
C0866
C0915
C1006
...
How to find correct ID/Name of weapon like as C0007/8/9 is Grenade, Flashbang,....

Thanks for your time to see my post!
Credits: d1sc0rD: Crossfire Zetta
Item_mpgh.net.zip114 KB · 13 downloads Clean
Quote Originally Posted by huyvandnc View Post
I got list of storageID on game packet

Code:
C0001
C0002
C0007
C0008
C0009
...
C0818
C0861
C0866
C0915
C1006
...
How to find correct ID/Name of weapon like as C0007/8/9 is Grenade, Flashbang,....

Thanks for your time to see my post!
You can find it on IDA String "ItemCode" and just assemble everything.
Posts 18 of 8 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?