From 1659d24c4a17b657d0d41ef0d65bb1f4bf2b1e3f Mon Sep 17 00:00:00 2001 From: Greyscale Date: Fri, 17 Apr 2009 21:06:25 +0200 Subject: [PATCH] Fixed newlines in hitgroups.txt --- .../addons/sourcemod/configs/zr/hitgroups.txt | 140 +++++++++--------- .../configs/zr/weapons/weapongroups.txt | 136 ++++++++--------- 2 files changed, 138 insertions(+), 138 deletions(-) diff --git a/cstrike/addons/sourcemod/configs/zr/hitgroups.txt b/cstrike/addons/sourcemod/configs/zr/hitgroups.txt index 075b4cc..6b71d48 100644 --- a/cstrike/addons/sourcemod/configs/zr/hitgroups.txt +++ b/cstrike/addons/sourcemod/configs/zr/hitgroups.txt @@ -1,70 +1,70 @@ -// Hitgroups -// -// Format -// -// "hitgroup index" // Index of the hitgroup (listed below) -// { -// "name" "name of hitgroup" // Redundant as of now, used for readability. -// "knockback" "1.0" (default) // The knockback multiplier for the hitgroup -// } -// -// Notes: -// -// A missing config setting will be assumed to be its default value (documented above). - -"hitgroups" // Counter-Strike: Source hitgroups -{ - "0" - { - "name" "Generic" - "knockback" "1.0" - } - - "1" - { - "name" "Head" - "knockback" "2.0" - } - - "2" - { - "name" "Chest" - "knockback" "1.3" - } - - "3" - { - "name" "Stomach" - "knockback" "1.2" - } - - "4" - { - "name" "Left Arm" - "knockback" "1.0" - } - - "5" - { - "name" "Right Arm" - "knockback" "1.0" - } - - "6" - { - "name" "Left Leg" - "knockback" "0.9" - } - - "7" - { - "name" "Right Leg" - "knockback" "0.9" - } - - "10" - { - "name" "Gear" - "knockback" "1.0" - } -} +// Hitgroups +// +// Format +// +// "hitgroup index" // Index of the hitgroup (listed below) +// { +// "name" "name of hitgroup" // Redundant as of now, used for readability. +// "knockback" "1.0" (default) // The knockback multiplier for the hitgroup +// } +// +// Notes: +// +// A missing config setting will be assumed to be its default value (documented above). + +"hitgroups" // Counter-Strike: Source hitgroups +{ + "0" + { + "name" "Generic" + "knockback" "1.0" + } + + "1" + { + "name" "Head" + "knockback" "2.0" + } + + "2" + { + "name" "Chest" + "knockback" "1.3" + } + + "3" + { + "name" "Stomach" + "knockback" "1.2" + } + + "4" + { + "name" "Left Arm" + "knockback" "1.0" + } + + "5" + { + "name" "Right Arm" + "knockback" "1.0" + } + + "6" + { + "name" "Left Leg" + "knockback" "0.9" + } + + "7" + { + "name" "Right Leg" + "knockback" "0.9" + } + + "10" + { + "name" "Gear" + "knockback" "1.0" + } +} diff --git a/cstrike/addons/sourcemod/configs/zr/weapons/weapongroups.txt b/cstrike/addons/sourcemod/configs/zr/weapons/weapongroups.txt index 748c092..bb36deb 100644 --- a/cstrike/addons/sourcemod/configs/zr/weapons/weapongroups.txt +++ b/cstrike/addons/sourcemod/configs/zr/weapons/weapongroups.txt @@ -1,69 +1,69 @@ -// Weapon Groups -// (See list of weapons in weapons.txt) - -// Format -// -// -// "weapon group name" (how it appears in chat messages) -// { -// "weaponname" {} <-- To satisfy the standard format of a keyvalues file, -// without these brackets the weapon will be skipped. -// Invalid weapons are logged and skipped. -// } -// -// Notes: -// -// Invalid weapons (not in weapons.txt) will be logged in the error logs and ignored in-game - -"weapongroups" -{ - "Pistols" - { - "Glock" {} - "USP" {} - "P228" {} - "Deagle" {} - "Elite" {} - "Fiveseven" {} - } - - "Shotguns" - { - "M3" {} - "XM1014" {} - } - - "SMGs" - { - "Mac10" {} - "TMP" {} - "MP5Navy" {} - "UMP45" {} - "P90" {} - } - - "Rifles" - { - "Galil" {} - "Famas" {} - "AK47" {} - "M4A1" {} - "SG552" {} - "AUG" {} - } - - "Snipers" - { - "Scout" {} - "SG550" {} - "G3SG1" {} - "AWP" {} - } - - "Grenades" - { - "hegrenade" {} - "flashbang" {} - "smokegrenade" {} - } +// Weapon Groups +// (See list of weapons in weapons.txt) + +// Format +// +// +// "weapon group name" (how it appears in chat messages) +// { +// "weaponname" {} <-- To satisfy the standard format of a keyvalues file, +// without these brackets the weapon will be skipped. +// Invalid weapons are logged and skipped. +// } +// +// Notes: +// +// Invalid weapons (not in weapons.txt) will be logged in the error logs and ignored in-game + +"weapongroups" +{ + "Pistols" + { + "Glock" {} + "USP" {} + "P228" {} + "Deagle" {} + "Elite" {} + "Fiveseven" {} + } + + "Shotguns" + { + "M3" {} + "XM1014" {} + } + + "SMGs" + { + "Mac10" {} + "TMP" {} + "MP5Navy" {} + "UMP45" {} + "P90" {} + } + + "Rifles" + { + "Galil" {} + "Famas" {} + "AK47" {} + "M4A1" {} + "SG552" {} + "AUG" {} + } + + "Snipers" + { + "Scout" {} + "SG550" {} + "G3SG1" {} + "AWP" {} + } + + "Grenades" + { + "hegrenade" {} + "flashbang" {} + "smokegrenade" {} + } } \ No newline at end of file