############################################################################### # iCEView configuration file # Written by Friar TuckúiCE # # # Valid Modes: TEXT25,TEXT50,VGA320,SVGA640,SVGA800,SVGA1024 # *** not implemented DefaultMode=VGA320 # Bad video modes. Don't use these. # *** not implemented BadMode=SVGA400 # # Some variable defaults # # This makes the smooth scrolling portion automatically start down. AutoScroll=YES # This enables/disables the smooth scroller. If disabled, uses ANIM parser. SmoothScroll=YES # This includes iCECOLOR support. IceColor=YES # This makes the menu automagically track extension type. TrackType=NO # This is for Tseng ET4000 vidcards. NOTICE it completely disables VGAW. VGABugFix=NO # This controls the debug window and pause. DebugMode=NO # This is to specify if the status bar is default on or off. StatusBar=NO # This turns off alphabetizing the list, as well as the letter hotkeys. Alphabetize=NO # Turn off if it's gonna take six weeks to run SAUCE. SAUCEDetect=NO # You feel like gambling? DeleteConfirm=YES # Virus check all .EXEs? CRCCheck=YES # Allow swap to EMS? EMS_Swap=NO # how much K should we ask for? (lower under Win95!) # this is in K. 8Megs allows 51,200 line ANSIs. 6400 lines/meg. # Limits: 128k-8192k EMS_Request=128k # Display speeds for text mode (scan lines/retrace) TextStart=8 TextFast=48 TextSlow=24 # # Types of files: RIP,ANSI,ANIM,GIF,JPEG,PCX # Extension=.ICE,ANSI Extension=.MEM,ANSI Extension=.NFO,ANSI Extension=.ANS,ANSI Extension=.DOC,ANSI Extension=.ASC,ANSI Extension=.SIT,ANSI Extension=.STS,ANSI Extension=.GIF,GIF Extension=.IDF,IDF Extension=.RIP,RIP # # Filename for Description File DescriptFile=*.DSC # # Backup if no COMSPEC environment variable found (for DOS shell) ComSpec=C:\DOS\COMMAND.COM # # File patterns to exclude from file list. Uses UNIX wildcards. # Does not affect DIR or DRIVE list. # Exclude iCEView, ACiDView, etc. Exclude=*VIEW*EXE* # Exclude KV.EXE, TV.EXE, XV.EXE etc. Exclude=?V*EXE # Inclusions Include=*.ICE Include=*.MEM Include=*.NFO Include=*.ANS Include=*.DOC Include=*.ASC Include=*.SIT Include=*.STS Include=*.BIN Include=*.GIF Include=*.RIP Include=*.IDF # iCEDraw Format Include=*.EXE Include=*.COM Include=*.MOV Include=*.MPG # I have these set to play through DMP Include=*.S3M # Look ma! ZIP viewing and shit! Include=*.ZIP ############################################################################### # External protocols # format: External=EXTENSION:COMMANDLINE # # $F = filename # A trailing "=" indicates a pause after running. # # Any programs referenced here MUST be on the path, or have a full path # specified. # External=*.JPG:PV $F # Archivers... External=*.ZIP:PKZIP -V $F = External=*.S3M:DMP $F External=*.MOD:DMP $F # Function key definitions (corresponding to Alt-F?) # I set up the defaults so Alt-F1 = edit my notes file, and Alt-F4 = Edit # the iCEView bugreport sheet. FunctionAF1=edit notes.txt FunctionAF4=edit bugrpt.!!! # End ICEVIEW.CNF