Goldeneye Source Additional Custom Sets
Ever in need for some more custom set's for your goldeneye source server? Look no further this may be the topic for you!
Here are the sets!Overpowered is a Thing - A OP Weapon set
Explosives Only - A Set with only explosives
PP7 Arena 2.0 - It's not just about one PP7 How about all PP7 from the game?
Mine Arena - All mines from the game in one set
Russian's Army Gear - A set that are commonly used by the russian army
Terrorist Invasion Set - Terrorist related weapons (WARNING: Suicide Bombers)
Mafia's Roulette - Weapons that are mostly used by the mafia
Beanbag Shotmag - Shotguns and Magnums only. (shotmag as in shotgun and magnum)
stealth set - silenced weapons only (already in since 5.0 but this list was made in 4.2)
The Download:Just copy-paste the code in: C:\Program Files (x86)\Steam\steamapps\sourcemods\gesource\scripts\loadouts\weapon_sets_custom.txt (remember to remove "custom sets" and { if you wanting to keep the other sets
"Custom Sets"
{
"stealth"
{
"print_name" "Stealth Set"
"weight" "0"
"weapons"
{
"0" "KNIFE"
"1" "KNIFE_THROWING"
"2" "KNIFE_THROWING"
"3" "KNIFE_THROWING"
"4" "PP7_SILENCED"
"5" "PP7_SILENCED"
"6" "SNIPER_RIFLE"
"7" "D5K_SILENCED"
}
}
"overpowered"
{
"print_name" "Overpowered is a Thing"
"weight" "0"
"weapons"
{
"0" "MOONRAKER"
"1" "ROCKET_LAUNCHER"
"2" "GRENADE_LAUNCHER"
"3" "ROCKET_LAUNCHER"
"4" "GRENADE_LAUNCHER"
"5" "SILVER_PP7"
"6" "GOLDEN_GUN"
"7" "GOLDEN_PP7"
}
}
"explosivesonly"
{
"print_name" "Explosives Only"
"weight" "0"
"weapons"
{
"0" "GRENADE"
"1" "GRENADE"
"2" "GRENADE_LAUNCHER"
"3" "ROCKET_LAUNCHER"
"4" "GRENADE_LAUNCHER"
"5" "ROCKET_LAUNCHER"
"6" "REMOTEMINE"
"7" "PROXIMITYMINE"
}
}
"pp7arena2"
{
"print_name" "PP7 Arena 2.0"
"weight" "0"
"weapons"
{
"0" "PP7_SILENCED"
"1" "PP7_SILENCED"
"2" "PP7"
"3" "PP7"
"4" "SILVER_PP7"
"5" "SILVER_PP7"
"6" "GOLDEN_PP7"
"7" "GOLDEN_PP7"
}
}
"minearena"
{
"print_name" "Mine Arena"
"weight" "0"
"weapons"
{
"0" "REMOTEMINE"
"1" "REMOTEMINE"
"2" "REMOTEMINE"
"3" "REMOTEMINE"
"4" "TIMEDMINE"
"5" "TIMEDMINE"
"6" "PROXIMITYMINE"
"7" "PROXIMITYMINE"
}
}
"russianset"
{
"print_name" "Russian Army Gear"
"weight" "0"
"weapons"
{
"0" "KLOBB"
"1" "KLOBB"
"2" "DD44"
"3" "DD44"
"4" "GRENADE"
"5" "KF7"
"6" "KF7"
"7" "SNIPER_RIFLE"
}
}
"terroristset"
{
"print_name" "Terrorist Invasion Set"
"weight" "0"
"weapons"
{
"0" "KF7"
"1" "KF7"
"2" "KF7"
"3" "PROXIMITYMINE"
"4" "TIMEDMINE"
"5" "REMOTEMINE"
"6" "GRENADE"
"7" "ROCKET_LAUNCHER"
}
}
"mafiaset"
{
"print_name" "Mafia's Roulette"
"weight" "0"
"weapons"
{
"0" "DD44"
"1" "KF7"
"2" "KF7"
"3" "ZMG"
"4" "SHOTGUN"
"5" "SHOTGUN"
"6" "GRENADE"
"7" "CMAG"
}
}
"beanbagset"
{
"print_name" "Beanbag shotmag"
"weight" "0"
"weapons"
{
"0" "CMAG"
"1" "CMAG"
"2" "CMAG"
"3" "SHOTGUN"
"4" "SHOTGUN"
"5" "SHOTGUN"
"6" "AUTO_SHOTGUN"
"7" "AUTO_SHOTGUN"
}
}
}