home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Devil's Doorknob BBS Capture (1996-2003)
/
devilsdoorknobbbscapture1996-2003.iso
/
Dloads
/
SYSOP
/
MODS1.ZIP
/
DREAM03.MOD
< prev
next >
Wrap
Text File
|
1994-05-06
|
2KB
|
54 lines
Unca Scrooge #1 @8398
Wed May 04 13:01:30 1994
0R: net33: @2077 (via @1040) [07:17 05/06/94]
0R: net33: @1040 (via @6211) [20:40 05/04/94]
0R 34 05/05 00:29 WWIVnet ->6211
0R: net33: @8398 [13:15 05/04/94]
9───────────────────────────────────────────────────────────────────────────────0
Unca Scrooge #188 @2077
Wed Mar 10 12:35:34 1993
┌────────────────────────────────────────────────────────────────────────────┐
│ Mod Name: Dream003.mod Date: 03/05/93 │
│ Difficulty: █▒▒▒▒▒▒▒▒▒▒ Mod Authors: Unca Scrooge │
│ WWIV Version: 4.22 1@3759 WWIVnet │
│ Files Affected: Conio.C │
│ Description: Add/Subtract 10 minutes when pressing F7/F8 │
│ │
└────────────────────────────────────────────────────────────────────────────┘
Disclaimer : Works here, and I didn't make ya install it!
Notes : Saves fingers! SIMPLE, SIMPLE mod... just thought someone
like it. Only take a couple minutes!
Load up CONIO.C and search for :
case 65: /* F7 */
thisuser.extratime-=5.0*60.0;
tleft(0);
break;
case 66: /* F8 */
thisuser.extratime+=5.0*60.0;
tleft(0);
break;
block read this its place, or change the 5.0 to 10.0 (or whatever)
case 65: /* F7 */
thisuser.extratime-=10.0*60.0;
tleft(0);
break;
case 66: /* F8 */
thisuser.extratime+=10.0*60.0;
tleft(0);
break;
Save and re-compile