Butch: Difference between revisions
Appearance
Created page with "<center> {| class="wikitable" |+ Butch |- | colspan="2" | 300px|Butch |- | Model: || cast_shorty |- | Skin: || 131 130 010 |- | Health: || 100 |- | Weapon: || 2 Pistols |- | Cash: || 0 |- | Moral: || 0 |- | Acc: || 2 |- | Call: || 3 |} </center> Butch can be found on map rc1. In SDK hidden: <syntaxhighlight lang="c"> voice_table_t rc_butch[] = { {NULL, "You must be the badass we've been hearin' about",..." |
mNo edit summary |
||
Line 24: | Line 24: | ||
Butch can be found on [[maps|map]] rc1. | Butch can be found on [[maps|map]] rc1. | ||
Voice table: | |||
<syntaxhighlight lang="c"> | <syntaxhighlight lang="c"> | ||
voice_table_t rc_butch[] = | voice_table_t rc_butch[] = |
Latest revision as of 23:52, 2 April 2025
![]() | |
Model: | cast_shorty |
Skin: | 131 130 010 |
Health: | 100 |
Weapon: | 2 Pistols |
Cash: | 0 |
Moral: | 0 |
Acc: | 2 |
Call: | 3 |
Butch can be found on map rc1.
Voice table:
voice_table_t rc_butch[] =
{
{NULL, "You must be the badass we've been hearin' about", "You must be the @*%$#! we've been hearin' about", "rc/actors/male/butch/badass1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "Hey, word on you is all over the street", "Hey, word on you is all over the street", "rc/actors/male/butch/badass2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "You've put yourself up quite a wrap", "You've put yourself up quite a wrap", "rc/actors/male/butch/badass3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "There's three freaks in that tunnel... you wanna join us you gotta take them out with a crowbar", "There's three freaks in that tunnel... you wanna join us you gotta take them out with a crowbar", "rc/actors/male/butch/tunnel1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "You ready to take on some tunnel freaks? Let's see you trash all three of those sick fucks with just a crowbar", "You ready to take on some tunnel freaks? Let's see you trash all three of those sick @*%$#! with just a crowbar", "rc/actors/male/butch/tunnel2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "Hey, I told you what you got to do... get hot", "Hey, I told you what you got to do... get hot", "rc/actors/male/butch/go1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "So get goin already", "So get goin already", "rc/actors/male/butch/go2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "You don't listen too well do ya asshole? I said use a fuckin' crowbar", "You don't listen too well do ya @*%$#!? I said use a @*%$#! crowbar", "rc/actors/male/butch/gun1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "You's supposed to use a crowbar... usin' a gun don't mean shit", "You's supposed to use a crowbar... usin' a gun don't mean @*%$#!", "rc/actors/male/butch/gun2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "Nice work... a little messy, but nice. Alright, you can run with us", "Nice work... a little messy, but nice. Alright, you can run with us", "rc/actors/male/butch/nice1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "You're one tough motherfucker man, you can definately join the jokers", "You're one tough @*%$#! man, you can definately join the jokers", "rc/actors/male/butch/nice2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "We're at fuckin' war with the dragons... we ain't got time for your shit", "We're at @*%$#! war with the dragons... we ain't got time for your @*%$#!", "rc/actors/male/butch/special1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "You wanna join our gang? It's gonna cost you five hundred", "You wanna join our gang? It's gonna cost you five hundred", "rc/actors/male/butch/special2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "That was fuckin' awesome man. And with nothin' but a crowbar. Alright, you one of us now", "That was @*%$#! awesome man. And with nothin' but a crowbar. Alright, you one of us now", "rc/actors/male/butch/special3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
};