home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / system / 15965 < prev    next >
Encoding:
Text File  |  1993-01-09  |  1.9 KB  |  45 lines

  1. Newsgroups: comp.sys.mac.system
  2. Path: sparky!uunet!mcsun!news.funet.fi!funic!nntp.hut.fi!vipunen.hut.fi!jmunkki
  3. From: jmunkki@vipunen.hut.fi (Juri Munkki)
  4. Subject: Re: What is Maelstrom 1.03 game doing while loading?
  5. Message-ID: <1993Jan10.023909.3248@nntp.hut.fi>
  6. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  7. Nntp-Posting-Host: vipunen.hut.fi
  8. Reply-To: jmunkki@vipunen.hut.fi (Juri Munkki)
  9. Organization: Helsinki University of Technology
  10. References: <01062012.n9s1n1@inter.interzone.ch>
  11. Date: Sun, 10 Jan 1993 02:39:09 GMT
  12. Lines: 31
  13.  
  14. In article <01062012.n9s1n1@inter.interzone.ch> chip@interzone.ch writes:
  15. >Every time I start it up, it displays a startup screen and 
  16. >a progress indicator labeled "Loading". It usually takes
  17. >about 10 seconds to complete. During this time, my harddisk
  18. >makes sounds that are very similar to the ones that my 
  19. >HD indexing program produces when searching.
  20. >
  21. >Is this program scanning my HD for something?
  22. >Has anybody else noticed this behaviour? Is there a programm
  23. >that will let me check wich files are opened by the game?
  24.  
  25. This has got to be the funniest post of the week.
  26.  
  27. Some programs actually do something while they display the splash
  28. screen and a show a "loading" indicator. (It is customary for evil
  29. programmers to put waiting loops in their programs in order to irritate
  30. the customers and make them buy faster computers so that the processor
  31. can execute more NOPs in the busy waiting loop.)
  32.  
  33. Maelstrom has all those sprite shapes as color icon resources
  34. in one big file. It steps through those resources one by one
  35. and probably converts them to some obscure format. Unfortunately
  36. the resources are not in sequential order in the resource file,
  37. so the disk drive has to seek back and forth.
  38.  
  39. So, it isn't looking at your files. It's just doing what it is
  40. supposed to be doing: loading the game.
  41.  
  42. -- 
  43.   Juri Munkki                           Windsurf: fast sailing
  44.  jmunkki@hut.fi                          Macintosh: fast software
  45.