Results 1 to 8 of 8
  1. #1
    huyvandnc's Avatar
    Join Date
    May 2023
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    2

    Question 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!

  2. #2
    bingusdingus's Avatar
    Join Date
    May 2023
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    5
    My Mood
    Happy
    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.

  3. The Following User Says Thank You to bingusdingus For This Useful Post:

    huyvandnc (05-08-2023)

  4. #3
    huyvandnc's Avatar
    Join Date
    May 2023
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    2

    Question

    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?

  5. #4
    bingusdingus's Avatar
    Join Date
    May 2023
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    5
    My Mood
    Happy
    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
    <b>Downloadable Files</b> Downloadable Files
    Last edited by bingusdingus; 05-08-2023 at 08:06 PM.

  6. The Following 3 Users Say Thank You to bingusdingus For This Useful Post:

    CiynA. (05-13-2023),huyvandnc (05-09-2023),JB.UC (05-18-2023)

  7. #5
    huyvandnc's Avatar
    Join Date
    May 2023
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    2

    Red face

    Wow, Thank you so much for take times to do it.

  8. The Following User Says Thank You to huyvandnc For This Useful Post:

    bingusdingus (05-09-2023)

  9. #6
    Mirtazapina's Avatar
    Join Date
    Sep 2021
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    2
    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
    <b>Downloadable Files</b> Downloadable Files

  10. The Following 2 Users Say Thank You to Mirtazapina For This Useful Post:

    bingusdingus (05-09-2023),huyvandnc (05-09-2023)

  11. #7
    awdacwadc's Avatar
    Join Date
    Oct 2018
    Gender
    female
    Posts
    41
    Reputation
    10
    Thanks
    7
    My Mood
    Amazed
    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.

  12. #8
    YuAile's Avatar
    Join Date
    Sep 2023
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    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?