I'm in the process of modifying the admin menu so that all items in the game also appear in the admin spawn menu.
I'm looking for a description of these items:
classsrifle_DMR_02_F { price = 150; };
classsrifle_DMR_02_camo_F { price = 150; };
classsrifle_DMR_02_sniper_F { price = 150; };
classsrifle_DMR_03_F { price = 150; };
classsrifle_DMR_03_khaki_F { price = 150; };
classsrifle_DMR_03_tan_F { price = 150; };
classsrifle_DMR_03_multicam_F { price = 150; };
classsrifle_DMR_03_woodland_F { price = 150; };
classsrifle_DMR_03_spotter_F { price = 150; };
classsrifle_DMR_04_Tan_F { price = 150; };
classsrifle_DMR_05_blk_F { price = 150; };
classsrifle_DMR_05_hex_F { price = 150; };
classsrifle_DMR_05_tan_f { price = 150; };
classsrifle_DMR_06_camo_F { price = 150; };
classsrifle_DMR_06_olive_F { price = 150; };
I suspect the answer lies in the encrypted "ebo" file(s) that are in the Marksmen DLC, which is why these are not easy to find. Does anyone have a source of class names -> descriptions for all DLC content?
Question
phm
I'm in the process of modifying the admin menu so that all items in the game also appear in the admin spawn menu.
I'm looking for a description of these items:
class srifle_DMR_02_F { price = 150; };
class srifle_DMR_02_camo_F { price = 150; };
I suspect the answer lies in the encrypted "ebo" file(s) that are in the Marksmen DLC, which is why these are not easy to find. Does anyone have a source of class names -> descriptions for all DLC content?
Thanks in advance
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now