Skip to content

Commit de02d27

Browse files
committed
implement more killicons. credit to NeoDement
1 parent df9ec6b commit de02d27

19 files changed

+4096
-40
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ BDSBASE_TEMP_FIXDYNAMICMODELS
100100
## Credits:
101101
- TheBetaM for the custom schema code. (https://github.com/TheBetaM/tf-solo)
102102
- rafradek for some bot AI changes (sigsegv-mvm) (https://github.com/rafradek/sigsegv-mvm)
103+
- Missing Killicons Pack by NeoDement
104+
- The Valve Developer Community for the following articles:
105+
https://developer.valvesoftware.com/wiki/Detail_props/Aspect_ratio_fix
106+
https://developer.valvesoftware.com/wiki/General_SDK_Snippets_%2526_Fixes
103107

104108
## Setup:
105109
Read Autumn/Misyl's setup guide at README_FROG.md for detailed setup.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
"UnlitGeneric"
2+
{
3+
"$baseTexture" "hud/d_images_community"
4+
"$translucent" "1"
5+
"$vertexcolor" "1"
6+
"$vertexalpha" "1"
7+
"$ignorez" "1"
8+
"$no_fullbright" 1
9+
"%keywords" "tf"
10+
}
64.2 KB
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
"UnlitGeneric"
2+
{
3+
"$baseTexture" "hud/dneg_images_community"
4+
"$translucent" "1"
5+
"$vertexcolor" "1"
6+
"$vertexalpha" "1"
7+
"$ignorez" "1"
8+
"$no_fullbright" 1
9+
"%keywords" "tf"
10+
}
64.2 KB
Binary file not shown.

game/mod_tf/scripts/items/items_game.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61824,6 +61824,8 @@
6182461824
{
6182561825
"nameable" "1"
6182661826
}
61827+
"item_logname" "gas"
61828+
"item_iconname" "gas"
6182761829
"show_in_armory" "1"
6182861830
"item_type_name" "#TF_Weapon_Jar_Gas"
6182961831
"item_name" "#TF_GasPasser"

0 commit comments

Comments
 (0)