New pages
Appearance
22 July 2025
- 00:3500:35, 22 July 2025 Installing the Game Linux (hist | edit) [5,642 bytes] FREDZ (talk | contribs) (Created page with "There wasn't a retail Linux version of this game, instead the developers provided a downloadable tarball with Linux binaries to use with the Windows CD. In the readme that comes with it says: <syntaxhighlight lang="text"> To install the Kingpin files, you will need to install Kingpin under win32, and then mount the installation folder under linux, and copy the installed files across. Kingpin requires approx 550mb of free hard drive space. </syntaxhighlight> There is als...")
5 April 2025
- 22:0422:04, 5 April 2025 Xatrix Skins (hist | edit) [5,325 bytes] FREDZ (talk | contribs) (Created page with "<center> {| class="wikitable" |- | colspan="2" | 300px |- | Model: || female_chick |- | Skin: || 603 300 300 |- | Name: || Unknown? |} {| class="wikitable" |- | colspan="2" | 300px |- | Model: || female_chick |- | Skin: || 604 300 300 |- | Name: || Unknown? |} {| class="wikitable" |- | colspan="2" | 300px |- | Model: || male_runt |- | Skin...")
- 00:0900:09, 5 April 2025 Jed (hist | edit) [809 bytes] FREDZ (talk | contribs) (Created page with "Old name for Fingers? <syntaxhighlight lang="c"> // Test script using doors.bsp case NAME_JED: if (!strcmp( scriptname, "jed_script" )) { // Tell Jed to start evading Buster ent->enemy = EP_GetCharacter( NAME_BUSTER ); AI_RecordSighting( ent, ent->enemy, VectorDistance( ent->s.origin, ent->enemy->s.origin ) ); ent->cast_info.currentmove = ent->cast_info.move_evade; } break; case NAME_BUSTER: if (!strcmp( scriptname, "buster_script" ))...")
4 April 2025
- 23:3823:38, 4 April 2025 Rover (hist | edit) [333 bytes] FREDZ (talk | contribs) (Created page with "<center> {| class="wikitable" |+ Rover |- | colspan="2" | 300px|Rover |- | Model: || cast_dog |- | Skin: || 1 |- | Health: || 100 |} </center> Rover can be found on map sr2. Lamont pet. <syntaxhighlight lang="c"> #define NAME_ROVER 31 // Lamont's mutt </syntaxhighlight>")
- 23:2423:24, 4 April 2025 Pete (hist | edit) [1,738 bytes] FREDZ (talk | contribs) (Created page with "<center> {| class="wikitable" |+ Pete |- | colspan="2" | 300px|Pete |- | Model: || cast_bum_sit |- | Skin: || 029 011 015 |- | Health: || 80 |- | Cash: || 0 |} </center> Pete can be found on map steel1. Voice table: <syntaxhighlight lang="c"> voice_table_t steeltown_pete[]= { {NULL, "...don't serve me drinks no more", "...don't serve me drinks no more", "actors/male/pete/rand1.wav", 0, {0,0,0,0,...")
- 23:2123:21, 4 April 2025 Ed (hist | edit) [320 bytes] FREDZ (talk | contribs) (Created page with "<center> {| class="wikitable" |+ Ed |- | colspan="2" | 300px|Ed on map sr2 |- | Model: || cast_bum_sit |- | Skin: || 024 017 011 |- | Health: || 100 |- | Cash: || 0 |} </center> Ed can be found on map sr2. Same skin as Nick & Rummy.")
- 23:1823:18, 4 April 2025 Rummy (hist | edit) [3,151 bytes] FREDZ (talk | contribs) (Created page with "<center> {| class="wikitable" |+ Rummy |- | colspan="2" | 300px|Rummy |- | Model: || cast_bum_sit |- | Skin: || 024 017 011 |- | Health: || 80 |- | Cash: || 0 |} </center> Nick can be found on map sr1. Same skin as Ed & Nick. Wants Whiskey. Voice table: <syntaxhighlight lang="c"> voice_table_t rummy [] = { // 0 {NULL, "swat", "swat", "actors/bum/swat.wav", 0, {0,0,0,0,0},0,0 , TT_POSITIVE}, {NUL...")
- 23:1523:15, 4 April 2025 Nick (hist | edit) [1,735 bytes] FREDZ (talk | contribs) (Created page with "<center> {| class="wikitable" |+ Nick |- | colspan="2" | 300px|Nick |- | Model: || cast_bum_sit |- | Skin: || 024 017 011 |- | Health: || 80 |- | Cash: || 0 |} </center> Nick can be found on map sr3. Same skin as Ed & Rummy Voice table: <syntaxhighlight lang="c"> voice_table_t nick[] = { {NULL, "better keep your ass out of there if you know what's good for you", "better keep your @*%$...")