scene.org File Archive

File download

<root>­/­mirrors­/­flerp­/­.s­/­NotInDir.'98­/­_Windows/flushfix.txt

File size:
1 649 bytes (1.61K)
File date:
2013-11-26 23:08:44
Download count:
all-time: 111

Preview

Greetings,
        This is a replacement executable for the FLUSH! demo by
Analog, TBL. The new executable no longer crashes (or locks up) your
machine. The simulated bluescreen in the end is set for about 10
seconds. All I did was patch the source (included in the original
archive) and recompile with VC5.

        To apply the patch yourself, find the following lines in the
source
--------------------------------------------------------------------                
                }
                while(!fuckop);

                while(1)
                {       hFont = CreateFont(15,0,0,0,FW_REG ...
--------------------------------------------------------------------

and replace it with
--------------------------------------------------------------------
                }
                while(!fuckop);

                starttime = timeGetTime();

                while(timeGetTime() < (starttime + 10000))
                {       hFont = CreateFont(15,0,0,0,FW_REG ...
--------------------------------------------------------------------

To adjust the delay of the "blue creen" just change the "10000" to
another value.

        Don't forget that you still need the AVI and WAV files from
the original archive!
                                
                                Aren't demos with source code cool?
                                                Phil

--
Philip C. Tsao   (gt7357a@prism.gatech.edu)
Georgia Institute of Technology, Atlanta Georgia, 30332, USA
uucp: ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!gt7357a
WWW page: http://www.prism.gatech.edu/~gt7357a