In your mods/pr_sp_08/game folder, locate
realityconfig_local.con and realityconfig_private.con
BACK THEM BOTH UP BEFORE ANYTHING ELSE
Look for this part in each, its towards the bottom:
# PROJECT REALITY KIT REQUEST SYSTEM SETTINGS
#
# The teams that can request kits
# Default is ch, gb, mec, us, usa and chinsurgent
KIT_TEAMS = ['ch', 'gb', 'mec', 'us', 'usa', 'chinsurgent']
#
#
# These are the maximum numbers of each of the limited kits that are available.
# These are done on a per team basis, with the number of players rounded up to 8, 16, 24, or 32.
# So if there are 20 players on the team, the limits in KIT_LIMIT_24 will be used.
# Default for 8 players is 0, 0, 0, 0, 1, 1, 1, 1
# Default for 16 players is 1, 1, 1, 1, 2, 2, 2, 2
# Default for 24 players is 1, 1, 1, 1, 3, 3, 3, 3
# Default for 32 players is 2, 2, 2, 2, 3, 3, 3, 3
KIT_LIMIT_8 = {'sniper': 1, 'riflemanaa': 1, 'at': 1, 'specops': 1, 'marksman': 1, 'assault': 1, 'support': 1, 'riflemanat': 1 }
KIT_LIMIT_16 = {'sniper': 1, 'riflemanaa': 1, 'at': 1, 'specops': 1, 'marksman': 2, 'assault': 2, 'support': 2, 'riflemanat': 2 }
KIT_LIMIT_24 = {'sniper': 1, 'riflemanaa': 1, 'at': 1, 'specops': 1, 'marksman': 3, 'assault': 3, 'support': 3, 'riflemanat': 3 }
KIT_LIMIT_32 = {'sniper': 2, 'riflemanaa': 2, 'at': 2, 'specops': 2, 'marksman': 3, 'assault': 3, 'support': 3, 'riflemanat': 3 }
#
#_________________________________________________
#
#
#///////[**** YOU DON'T NEED TO WORRY ABOUT IS HERE, SKIP DOWN A BIT MORE]///////
#
#
#_________________________________________________
#
# The max number of each limited kits available for each squad
# Default is 2, 2, 2, 2, 1, 1, 1, 1
KIT_LIMITS_SQUAD = { 'sniper': 2, 'riflemanaa': 2, 'at': 2, 'specops': 2, 'marksman': 1, 'support': 1, 'riflemanat': 1, 'assault': 1 }
#
#
# The amount of seconds a kit is available again for request or spawn as pickup kits
# Default is 600 seconds
KIT_ALLOCATION_DELAY = {
'sniper': 60, 'riflemanaa': 60, 'at': 60, 'specops': 60, 'marksman': 60, 'assault': 60, 'support': 60, 'riflemanat': 60,
'm95sniper': 60, 'm82sniper': 60, 'mosinmei': 60, 'mosinmilitia': 60, 'aamei': 60, 'aamilitia': 60, 'hatmilitia': 60,
'svdmei': 60, 'latmei': 60, 'latmilitia': 60, 'pkmmei': 60, 'pkmmilitia': 60, 'pkmpla': 60
}
In realityconfig_local and realityconfig_private
These are what you might wanna look into tweaking for good measures
All the numbers in the
bold section, bump to 3 maybe.
note: Only change the numbers listed after kit names. For example, don't change the 8 for KIT_LIMIT_8 etc.
Maybe bump the
italicized up a bit, just plus one or something in case a squaddie is using the kit
In the
underlined section, maybe drop those numbers a bit to your liking. They're in seconds and will allow you to get a kit quicker after it gets requested before.
Note, these changes will change PRSP from default, so keep that in mind and only make the changes YOU want made. You can make it super easy to get a kit[what
I do for brainless killing in a quick match] or you can just make a few changes to make it a bit easier to get a kit now and then
For example, find:
DISTANCE_PICKUP =
And give it a number like 5000. This will let you request a kit from pretty much anywhere provided you have a rallypoint or firebase.
There's a lot of little tweaking you can do since SP is offline
There's a thread on it somewhere, but I'm droning on and on and it's 2:50AM!... hope you get your L-AT kit!