21 cShowFPS : boolean = false; |
21 cShowFPS : boolean = false; |
22 cAltDamage : boolean = true; |
22 cAltDamage : boolean = true; |
23 cReducedQuality : LongWord = rqNone; |
23 cReducedQuality : LongWord = rqNone; |
24 //userNick is in uChat |
24 //userNick is in uChat |
25 recordFileName : shortstring = ''; |
25 recordFileName : shortstring = ''; |
26 cReadyDelay : Longword = 0; |
26 cReadyDelay : Longword = 5000; |
27 cLogfileBase : shortstring = 'debug'; |
27 cLogfileBase : shortstring = 'debug'; |
28 ////////////////////////// |
28 ////////////////////////// |
29 |
29 |
30 alsoShutdownFrontend: boolean = false; |
30 alsoShutdownFrontend: boolean = false; |
31 |
31 |
589 (FileName: 'bee.ogg'; Path: ptSounds),// sndBee |
589 (FileName: 'bee.ogg'; Path: ptSounds),// sndBee |
590 (FileName: 'Jump1.ogg'; Path: ptVoices),// sndJump1 |
590 (FileName: 'Jump1.ogg'; Path: ptVoices),// sndJump1 |
591 (FileName: 'Jump2.ogg'; Path: ptVoices),// sndJump2 |
591 (FileName: 'Jump2.ogg'; Path: ptVoices),// sndJump2 |
592 (FileName: 'Jump3.ogg'; Path: ptVoices),// sndJump3 |
592 (FileName: 'Jump3.ogg'; Path: ptVoices),// sndJump3 |
593 (FileName: 'Yessir.ogg'; Path: ptVoices),// sndYesSir |
593 (FileName: 'Yessir.ogg'; Path: ptVoices),// sndYesSir |
|
594 (FileName: 'Yessir1.ogg'; Path: ptVoices),// sndYesSir1 |
|
595 (FileName: 'Yessir2.ogg'; Path: ptVoices),// sndYesSir2 |
|
596 (FileName: 'Yessir3.ogg'; Path: ptVoices),// sndYesSir3 |
594 (FileName: 'Laugh.ogg'; Path: ptVoices),// sndLaugh |
597 (FileName: 'Laugh.ogg'; Path: ptVoices),// sndLaugh |
595 (FileName: 'Illgetyou.ogg'; Path: ptVoices),// sndIllGetYou |
598 (FileName: 'Illgetyou.ogg'; Path: ptVoices),// sndIllGetYou |
596 (FileName: 'Incoming.ogg'; Path: ptVoices),// sndIncoming |
599 (FileName: 'Incoming.ogg'; Path: ptVoices),// sndIncoming |
597 (FileName: 'Missed.ogg'; Path: ptVoices),// sndMissed |
600 (FileName: 'Missed.ogg'; Path: ptVoices),// sndMissed |
598 (FileName: 'Stupid.ogg'; Path: ptVoices),// sndStupid |
601 (FileName: 'Stupid.ogg'; Path: ptVoices),// sndStupid |