Jump to content
  • 0

Loot.h Turning up the loot


bustedparts

Question

I am looking to turn up the amount of loot that is spawned out on the map. Mainly I have been running around the server and haven't found any of the marksman dlc weapons or ammo. 

// All Marksman DLC weapons without attachments
class SniperRifleMarkDLC
{
items[] = {
{ { "srifle_DMR_02_F", "weapon" }, 1 },
{ { "srifle_DMR_02_camo_F", "weapon" }, 1 },
{ { "srifle_DMR_02_sniper_F", "weapon" }, 1 },
{ { "srifle_DMR_03_F", "weapon" }, 1 },
{ { "srifle_DMR_03_khaki_F", "weapon" }, 1 },
{ { "srifle_DMR_03_tan_F", "weapon" }, 1 },
{ { "srifle_DMR_03_multicam_F", "weapon" }, 1 },
{ { "srifle_DMR_03_woodland_F", "weapon" }, 1 },
{ { "srifle_DMR_03_spotter_F", "weapon" }, 1 },
{ { "srifle_DMR_04_F", "weapon" }, 1 },
{ { "srifle_DMR_04_Tan_F", "weapon" }, 1 },
{ { "srifle_DMR_05_blk_F", "weapon" }, 1 },
{ { "srifle_DMR_05_hex_F", "weapon" }, 1 },
{ { "srifle_DMR_05_tan_f", "weapon" }, 1 },
{ { "srifle_DMR_06_camo_F", "weapon" }, 1 },
{ { "srifle_DMR_06_olive_F", "weapon" }, 1 }
};
};
Is this what is used to spawn the new shininess in? And if it is do I increase the numerical value?
Thanks
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

If you want to turn up the DLC stuff that's not the place to do it.  That section is just telling the server which weapons are included as part of the class SniperRifleMarkDLC.  If you want to adjust the weights, look up above there just a little ways and you will see the section that has larger numbers in it.  Class SniperRifle.  If you want the DLC stuff to spawn more you will need to change those numbers there.  Those are the weights for the sniper rifle class.  Look for sections that have larger numbers that add up to 100.  Raise the values where you want those items to spawn more often.  Consequently, you'll have to lower the values on some others.  You shouldn't let any class go over 100 total or it will have unpredictable results.  

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...