home *** CD-ROM | disk | FTP | other *** search
- .name
- RunLame
- .author
- Bilbo the first
- .version
- 1.34
- .description
- A smart degrader, more lame programs work, fixes the following lame coding:
- not considering caches; not considering the location of the vbr; assuming
- screenmode is an old chipset mode; assuming sprite resolution is lores;
- turning off sprite DMA in the wrong way. Comes with a GUI and lots of
- user-friendly features. Also includes RunLameInfiltrator, which enables
- you to permanently fix lame programs. Has passed an extremely careful
- beta-testing.
- .described-by
- Richard Fish
- .reference
- FreshFish-Dec93:New/util/misc/RunLame/
- 1.32
- FreshFish-Mar94:Old/Dec93/util/misc/RunLame/
- 1.32
- FrozenFish-Apr94:BBS/Dec93/util/misc/RunLame.lha
- 1.32
- FreshFish-Dec93:Old/Util/RunLame/
- 1.28
- FreshFish-Mar94:Old/Oct93/Util/RunLame/
- 1.28
- FreshFish-Oct93:New/Util/RunLame/
- 1.28
- FrozenFish-Apr94:BBS/Oct93/Util/RunLame.lha
- 1.28
- .short
- A smart degrader for stupid programs.
- .aminet-dir
- util/misc
- .execute
- set choice `RequestChoice "RunLame" "Please select an option" "View Guide" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- cd docs
- set filechoice `RequestFile TITLE "Select File" PATTERN "#?.guide"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice GUIDE
- endif
-
- if $choice EQ "2"
- bin/RunLame
- endif
-