heroes-sound-tracks-1.0/0000777004117000411500000000000007154113715011021 5heroes-sound-tracks-1.0/Makefile.in0000644004117000411500000001673107154113715013012 # Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. # Copyright (C) 2000 Alexandre Duret-Lutz # # This file is part of Heroes. # # Heroes is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free # Software Foundation; either version 2 of the License, or (at your # option) any later version. # # Heroes is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ soundtracksdir = $(datadir)/heroes/mod soundtracks_DATA = heroes01.xm heroes02.xm heroes03.xm heroes04.xm heroes05.xm heroes06.xm heroes07.xm heroes08.xm heroes09.xm heroes10.xm intro.xm menu.xm endscroll.xm sound.conf EXTRA_DIST = $(soundtracks_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = DATA = $(soundtracks_DATA) DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ Makefile.in NEWS aclocal.m4 configure configure.in install-sh missing \ mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status $(ACLOCAL_M4): configure.in cd $(srcdir) && $(ACLOCAL) config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) install-soundtracksDATA: $(soundtracks_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(soundtracksdir) @list='$(soundtracks_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(soundtracksdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(soundtracksdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(soundtracksdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(soundtracksdir)/$$p; \ fi; fi; \ done uninstall-soundtracksDATA: @$(NORMAL_UNINSTALL) list='$(soundtracks_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(soundtracksdir)/$$p; \ done tags: TAGS TAGS: distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist -rm -rf $(distdir) GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz mkdir $(distdir)/=build mkdir $(distdir)/=inst dc_install_base=`cd $(distdir)/=inst && pwd`; \ cd $(distdir)/=build \ && ../configure --srcdir=.. --prefix=$$dc_install_base \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) dist -rm -rf $(distdir) @banner="$(distdir).tar.gz is ready for distribution"; \ dashes=`echo "$$banner" | sed s/./=/g`; \ echo "$$dashes"; \ echo "$$banner"; \ echo "$$dashes" dist: distdir -chmod -R a+r $(distdir) GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) -rm -rf $(distdir) dist-all: distdir -chmod -R a+r $(distdir) GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) -rm -rf $(distdir) distdir: $(DISTFILES) -rm -rf $(distdir) mkdir $(distdir) -chmod 777 $(distdir) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-exec: install-exec-am install-data-am: install-soundtracksDATA install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-soundtracksDATA uninstall: uninstall-am all-am: Makefile $(DATA) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(soundtracksdir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-generic clean-am distclean: distclean-am -rm -f config.status maintainer-clean-am: maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am -rm -f config.status .PHONY: uninstall-soundtracksDATA install-soundtracksDATA tags distdir \ info-am info dvi-am dvi check check-am installcheck-am installcheck \ install-exec-am install-exec install-data-am install-data install-am \ install uninstall-am uninstall all-redirect all-am all installdirs \ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean all: @echo "There is nothing to build. Run \`make install'." # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: heroes-sound-tracks-1.0/README0000644004117000411500000000151107141076047011615 Description =========== This package contains the sound-tracks used by Heroes. It can be installed separately. License ======= These files are distributed under the terms of the GNU General Public License. See the file `COPYING' for details. Latest version ============== New versions of this packages will be available at SourceForge. See the home page of Heroes: http://sourceforge.net/projects/heroes/ Installation ============ This package use autoconf and automake. See the file `INSTALL' for generic instructions. To have these sound-tracks integrated in Heroes, use the same --prefix and --datadir options when configuring both packages. Bug reports, feed-back ====================== heroes-discuss mailing list: heroes-discuss@lists.sourceforge.net See the AUTHORS file for authors' e-mail addresses. heroes-sound-tracks-1.0/AUTHORS0000644004117000411500000000117407141066370012010 * Romuald Genevois (Guen) http://www.realtech.scene.org/romualdgenevois Had the idea of that game, designed most of it, drew the graphisms, created most of the levels. * Alexandre Liverneaux (Alexel) http://alexel.planet-d.net/ Composed the soundtracks. * Philippe Meisburger (Tnk) http://perso.club-internet.fr/philmeis/ Composed the soundtracks and created a few levels. * Alexandre Duret-Lutz (Pollux) http://www.epita.fr/~duret_g/ Wrote the original source code, ported it to Linux and created a few levels. heroes-sound-tracks-1.0/COPYING0000644004117000411500000004311007141063440011762 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. heroes-sound-tracks-1.0/ChangeLog0000644004117000411500000000052507154113622012506 2000-09-02 Alexandre Duret-Lutz * configure.in: Set version to 1.0 * NEWS: Update. * install-sh: Update from Autoconf 2.49a. * missing: Likewise. * mkinstalldirs: Likewise. * INSTALL: Likewise. 2000-07-30 Alexandre Duret-Lutz Initial revision (prior versions belonged to the heroes tree). heroes-sound-tracks-1.0/INSTALL0000644004117000411500000002176307154113521011772 Basic Installation ================== These are generic installation instructions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves the results of its tests to speed up reconfiguring. (Caching is disabled by default to prevent problems with accidental use of stale cache files.) If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If you are using the cache, and at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.in' is used to create `configure' by a program called `autoconf'. You only need `configure.in' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. If you're using `csh' on an old version of System V, you might need to type `sh ./configure' instead to prevent `csh' from trying to execute `configure' itself. Running `configure' takes awhile. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package. 4. Type `make install' to install the programs and any data files and documentation. 5. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for variables by setting them in the environment. You can do that on the command line like this: ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix *Note Environment Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you must use a version of `make' that supports the `VPATH' variable, such as GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. If you have to use a `make' that does not support the `VPATH' variable, you have to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. Installation Names ================== By default, `make install' will install the package's files in `/usr/local/bin', `/usr/local/man', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PATH'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you give `configure' the option `--exec-prefix=PATH', the package will use PATH as the prefix for installing programs and libraries. Documentation and other data files will still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=PATH' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Optional Features ================= Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of host the package will run on. Usually `configure' can figure that out, but if it prints a message saying it cannot guess the host type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the host type. If you are _building_ compiler tools for cross-compiling, you can also use the `--target=TYPE' option to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the host platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. In this case, you should also specify the build platform with `--build=TYPE', because, in this case, it may not be possible to guess the build platform (it sometimes involves compiling and running simple test programs, and this can't be done if the compiler is a cross compiler). Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Environment Variables ===================== Variables not defined in a site shell script can be set in the environment passed to configure. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc will cause the specified gcc to be used as the C compiler (unless it is overridden in the site shell script). `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of the options to `configure', and exit. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. heroes-sound-tracks-1.0/Makefile.am0000644004117000411500000000215507141070230012762 # Copyright (C) 2000 Alexandre Duret-Lutz # # This file is part of Heroes. # # Heroes is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free # Software Foundation; either version 2 of the License, or (at your # option) any later version. # # Heroes is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA soundtracksdir = $(datadir)/heroes/mod soundtracks_DATA = \ heroes01.xm \ heroes02.xm \ heroes03.xm \ heroes04.xm \ heroes05.xm \ heroes06.xm \ heroes07.xm \ heroes08.xm \ heroes09.xm \ heroes10.xm \ intro.xm \ menu.xm \ endscroll.xm \ sound.conf EXTRA_DIST = $(soundtracks_DATA) all: @echo "There is nothing to build. Run \`make install'." heroes-sound-tracks-1.0/NEWS0000644004117000411500000000023507154113544011434 User visible changes in Heroes-sound-tracks. Heroes-sound-track 1.0 September 2, 2000 * First release. Local Variables: mode: indented-text End: heroes-sound-tracks-1.0/aclocal.m40000644004117000411500000000672307154113710012600 dnl aclocal.m4 generated automatically by aclocal 1.4 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A dnl PARTICULAR PURPOSE. # Do all the work for Automake. This macro actually does too much -- # some checks are only needed if your package does certain things. # But this isn't really a big deal. # serial 1 dnl Usage: dnl AM_INIT_AUTOMAKE(package,version, [no-define]) AC_DEFUN(AM_INIT_AUTOMAKE, [AC_REQUIRE([AC_PROG_INSTALL]) PACKAGE=[$1] AC_SUBST(PACKAGE) VERSION=[$2] AC_SUBST(VERSION) dnl test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi ifelse([$3],, AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])) AC_REQUIRE([AM_SANITY_CHECK]) AC_REQUIRE([AC_ARG_PROGRAM]) dnl FIXME This is truly gross. missing_dir=`cd $ac_aux_dir && pwd` AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) AC_REQUIRE([AC_PROG_MAKE_SET])]) # # Check to make sure that the build environment is sane. # AC_DEFUN(AM_SANITY_CHECK, [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftestfile # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` if test "[$]*" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftestfile` fi if test "[$]*" != "X $srcdir/configure conftestfile" \ && test "[$]*" != "X conftestfile $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "[$]2" = conftestfile ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi rm -f conftest* AC_MSG_RESULT(yes)]) dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY) dnl The program must properly implement --version. AC_DEFUN(AM_MISSING_PROG, [AC_MSG_CHECKING(for working $2) # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if ($2 --version) < /dev/null > /dev/null 2>&1; then $1=$2 AC_MSG_RESULT(found) else $1="$3/missing $2" AC_MSG_RESULT(missing) fi AC_SUBST($1)]) heroes-sound-tracks-1.0/configure0000755004117000411500000014244507154113712012653 #! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.49a. # # Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 # Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. # # Initializations. # ac_default_prefix=/usr/local cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} # Maximum number of lines to put in a shell here document. # This variable seems obsolete. It should probably be removed, and # only ac_max_sed_lines should be used. : ${ac_max_here_lines=38} # Sed expression to map a string onto a valid sh and CPP variable names. ac_tr_sh='sed y%*+%pp%;s%[^a-zA-Z0-9_]%_%g' ac_tr_cpp='sed y%*abcdefghijklmnopqrstuvwxyz%PABCDEFGHIJKLMNOPQRSTUVWXYZ%;s%[^A-Z0-9_]%_%g' # By default always use an empty string as the executable extension. # Only change it if the script calls AC_EXEEXT. ac_exeext= # By default assume that objects files use an extension of .o. Only # change it if the script calls AC_OBJEXT. ac_objext=o # Factoring default headers for most tests. ac_includes_default="\ #include #include #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #else # if HAVE_STRINGS_H # include # endif #endif #if HAVE_INTTYPES_H # include #endif #if HAVE_UNISTD_H # include #endif" ac_unique_file="sound.conf" # Initialize some variables set by options. ac_init_help= ac_init_version=false # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datadir='${prefix}/share' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' libdir='${exec_prefix}/lib' includedir='${prefix}/include' oldincludedir='/usr/include' infodir='${prefix}/info' mandir='${prefix}/man' ac_prev= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval "$ac_prev=\$ac_option" ac_prev= continue fi ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_option in -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad | --data | --dat | --da) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | --da=*) datadir=$ac_optarg ;; -disable-* | --disable-*) ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-a-zA-Z0-9_]" >/dev/null && { echo "configure: error: invalid feature name: $ac_feature" >&2; exit 1; } ac_feature=`echo $ac_feature | sed 's/-/_/g'` eval "enable_$ac_feature=no" ;; -enable-* | --enable-*) ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-a-zA-Z0-9_]" >/dev/null && { echo "configure: error: invalid feature name: $ac_feature" >&2; exit 1; } ac_feature=`echo $ac_feature | sed 's/-/_/g'` case $ac_option in *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; *) ac_optarg=yes ;; esac eval "enable_$ac_feature='$ac_optarg'" ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst \ | --locals | --local | --loca | --loc | --lo) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-a-zA-Z0-9_]" >/dev/null && { echo "configure: error: invalid package name: $ac_package" >&2; exit 1; } ac_package=`echo $ac_package| sed 's/-/_/g'` case $ac_option in *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; *) ac_optarg=yes ;; esac eval "with_$ac_package='$ac_optarg'" ;; -without-* | --without-*) ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-a-zA-Z0-9_]" >/dev/null && { echo "configure: error: invalid package name: $ac_package" >&2; exit 1; } ac_package=`echo $ac_package | sed 's/-/_/g'` eval "with_$ac_package=no" ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) { echo "configure: error: unrecognized option: $ac_option Try \`configure --help' for more information." >&2; exit 1; } ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^a-zA-Z0-9_]" >/dev/null && { echo "configure: error: invalid variable name: $ac_envvar" >&2; exit 1; } ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` eval "$ac_envvar='$ac_optarg'" export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. echo "configure: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^a-zA-Z0-9.]" >/dev/null && echo "configure: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` { echo "configure: error: missing argument to $ac_option" >&2; exit 1; } fi # Be sure to have absolute paths. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ localstatedir libdir includedir oldincludedir infodir mandir \ exec_prefix prefix do eval ac_val=$`echo $ac_var` case $ac_val in [\\/$]* | ?:[\\/]* ) ;; NONE ) ;; *) { echo "configure: error: expected an absolute path for --$ac_var: $ac_val" >&2; exit 1; };; esac done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. build=$build_alias host=$host_alias target=$target_alias # FIXME: should be removed in autoconf 3.0. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe echo "configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used." >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then its parent. ac_prog=$0 ac_confdir=`echo "$ac_prog" | sed 's%/[^/][^/]*$%%'` test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. srcdir=$ac_confdir if test ! -r $srcdir/$ac_unique_file; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r $srcdir/$ac_unique_file; then if test "$ac_srcdir_defaulted" = yes; then { echo "configure: error: cannot find sources in $ac_confdir or .." >&2; exit 1; } else { echo "configure: error: cannot find sources in $srcdir" >&2; exit 1; } fi fi srcdir=`echo "$srcdir" | sed 's%\([^/]\)/*$%\1%'` ac_env_build_alias_set=${build_alias+set} ac_env_build_alias_value=$build_alias ac_cv_env_build_alias_set=${build_alias+set} ac_cv_env_build_alias_value=$build_alias ac_env_host_alias_set=${host_alias+set} ac_env_host_alias_value=$host_alias ac_cv_env_host_alias_set=${host_alias+set} ac_cv_env_host_alias_value=$host_alias ac_env_target_alias_set=${target_alias+set} ac_env_target_alias_value=$target_alias ac_cv_env_target_alias_set=${target_alias+set} ac_cv_env_target_alias_value=$target_alias # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <&2 fi cd $ac_popdir done fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\EOF Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. EOF exit 0 fi # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi # Support unset when possible. if (unset FOO) >/dev/null 2>&1; then ac_unset=unset else ac_unset=false fi # NLS nuisances. $ac_unset LANG || test "${LANG+set}" != set || LANG=C && export LANG $ac_unset LC_ALL || test "${LC_ALL+set}" != set || LC_ALL=C && export LC_ALL $ac_unset LC_TIME || test "${LC_TIME+set}" != set || LC_TIME=C && export LC_TIME $ac_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || LC_CTYPE=C && export LC_CTYPE $ac_unset LANGUAGE || test "${LANGUAGE+set}" != set || LANGUAGE=C && export LANGUAGE $ac_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || LC_COLLATE=C && export LC_COLLATE $ac_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || LC_NUMERIC=C && export LC_NUMERIC $ac_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || LC_MESSAGES=C && export LC_MESSAGES # IFS # We need space, tab and new line, in precisely that order. ac_nl=' ' IFS=" $ac_nl" # CDPATH. $ac_unset CDPATH || test "${CDPATH+set}" != set || CDPATH=: && export CDPATH trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Also quote any args containing shell meta-characters. ac_configure_args= ac_sep= for ac_arg do case $ac_arg in -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c) ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" ac_sep=" " ;; *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg" ac_sep=" " ;; esac # Get rid of the leading space. done # File descriptor usage: # 0 standard input # 1 file creation # 2 errors and warnings # 3 some systems may open it to /dev/tty # 4 used on the Kubota Titan # 6 checking for... messages and results # 5 compiler messages saved in config.log if test "$silent" = yes; then exec 6>/dev/null else exec 6>&1 fi exec 5>./config.log echo "\ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure 2.49a, executed with > $0 $ac_configure_args " >&5 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -rf conftest* confdefs.h # AIX cpp loses on an empty file, so make sure it contains at least a newline. echo >confdefs.h # Let the site file select an alternate cache file if it wants to. # Prefer explicitly selected file to automatically selected ones. if test -z "$CONFIG_SITE"; then if test "x$prefix" != xNONE; then CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" else CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" fi fi for ac_site_file in $CONFIG_SITE; do if test -r "$ac_site_file"; then echo "loading site script $ac_site_file" . "$ac_site_file" fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then echo "loading cache $cache_file" case $cache_file in [\\/]* | ?:[\\/]* ) . $cache_file;; *) . ./$cache_file;; esac fi else echo "creating cache $cache_file" >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_suggest_removing_cache=false for ac_var in `(set) 2>&1 | sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val="\$ac_cv_env_${ac_var}_value" eval ac_new_val="\$ac_env_${ac_var}_value" case $ac_old_set,$ac_new_set in set,) echo "configure: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2 ac_suggest_removing_cache=: ;; ,set) echo "configure: WARNING: \`$ac_var' was not set in the previous run" >&2 ac_suggest_removing_cache=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then echo "configure: WARNING: \`$ac_var' has changed since the previous run:" >&2 echo "configure: WARNING: former value: $ac_old_val" >&2 echo "configure: WARNING: current value: $ac_new_val" >&2 ac_suggest_removing_cache=: fi;; esac done if $ac_suggest_removing_cache; then echo "configure: WARNING: changes in the environment can compromise the build" >&2 echo "configure: WARNING: consider removing $cache_file and starting over" >&2 fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='${CC-cc} -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_gnu_compiler=$ac_cv_prog_gcc case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in *c*,-n*) ECHO_N= ECHO_C=' ' ECHO_T=' ' ;; *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; *) ECHO_N= ECHO_C='\c' ECHO_T= ;; esac ac_aux_dir= for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do if test -f $ac_dir/install-sh; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f $ac_dir/install.sh; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f $ac_dir/shtool; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then { echo "configure: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2; exit 1; } fi ac_config_guess="$SHELL $ac_aux_dir/config.guess" ac_config_sub="$SHELL $ac_aux_dir/config.sub" ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo "configure:772: checking for a BSD compatible install" >&5 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_save_IFS=$IFS; IFS=':' for ac_dir in $PATH; do # Account for people who put trailing slashes in PATH elements. case $ac_dir/ in /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do if test -f $ac_dir/$ac_prog; then if test $ac_prog = install && grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus $ac_dir/$ac_prog >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else ac_cv_path_install="$ac_dir/$ac_prog -c" break 2 fi fi done ;; esac done IFS=$ac_save_IFS fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. We don't cache a # path for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the path is relative. INSTALL=$ac_install_sh fi fi echo "configure:819: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' echo "configure:830: checking whether build environment is sane" >&5 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 # Just in case sleep 1 echo timestamp > conftestfile # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftestfile` fi if test "$*" != "X $srcdir/configure conftestfile" \ && test "$*" != "X conftestfile $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". { echo "configure: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&2; exit 1; } fi test "$2" = conftestfile ) then # Ok. : else { echo "configure: error: newly created file is older than distributed files! Check your system clock" >&2; exit 1; } fi rm -f conftest* echo "configure:867: result: yes" >&5 echo "${ECHO_T}yes" >&6 if test "$program_transform_name" = s,x,x,; then program_transform_name= else # Double any \ or $. echo might interpret backslashes. cat <<\EOF >conftestsed s,\\,\\\\,g; s,\$,$$,g EOF program_transform_name=`echo $program_transform_name | sed -f conftestsed` rm -f conftestsed fi test "$program_prefix" != NONE && program_transform_name="s,^,${program_prefix},;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s,\$\$,${program_suffix},;$program_transform_name" # sed with no file args requires a program. test -z "$program_transform_name" && program_transform_name="s,x,x," echo "configure:888: checking whether ${MAKE-make} sets \${MAKE}" >&5 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftestmake <<\EOF all: @echo 'ac_maketemp="${MAKE}"' EOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` if test -n "$ac_maketemp"; then eval ac_cv_prog_make_${ac_make}_set=yes else eval ac_cv_prog_make_${ac_make}_set=no fi rm -f conftestmake fi if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then echo "configure:908: result: yes" >&5 echo "${ECHO_T}yes" >&6 SET_MAKE= else echo "configure:912: result: no" >&5 echo "${ECHO_T}no" >&6 SET_MAKE="MAKE=${MAKE-make}" fi PACKAGE=heroes-sound-tracks VERSION=1.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run \"make distclean\" there first" >&2; exit 1; } fi cat >>confdefs.h <>confdefs.h <&5 echo $ECHO_N "checking for working aclocal... $ECHO_C" >&6 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if (aclocal --version) < /dev/null > /dev/null 2>&1; then ACLOCAL=aclocal echo "configure:941: result: found" >&5 echo "${ECHO_T}found" >&6 else ACLOCAL="$missing_dir/missing aclocal" echo "configure:945: result: missing" >&5 echo "${ECHO_T}missing" >&6 fi echo "configure:949: checking for working autoconf" >&5 echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if (autoconf --version) < /dev/null > /dev/null 2>&1; then AUTOCONF=autoconf echo "configure:956: result: found" >&5 echo "${ECHO_T}found" >&6 else AUTOCONF="$missing_dir/missing autoconf" echo "configure:960: result: missing" >&5 echo "${ECHO_T}missing" >&6 fi echo "configure:964: checking for working automake" >&5 echo $ECHO_N "checking for working automake... $ECHO_C" >&6 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if (automake --version) < /dev/null > /dev/null 2>&1; then AUTOMAKE=automake echo "configure:971: result: found" >&5 echo "${ECHO_T}found" >&6 else AUTOMAKE="$missing_dir/missing automake" echo "configure:975: result: missing" >&5 echo "${ECHO_T}missing" >&6 fi echo "configure:979: checking for working autoheader" >&5 echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if (autoheader --version) < /dev/null > /dev/null 2>&1; then AUTOHEADER=autoheader echo "configure:986: result: found" >&5 echo "${ECHO_T}found" >&6 else AUTOHEADER="$missing_dir/missing autoheader" echo "configure:990: result: missing" >&5 echo "${ECHO_T}missing" >&6 fi echo "configure:994: checking for working makeinfo" >&5 echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then MAKEINFO=makeinfo echo "configure:1001: result: found" >&5 echo "${ECHO_T}found" >&6 else MAKEINFO="$missing_dir/missing makeinfo" echo "configure:1005: result: missing" >&5 echo "${ECHO_T}missing" >&6 fi ac_config_files="$ac_config_files Makefile" trap '' 1 2 15 cat >confcache <<\EOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overriden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. EOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, don't put newlines in cache variables' values. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. { (set) 2>&1 | case `(ac_space=' '; set | grep ac_space) 2>&1` in *ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote substitution # turns \\\\ into \\, and sed turns \\ into \). sed -n \ -e "s/'/'\\\\''/g" \ -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1='\\2'/p" ;; *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\2/p' ;; esac; } | sed '/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/' >>confcache if cmp -s $cache_file confcache; then :; else if test -w $cache_file; then test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" cat confcache >$cache_file else echo "not updating unwritable cache $cache_file" fi fi rm -f confcache trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' # Any assignment to VPATH causes Sun make to only execute # the first set of double-colon rules, so remove it if not needed. # If there is a colon in the path, we need to keep it. if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' fi # Transform confdefs.h into DEFS. # Protect against shell expansion while executing Makefile rules. # Protect against Makefile macro expansion. # # If the first sed substitution is executed (which looks for macros that # take arguments), then we branch to the cleanup section. Otherwise, # look for a macro that doesn't take arguments. cat >confdef2opt.sed <<\EOF t clear : clear s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g t cleanup s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g : cleanup s,[ `~#$^&*(){}\\|;'"<>?],\\&,g s,\[,\\&,g s,\],\\&,g s,\$,$$,g EOF # We use echo to avoid assuming a particular line-breaking character. # The extra dot is to prevent the shell from consuming trailing # line-breaks from the sub-command output. A line-break within # single-quotes doesn't work because, if this script is created in a # platform that uses two characters for line-breaks (e.g., DOS), tr # would break. ac_LF_and_DOT=`echo; echo .` DEFS=`sed -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` rm -f confdef2opt.sed # Save into config.log some information that might help in debugging. echo >&5 echo "Cache variables:" >&5 # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, don't put newlines in cache variables' values. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. { (set) 2>&1 | case `(ac_space=' '; set | grep ac_space) 2>&1` in *ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote substitution # turns \\\\ into \\, and sed turns \\ into \). sed -n \ -e "s/'/'\\\\''/g" \ -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1='\\2'/p" ;; *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\2/p' ;; esac; } | sed 's/^/| /' >&5 echo >&5 echo "confdefs.h:" >&5 cat confdefs.h | sed 's/^/| /' >&5 : ${CONFIG_STATUS=./config.status} trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 echo creating $CONFIG_STATUS cat >$CONFIG_STATUS <<\EOF #! /bin/sh # Generated automatically by configure. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in ./config.log if it exists. debug=false me=`echo "$0" | sed 's,.*/,,'` SHELL=${CONFIG_SHELL-/bin/sh} EOF # Files that config.status was made for. if test -n "$ac_config_files"; then echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS fi if test -n "$ac_config_headers"; then echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS fi if test -n "$ac_config_links"; then echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS fi if test -n "$ac_config_commands"; then echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS fi cat >>$CONFIG_STATUS <<\EOF ac_cs_usage="\ \`$me' instantiates files from templates according to the current configuration. Usage: $0 [OPTIONS] FILE... -h, --help print this help, then exit -V, --version print version number, then exit -d, --debug don't remove temporary files --recheck update $me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE Configuration files: $config_files Report bugs to ." EOF cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF # If no file are specified by the user, then we need to provide default # value. By we need to know if files were specified by the user. ac_need_defaults=: while test $# != 0 do case $1 in --*=*) ac_option=`expr "x$1" : 'x\([^=]*\)='` ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` shift set dummy "$ac_option" "$ac_optarg" ${1+"$@"} shift ;; -*);; *) # This is not an option, so the user has probably given explicit # arguments. ac_need_defaults=false;; esac case $1 in # Handling of the options. EOF cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF --version | --vers* | -V ) echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header echo "$me: ambiguous option: $ac_option Try \`$me --help' for more information."; exit 1 ;; --help | --hel | -h ) echo "$ac_cs_usage"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --file | --fil | --fi | --f ) shift CONFIG_FILES="$CONFIG_FILES $1" ac_need_defaults=false;; --header | --heade | --head | --hea ) shift CONFIG_HEADERS="$CONFIG_HEADERS $1" ac_need_defaults=false;; # Handling of arguments. 'Makefile' ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; # This is an error. -*) echo "$me: unrecognized option: $1 Try \`$me --help' for more information."; exit 1 ;; *) echo "$me: invalid argument: $1"; exit 1 ;; esac shift done EOF cat >>$CONFIG_STATUS <<\EOF # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. if $ac_need_defaults; then : ${CONFIG_FILES=$config_files} fi # Create a temporary directory, and hook for its removal unless debugging. $debug || { trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 trap 'exit $?' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. : ${TMPDIR=/tmp} { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=$TMPDIR/cs$$-$RANDOM && (umask 077 && mkdir $tmp) } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 exit 1; } EOF cat >>$CONFIG_STATUS <\$tmp/subs.sed <<\\CEOF s,@SHELL@,$SHELL,;t t s,@exec_prefix@,$exec_prefix,;t t s,@prefix@,$prefix,;t t s,@program_transform_name@,$program_transform_name,;t t s,@bindir@,$bindir,;t t s,@sbindir@,$sbindir,;t t s,@libexecdir@,$libexecdir,;t t s,@datadir@,$datadir,;t t s,@sysconfdir@,$sysconfdir,;t t s,@sharedstatedir@,$sharedstatedir,;t t s,@localstatedir@,$localstatedir,;t t s,@libdir@,$libdir,;t t s,@includedir@,$includedir,;t t s,@oldincludedir@,$oldincludedir,;t t s,@infodir@,$infodir,;t t s,@mandir@,$mandir,;t t s,@ECHO_C@,$ECHO_C,;t t s,@ECHO_N@,$ECHO_N,;t t s,@ECHO_T@,$ECHO_T,;t t s,@CFLAGS@,$CFLAGS,;t t s,@CPPFLAGS@,$CPPFLAGS,;t t s,@CXXFLAGS@,$CXXFLAGS,;t t s,@FFLAGS@,$FFLAGS,;t t s,@DEFS@,$DEFS,;t t s,@LDFLAGS@,$LDFLAGS,;t t s,@LIBS@,$LIBS,;t t s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t s,@INSTALL_DATA@,$INSTALL_DATA,;t t s,@PACKAGE@,$PACKAGE,;t t s,@VERSION@,$VERSION,;t t s,@ACLOCAL@,$ACLOCAL,;t t s,@AUTOCONF@,$AUTOCONF,;t t s,@AUTOMAKE@,$AUTOMAKE,;t t s,@AUTOHEADER@,$AUTOHEADER,;t t s,@MAKEINFO@,$MAKEINFO,;t t s,@SET_MAKE@,$SET_MAKE,;t t CEOF EOF cat >>$CONFIG_STATUS <<\EOF # Split the substitutions into bite-sized pieces for seds with # small command number limits, like on Digital OSF/1 and HP-UX. ac_max_sed_lines=48 ac_sed_frag=1 # Number of current file. ac_beg=1 # First line for current file. ac_end=$ac_max_sed_lines # Line after last line for current file. ac_more_lines=: ac_sed_cmds= while $ac_more_lines; do if test $ac_beg -gt 1; then sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag else sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag fi if test ! -s $tmp/subs.frag; then ac_more_lines=false else # The purpose of the label and of the branching condition is to # speed up the sed processing (if there are no `@' at all, there # is no need to browse any of the substitutions). # These are the two extra sed commands mentioned above. (echo ':t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed if test -z "$ac_sed_cmds"; then ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" else ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" fi ac_sed_frag=`expr $ac_sed_frag + 1` ac_beg=$ac_end ac_end=`expr $ac_end + $ac_max_sed_lines` fi done if test -z "$ac_sed_cmds"; then ac_sed_cmds=cat fi fi # test -n "$CONFIG_FILES" EOF cat >>$CONFIG_STATUS <<\EOF for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". case $ac_file in - | *:- | *:-:* ) # input from stdin cat >$tmp/stdin ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; * ) ac_file_in=$ac_file.in ;; esac # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. ac_dir=`expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo "X"$ac_file"" | sed ' /^X\(.*^/\)\/\/*^/^/*\/*$/{ s//\1/p; q; } /^X\(\/\/\)^/.*/{ s//\1/p; q; } /^X\(\/\/\)$/{ s//\1/p; q; } /^X\(\/\).*/{ s//\1/p; q; } s/.*/./p; q'` if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then { case "$ac_dir" in [\\/]* | ?:[\\/]* ) ac_incr_dir=;; *) ac_incr_dir=.;; esac ac_dummy=""$ac_dir"" for ac_mkdir_dir in `IFS=/; set X $ac_dummy; shift; echo "$@"`; do ac_incr_dir=$ac_incr_dir/$ac_mkdir_dir test -d $ac_incr_dir || mkdir $ac_incr_dir done; } ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`" # A "../" for each directory in $ac_dir_suffix. ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'` else ac_dir_suffix= ac_dots= fi case $ac_given_srcdir in .) srcdir=. if test -z "$ac_dots"; then top_srcdir=. else top_srcdir=`echo $ac_dots | sed 's,/$,,'`; fi ;; [\\/]* | ?:[\\/]* ) srcdir=$ac_given_srcdir$ac_dir_suffix; top_srcdir=$ac_given_srcdir ;; *) # Relative path. srcdir=$ac_dots$ac_given_srcdir$ac_dir_suffix top_srcdir=$ac_dots$ac_given_srcdir ;; esac case $ac_given_INSTALL in [\\/$]* | ?:[\\/]* ) INSTALL=$ac_given_INSTALL ;; *) INSTALL=$ac_dots$ac_given_INSTALL ;; esac if test x"$ac_file" != x-; then echo creating $ac_file rm -f "$ac_file" fi configure_input="Generated automatically from `echo $ac_file_in | sed 's,.*/,,'` by configure." # Don't redirect the output to AC_FILE directly: use `mv' so that # updating is atomic, and doesn't need trapping. # First look for the input files in the build tree, otherwise in the # src tree. ac_file_inputs=`IFS=: for f in $ac_file_in; do case $f in -) echo $tmp/stdin ;; [\\/$]* | ?:[\\/]*) # Absolute test -f "$f" || { echo "configure: error: cannot find input file \\\`$f'" >&2; exit 1; } echo $f;; *) # Relative if test -f "$f"; then # Build tree echo $f elif test -f "$ac_given_srcdir/$f"; then # Source tree echo $ac_given_srcdir/$f else # /dev/null tree { echo "configure: error: cannot find input file \\\`$f'" >&2; exit 1; } fi;; esac done` EOF cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s,@configure_input@,$configure_input,;t t s,@srcdir@,$srcdir,;t t s,@top_srcdir@,$top_srcdir,;t t s,@INSTALL@,$INSTALL,;t t " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out rm -f $tmp/stdin if test x"$ac_file" != x-; then mv $tmp/out $ac_file else cat $tmp/out rm -f $tmp/out fi done EOF cat >>$CONFIG_STATUS <<\EOF exit 0 EOF chmod +x $CONFIG_STATUS rm -fr confdefs* $ac_clean_files trap 'exit 1' 1 2 15 test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1 eval datadir=$datadir echo " Heroes sound-tracks configuration --------------------------------- heroes-sound-tracks version : $VERSION data install path : ${datadir}/heroes" heroes-sound-tracks-1.0/configure.in0000644004117000411500000000211107154113547013244 dnl Copyright (C) 2000 Alexandre Duret-Lutz dnl dnl This file is part of Heroes. dnl dnl Heroes is free software; you can redistribute it and/or modify it under dnl the terms of the GNU General Public License as published by the Free dnl Software Foundation; either version 2 of the License, or (at your dnl option) any later version. dnl dnl Heroes is distributed in the hope that it will be useful, but WITHOUT dnl ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or dnl FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License dnl for more details. dnl dnl You should have received a copy of the GNU General Public License along dnl with this program; if not, write to the Free Software Foundation, Inc., dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl AC_INIT(sound.conf) AM_INIT_AUTOMAKE(heroes-sound-tracks, 1.0) AC_OUTPUT(Makefile) eval datadir=$datadir echo " Heroes sound-tracks configuration --------------------------------- heroes-sound-tracks version : $VERSION data install path : ${datadir}/heroes" heroes-sound-tracks-1.0/install-sh0000755004117000411500000001274307154113526012750 #!/bin/sh # # install - install a program, script, or datafile # This comes from X11R5 (mit/util/scripts/install.sh). # # Copyright 1991 by the Massachusetts Institute of Technology # # Permission to use, copy, modify, distribute, and sell this software and its # documentation for any purpose is hereby granted without fee, provided that # the above copyright notice appear in all copies and that both that # copyright notice and this permission notice appear in supporting # documentation, and that the name of M.I.T. not be used in advertising or # publicity pertaining to distribution of the software without specific, # written prior permission. M.I.T. makes no representations about the # suitability of this software for any purpose. It is provided "as is" # without express or implied warranty. # # Calling this script install-sh is preferred over install.sh, to prevent # `make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. It can only install one file at a time, a restriction # shared with many OS's install programs. # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit="${DOITPROG-}" # put in absolute paths if you don't have them in your path; or use env. vars. mvprog="${MVPROG-mv}" cpprog="${CPPROG-cp}" chmodprog="${CHMODPROG-chmod}" chownprog="${CHOWNPROG-chown}" chgrpprog="${CHGRPPROG-chgrp}" stripprog="${STRIPPROG-strip}" rmprog="${RMPROG-rm}" mkdirprog="${MKDIRPROG-mkdir}" transformbasename="" transform_arg="" instcmd="$mvprog" chmodcmd="$chmodprog 0755" chowncmd="" chgrpcmd="" stripcmd="" rmcmd="$rmprog -f" mvcmd="$mvprog" src="" dst="" dir_arg="" while [ x"$1" != x ]; do case $1 in -c) instcmd="$cpprog" shift continue;; -d) dir_arg=true shift continue;; -m) chmodcmd="$chmodprog $2" shift shift continue;; -o) chowncmd="$chownprog $2" shift shift continue;; -g) chgrpcmd="$chgrpprog $2" shift shift continue;; -s) stripcmd="$stripprog" shift continue;; -t=*) transformarg=`echo $1 | sed 's/-t=//'` shift continue;; -b=*) transformbasename=`echo $1 | sed 's/-b=//'` shift continue;; *) if [ x"$src" = x ] then src=$1 else # this colon is to work around a 386BSD /bin/sh bug : dst=$1 fi shift continue;; esac done if [ x"$src" = x ] then echo "install: no input file specified" exit 1 else true fi if [ x"$dir_arg" != x ]; then dst=$src src="" if [ -d $dst ]; then instcmd=: chmodcmd="" else instcmd=$mkdirprog fi else # Waiting for this to be detected by the "$instcmd $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if [ -f $src -o -d $src ] then true else echo "install: $src does not exist" exit 1 fi if [ x"$dst" = x ] then echo "install: no destination specified" exit 1 else true fi # If destination is a directory, append the input filename; if your system # does not like double slashes in filenames, you may need to add some logic if [ -d $dst ] then dst="$dst"/`basename $src` else true fi fi ## this sed command emulates the dirname command dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` # Make sure that the destination directory exists. # this part is taken from Noah Friedman's mkinstalldirs script # Skip lots of stat calls in the usual case. if [ ! -d "$dstdir" ]; then defaultIFS=' ' IFS="${IFS-${defaultIFS}}" oIFS="${IFS}" # Some sh's can't handle IFS=/ for some reason. IFS='%' set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` IFS="${oIFS}" pathcomp='' while [ $# -ne 0 ] ; do pathcomp="${pathcomp}${1}" shift if [ ! -d "${pathcomp}" ] ; then $mkdirprog "${pathcomp}" else true fi pathcomp="${pathcomp}/" done fi if [ x"$dir_arg" != x ] then $doit $instcmd $dst && if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi else # If we're going to rename the final executable, determine the name now. if [ x"$transformarg" = x ] then dstfile=`basename $dst` else dstfile=`basename $dst $transformbasename | sed $transformarg`$transformbasename fi # don't allow the sed command to completely eliminate the filename if [ x"$dstfile" = x ] then dstfile=`basename $dst` else true fi # Make a temp file name in the proper directory. dsttmp=$dstdir/#inst.$$# # Move or copy the file name to the temp name $doit $instcmd $src $dsttmp && trap "rm -f ${dsttmp}" 0 && # and set any options; do chmod last to preserve setuid bits # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $instcmd $src $dsttmp" command. if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi && # Now rename the file to the real destination. $doit $rmcmd -f $dstdir/$dstfile && $doit $mvcmd $dsttmp $dstdir/$dstfile fi && exit 0 heroes-sound-tracks-1.0/missing0000755004117000411500000002010707154113526012334 #! /bin/sh # Common stub for a few missing GNU programs while installing. # Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. if test $# -eq 0; then echo 1>&2 "Try \`$0 --help' for more information" exit 1 fi run=: case "$1" in --run) # Try to run requested program, and just exit if it succeeds. run= shift "$@" && exit 0 ;; esac # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. case "$1" in -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an error status if there is no known handling for PROGRAM. Options: -h, --help display this help and exit -v, --version output version information and exit --run try to run the given command, and emulate it if it fails Supported PROGRAM values: aclocal touch file \`aclocal.m4' autoconf touch file \`configure' autoheader touch file \`config.h.in' automake touch all \`Makefile.in' files bison create \`y.tab.[ch]', if possible, from existing .[ch] flex create \`lex.yy.c', if possible, from existing .c help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch]" ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing 0.3 - GNU automake" ;; -*) echo 1>&2 "$0: Unknown \`$1' option" echo 1>&2 "Try \`$0 --help' for more information" exit 1 ;; aclocal) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`acinclude.m4' or \`configure.in'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." touch aclocal.m4 ;; autoconf) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`configure.in'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." touch configure ;; autoheader) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`acconfig.h' or \`configure.in'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' configure.in` test -z "$files" && files="config.h" touch_files= for f in $files; do case "$f" in *:*) touch_files="$touch_files "`echo "$f" | sed -e 's/^[^:]*://' -e 's/:.*//'`;; *) touch_files="$touch_files $f.in";; esac done touch $touch_files ;; automake) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`Makefile.am', \`acinclude.m4' or \`configure.in'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." find . -type f -name Makefile.am -print | sed 's/\.am$/.in/' | while read f; do touch "$f"; done ;; bison|yacc) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if [ $# -ne 1 ]; then eval LASTARG="\${$#}" case "$LASTARG" in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` if [ -f "$SRCFILE" ]; then cp "$SRCFILE" y.tab.c fi SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` if [ -f "$SRCFILE" ]; then cp "$SRCFILE" y.tab.h fi ;; esac fi if [ ! -f y.tab.h ]; then echo >y.tab.h fi if [ ! -f y.tab.c ]; then echo 'main() { return 0; }' >y.tab.c fi ;; lex|flex) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get \`Flex' from any GNU archive site." rm -f lex.yy.c if [ $# -ne 1 ]; then eval LASTARG="\${$#}" case "$LASTARG" in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` if [ -f "$SRCFILE" ]; then cp "$SRCFILE" lex.yy.c fi ;; esac fi if [ ! -f lex.yy.c ]; then echo 'main() { return 0; }' >lex.yy.c fi ;; help2man) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified a dependancy of a manual page. You may need the \`Help2man' package in order for those modifications to take effect. You can get \`Help2man' from any GNU archive site." file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` if test -z "$file"; then file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` fi if [ -f "$file" ]; then touch $file else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" exit 1 fi ;; makeinfo) echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy \`make' (AIX, DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` if test -z "$file"; then file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` fi touch $file ;; tar) shift if test -n "$run"; then echo 1>&2 "ERROR: \`tar' requires --run" exit 1 fi # We have already tried tar in the generic part. # Look for gnutar/gtar before invocation to avoid ugly error # messages. if (gnutar --version > /dev/null 2>&1); then gnutar ${1+"$@"} && exit 0 fi if (gtar --version > /dev/null 2>&1); then gtar ${1+"$@"} && exit 0 fi firstarg="$1" if shift; then case "$firstarg" in *o*) firstarg=`echo "$firstarg" | sed s/o//` tar "$firstarg" ${1+"$@"} && exit 0 ;; esac case "$firstarg" in *h*) firstarg=`echo "$firstarg" | sed s/h//` tar "$firstarg" ${1+"$@"} && exit 0 ;; esac fi echo 1>&2 "\ WARNING: I can't seem to be able to run \`tar' with the given arguments. You may want to install GNU tar or Free paxutils, or check the command line arguments." exit 1 ;; *) echo 1>&2 "\ WARNING: \`$1' is needed, and you do not seem to have it handy on your system. You might have modified some files without having the proper tools for further handling them. Check the \`README' file, it often tells you about the needed prerequirements for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing \`$1' program." exit 1 ;; esac exit 0 heroes-sound-tracks-1.0/mkinstalldirs0000755004117000411500000000276407154113526013554 #! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Public domain # $Id: mkinstalldirs,v 1.14 1999/04/09 21:44:01 bje Exp $ errstatus=0 dirmode="" usage="\ Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..." # process command line arguments while test $# -gt 0 ; do case "${1}" in -h | --help | --h* ) # -h for help echo "${usage}" 1>&2; exit 0 ;; -m ) # -m PERM arg shift test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; } dirmode="${1}" shift ;; -- ) shift; break ;; # stop option processing -* ) echo "${usage}" 1>&2; exit 1 ;; # unknown option * ) break ;; # first non-opt arg esac done for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d do pathcomp="$pathcomp$d" case "$pathcomp" in -* ) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr else if test ! -z "$dirmode"; then echo "chmod $dirmode $pathcomp" lasterr="" chmod $dirmode "$pathcomp" || lasterr=$? if test ! -z "$lasterr"; then errstatus=$lasterr fi fi fi fi pathcomp="$pathcomp/" done done exit $errstatus # Local Variables: # mode:shell-script # sh-indentation:3 # End: heroes-sound-tracks-1.0/heroes01.xm0000644004117000411500000053213607141061657012746 Extended Module: FastTracker v2.00 .      @6 B@AB B 6 Q B0NB LBNBBB 0QN6 BLN* AB QNLN6 BBB 0QNLN6 AB QN6 LNBBB 0QN6 LNAB aQN6 LN* BBB 0a4 QN6 L6 0 N6 B@AB B0B BBBBB 06 * AB 6 BBB 06 AB 6 BBB 06 AB 6 * BBB 06 6 0  @6 B@AB B0B BBBB 06 B* AB 6 BBB 06 AB 6 BBB 06 AB 6 * BBB 06 6 0 6 B@AB B0B BBBBB 06 * AB 6 BBB 06 AB 6 BBB 06 AB 6 * BBB 06 6 0  @L6 B@Q B * * E0B B0N96 B LBNBQB 0N6 LN* QB NLN6 BQB 0NLN6 QB N6 LNBQB 0N6 LNQB aaN6 LN* BQB 0aa( ( N6 L6 0 N6 B@B B06 B BBB 06 * B 6 BB 06 B 6 BB 06 B 6 * BB 06 6 0  @6 B@B B06 B BBB 06 * B 6 BB 06 B 6 BB 06 B 6 * BB 06 6 0 6 B@B B06 B BBB 06 * B 6 BB 06 B 6 BB 06 B 6 * BB 06 6 0  @6 B@B * * aaB06 B BBB 06 * B 6 BB 06 B 6 BB 06 B aa6 * BB 0aa% % 6 6 0 6 B@B B06 B BBB 06 * B 6 BB 06 B 6 BB 06 B 6 * BB 06 6 0  @6 B@B B0B BBB 06 * B 6 BB 06 B 6 BB 06 B 6 * BB 06 6 0 6 B@BB B0B BBBBB 06 B* BB B6 BBB 0B6 BB aa6 BBBB 06 BBB B 6 B* BBB 06 B6 0  @6 B@AB 6 aB0B BBBB 06 B* AB 6 BBB 06 AB 6 BBB 06 AB a6 * BBB 0a1 6 6 0 6 B@AB B0B BBBBB 06 * AB 6 BBB 06 AB 6 BBB 06 AB 6 * BBB 06 6 0  @6 B@AB B0B BBBB 06 B* AB 6 BBB 06 AB 6 BBB 06 AB 6 * BBB 06 6 0 6 B@AB B0B BBBBB 06 * AB 6 BBB 06 AB 6 BBB 06 AAB B 6 * ABB 06 A6 0  @6 B@AB B0B BBBB 06 B* AB 6 BBB 06 AB 6 BBB 06 AB 6 * BBB 06 6 0 6 B@AB B BB0B BBBB 0B6 B* B BB6 BB 0BB6 AB 0B6 A0BBAB 00B6 ABAB B 0B6 0B* BAB 00B6 BAB6 0 a @&6 B@AB B@B 6 0B0B 0BBBB 006 B* BAB 006 BBB 00B AB 0B 0@ BBB 00a@ BAB 0 6 04 01 BBB 0D006 6 0 6 B@AB 00B0B B00BBBB 0006 * BAB 00006 BBB 000B AB 00B 00@ BBB 000@ BAB 006 001 BBB 0006 6 0  @{6 B@AB 0B0B 0BBBB 006 B* BAB 006 BBB 00B AB 0B 0@ BBB 00@ BAB 06 01 BBB 006 6 0 6 B@AB B0B0B BB0BBBB 0B06 B* BAB B0B06 BBB 0B0B BAB B0B B0@ BBB 0B0AB@ BAB B B06 B01 ABB 0B06 AB6 0 a @76 B@AB I6 00B0B 00BBBB 0006 B* BAB 00006 BBB 000B AB 00B 00@ BBB 000a@ BAB 006 01 01 BBB 0B006 6 0 6 B@AB 00B0B B00BBBB 0006 * BAB 00006 BBB 000B AB 00B 00@ BBB 000@ BAB 006 001 BBB 0006 6 0  @E6 B@AB 0B0B 0BBBB 006 B* BAB 006 BBB 00B AB 0B 0@ BBB 00@ BAB 06 01 BBB 006 6 0 6 B@AB 0B0B B0BBBB 006 * BAB 006 BBB 00B AB 0B 0@ BBB 00@ BAB 06 01 BBB 006 6 0 a @&6 B@AB N@B 6 0B0B 0BBBB 006 B* BAB 006 BBB 00B AB 0B 0@ BBB 00a@ BAB 0 6 04 01 BBB 0P006 6 0 6 B@AB 00B0B B00BBBB 0006 * BAB 00006 BBB 000B AB 00B 00@ BBB 000@ BAB 006 001 BBB 0006 6 0  @76 B@AB U6 00B0B 00BBBB 0006 B* BAB 00006 BBB 000B AB 00B 00@ BBB 000a@ BAB 006 01 01 BBB 0N006 6 0 6 B@AB 00B0B B00BBBB 0006 * BAB 00006 BBB 000B AB 00B 00@ BBB 000@ BAB 006 001 BBB 0006 6 0  @6 PB@AaB B0PB BPB4 7 PBP> PB6 PP4 PB6 PBPPB6 PB@B0PB BPB4 7 PBP> PB6 PP4 PB6 PBPPB @W6 B@AB B B0B BB *6 * B > B '6 B 6 6 B "AB 06 PAB B PA PB  PA  a @6 PB@aB0PB BPB4 7 PBP> PB6 PP4 PB6 PBPPB6 PB@BB0PB BBPBB4 B7 PBBPB> PBBB6 PBPB @B4 PBBB6 PBB @BPBPBBB @6 PB@AB B0PB BPBB4 B7 PBAP> PBB6 PAPB @4 PBB6 PBAB @PPBB6 PB@AB0PB BBPBB4 7 PBAP> PBB6 PAPB @4 PBB6 PBAB @PPBB @6 PB@AB0PB BPBB4 B7 PBAP> PBB6 PAPB @4 PBB6 PBAB @PPBB6 PB@AB0PB BBPBB4 7 PBAP> PBB6 PAPB @4 PBB6 PBAB @PPBB @6 PB@AB B0PB BPBB4 B7 PBAP> PBB6 PAPB @4 PBB6 PBAB @PPBB6 PB@AB0PB BBPBB4 7 PBAP> PBB6 PAPB @4 PBB6 PBAB @PPBB @6 PB@AB0PB BPBB4 B7 PBAP> PBB6 PAPB @4 PBB6 PBAB @PPBB6 PB@AB B0PB BPPPPPPB @PPB @PP @6 PQ B 6 NPLNPQNLNPQNPLNPQNLNPQNPLB @NPQNLNPQB @aNPLNPQ4 NLNPPPPPPPPB @PPB @PPa @G6 P6 PPPPPPPB @PPB @aPP1 PPPPPPPPB @PPB @PP @6 PB PPPPPPPB @PPB @PPPB 0BP0BP0BBP0BP0BP0BBP0BB B @0B@ 0BB@ AB B @0B6 0B1 A0B6 B6 0 a @J6 PB 6 PPPPPPPB @PPB @aPP4 PPPPPPPPB @PPB @PPa @t6 PB PPPPPPPB @PPB @PPPPPPPPPPB @PPB @PP @6 B@AB 90B NBB0-06 B LBBBBB 0.LB6 B-NB* BAB ,IB+LB6 BBB 0*NB)IB6 AB (LB6 'NBBBB 0&IB6 %LBBAB $NB6 #IB* BBB 0"LB6 !NB6 0 6 B@AB  NBB06 B BLBBBBB 0LB6 NB* BAB IBLB6 BBB 0NBIB6 AB LB6 NBBBB 0IB6 LBBAB NB6 IB* BBB 0LB6 NB6 0  @P6 B@AB NBB06 B LBBBBB 0LB6 BNB* BAB IBLB6 BBB 0NBIB6 AB LB6 NBBBB 0IB6 LBBAB NB6 IB* BBB 0LB6 NB6 0 6 B@AB NBB06 B BLBBBBB 0LB6 NB* BAB IBLB6 BBB 0NBIB6 AB LB6 NBBBB 0IB6 LBBAB NB6 IB* BBB 0LB6 ANB6 0  @P6 B@AB NBB06 B LBBBBB 0LB6 BNB* BAB IBLB6 BBB 0NBIB6 AB LB6 NBBBB 0IB6 LBBAB NB6 IB* BBB 0LB6 NB6 0 6 B@AB NBB06 B BLBBBBB 0LB6 NB* BAB IBLB6 BBB 0NBIB6 AB LB6 NBBBB 0IB6 LBBAB NB6 IB* BBB 0LB6 ANB6 0  @m6 B@AB NBB06 B LBBBBB 0LB6 BNB* BAB IBLB6 BBB 0NBIB6 AB LB6 NBBBB 0IB6 LBBAB NB6 IB* BBB 0LB6 NB6 0 6 B@AB B NBB06 B LBBBB 0LB6 NB* B IBLB6 B 0NBLB6 B NLBL6 NNBQB 0NIBL6 NLBQB B NNBL6 NLBQ* B 0NLBL6 NNB6 0 Q @6 B@Q B * * B B0N6 B LBNBQB 0N6 LN* QB NLN6 BQB 0NLN6 QB N6 LNBQB 0N6 LNQB N6 LN* BQB 0aa( ( N6 L6 0 N6 B@B B06 B BBB 06 * B 6 BB 06 B 6 BB 06 B 6 * BB 06 6 0  Alexel / RealTech(0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x ll@NoName  MG&9  !85. :".727*)*;"ZH4K5;-np\ LH + bH:1vft[3  )0=2 2 RC4 Pn$    \>' -g/ '3E*=% 2 "*&+=(  C#, $+  4 01!1': & 4 A >$55!/ E&/ +'  # -1 +%  * ) %    '  ##      -   )  (   "   ! " (     !   "  "     &  #   !  $    $ &     #            #   &                                                                                                  (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x VV@NoName 9. 14&3'/-%/+& $)'! "%$                      (0@, <FPZdn (2 < F P Z d n x  0NoName           (0@, <FPZdn (2 < F P Z d n x i i @NoName ' .\$'577 Z)='*c ! 7Z&D!< FR *  59M&*&5F("F  D*, +$, 3') #  . *'  . ! ) "&2  +## " "         !                   $                                                  (0@, <FPZdn (2 < F P Z d n x @NoName %3     !5-"  2' :%+ * E 3 +54 !@(*0  F#%   Q:1)=3,:& '  " ='? !)7.V5078 /@1$  7!o -4   H"""",A86 "1  A V (- ", 3%;2+%+9I-*&%&&:1$@ 1 !$%3 "4#;*E-! 3 - +<&%/ $  +  & #,%  *" & %,5-!) )    ,  $  K    +&   >   &     # #  '           !           !                                                                                                                                                                                                  (0@, <FPZdn (2 < F P Z d n x @NoName Np 6 # )    1 7'):;2           TEb  &C ,    5/+ ! *!   *     #$& !   !                                         (0@, <FPZdn (2 < F P Z d n x GG5NoName  $          (          !&        "       4  '   !%4"*       /     6.   (0  +    $  ; ! 6   .  "0,9. 6    43-* *  G0!.*#,$ 1,/ "   !E =I 9M   $&N21 LA3+J0$ % (   ' >&( 3 -1"  )3;6= *&* $& !  )*-#"    1 &8!9 + G " (+% ! "  .  )> 89"E $ 2 % 1#    8"2#441@$)  6L() %    ! 4  %%/ &% &  1   ,#))#% 2  ,  "- ("$1$  ,-   $ !*  '*+<0  */#  &  =   )!#  " %=%'7 B$ ! $&  &- < .' '(  &  ) # ;   #   .! , $#,6?'4 %+&. - 0    %/  5: 7 ? +," 1 !2( 8' ?/,& A+,& ( > ?' ?::2 5 6 @ 3 $& "* #  & ,!< "" *  # 3)$ &*'0.%2-"  <$ *5   #    # #" -'" & 7   * #  $%  $! (%#%($  +4   33    .)  #6%!! F '& '$S1&   ',/  ! ( 2  !$      # $ 4  '/ !! !  !=  #'0/    ( "     !-,  %!! !+    +  *!  $!          $         (' %         ,'      !(0    ( ,  %       &  % )"      ; 7%          "            "              * !&  @ )        !   %    6%  +  %   &    !$   % (          9  !    -      -!          $ .',      ! #   &       #  ( #  *           !   #  "       '         $ %         %   $% "                                              ( ! *,              &              "               ,                                                                                                                          %                                                                                                                                                                                                                                                                                                  (0@, <FPZdn (2 < F P Z d n x  (!-<<<<<FPZdn (2 < F P Z d n x b (0@, <FPZdn (2 < F P Z d n x :xL:@ Synth07.smp2                                                                                                                                                                                                                                                                                                                                    ( 4<<<<<FPZdn (2 < F P Z d n x 0JAj@  Synth07.smp2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   (0@, <FPZdn (2 < F P Z d n x ' synth_2use_2 R1 8b%L J, J; H Ƃ  U#      Y (    #    e #   "  }0       ߍ(     !   '    Ŭ '     /  Ͱ!3  3  ,   "   ! *   #     (     *   ) +                                                                                                                                                     (0@, <FPZdn (2 < F P Z d n x s{i? <@ synth_2use_2                                                                                #"                                                                                                                                                                                        !('                                       "!          "# !! $'                                                        !" ),$'(#!%   "                                                                                                                                                  "#           !                                         $# "!%"     ""       #"            !                                        "# ! #  !$# "!           !  !"  ''                                                                                                                                                                             "$                                             $%                      "                                                                                                                                                                                                                                                                                                                              ""                                                                                                                                                                                                                                                                                                                                                                                        ""                                                                                                                                                                                                                                                                                                                         (0@, <FPZdn (2 < F P Z d n x oo@NoName   8H")~4B ! #   "('( !"- #aJ  )( 5 2$ &9= )'   $  '   8'!$/    " *  " & #  - . >/ $ "$+  + & -#! % ## % , %  !!    6 $,.A +   )4  &% # %& -# %  "   2(/  &<-3 ###$    1! # ,*    #  !"   #, , .B#    % $' ."040 )  #$ $ / *   )%      %$        # &    "  %'  )1            #    !  "     #   " &   (     # (   %              !                                 #                                                                                                        (0@, <FPZdn (2 < F P Z d n x -m" l0 Synth07.smp2                                                                                                                                                                                                                       heroes-sound-tracks-1.0/heroes02.xm0000644004117000411500000060207407141061660012740 Extended Module: <-- Caeros --> FastTracker v2.00 : '  !"#$% & @%% 0$% 0$% 0$% 0% 0$% 0$% 0$% 0$% 0% 0$ @% 011 18 1B 1# $11% 0$% 0$% 0% 0$% 0=  =  1   =  $ =   1      % 0       $    % 0$% 0% 0$ @%% 0% 01 $% %% 0$$1 %% 0% 01 $% %% 0% 0$$2 %% 0% 01 $% %% 0$$1 %% 0% 01 $% %% 0% 0$$/ % @,% 0% 011 18 1 1B 1# $% %11% 0$$1 %% 0% 01 $% %% 0% 0$$2 %% 0% 0=  =  1 1   =  $% % =   1      % 0$       $1 %    % 0% 01 $% %% 0% 0$1 01 @$/ %1 1  @{%% 0% 0%1 0aaaaa$1 %1 $$% %%1 $11 $% 0$%$$1 %#$#$% 0% 0%$1 $$% %%$% 01$% 0$%$$2 %&$)$% 0% 0%$1 %$$% %%$1$% 0$%$$1 %#$#$% 0% 0%$1 $$% %%$% 01$% 0$%$$/ %&$)$ @v% 0% 0%11 $18 1 %1B $1# $% %%1$11$% 0$%$$1 %#$#$% 0% 0%$1 $$% %%$% 01$% 0$%$$2 %&$)$% 0% 0%=  $=  1 %1  $ =  $% %% =  $ 1  1  $  % 0$%      $ $1 %# $ # $ % 0% 0%$1 $$% %%$% 01$% 0$%$$/ %&$)$ @%% 0% 0%1$1 %1$$% %%1$11$% 0$%11$$1 %#1$#1$% 0% 0%1$1 1$$% %%1$% 011$% 0$%11$$2 %&1$)1$% 0% 0%1$1 %1$$% %%1$11$% 0$%11$$1 %#1$#1 $ % 0% 0%1 $!1 1!$!$% %%1"$"% 011"$#% 0$%1##1$$$$/ %&1$$%)1%$& @a% 0% 0%1&$11 %1&$1$% %%1'$111($1% 0$%1(11)$1$1 %#1*$1#1*$1% 0% 0%1+$11 1,$1$% %%1,$1% 011-$1% 0$%1.11/$1$2 %&1/ $1 )10!$1!% 0% 0%111 0"$1"1 %11#$1#$% %%121 #$1$113$$1%% 0$%131 @%1&14&$1&$1 %#151 '$1'#15($1(% 0% 0%161 )$1)1 17*$1*$% %%181 *$1+% 0118+$1,% 0$%191 ,1-1:1 8-$1.$/ %&1:1 .$1.)1;1 /$10 @:%8% 0% 01=/ @11 0aa$1 1=/ @1 $$% %1=/ @= @1 $=;/ @= @1 $% 0$1=/ @= @1.; @$$1 %/= @$/$% 0% 01=/ 1$1 %>/ $$% %1=/ = $% 0=A/ > $% 0$1=/ = 1.A $$2 %2= $5$% 0% 01=/ @1$1 1=/ @$$% %1=/ @= @$=;/ @= @$% 0$1=/ @= @1.; @$$1 %/= @$/$% 0% 01=/ 1$1 %>/ $$% %1=/ = $% 0=A/ > $% 0$1=/ = 1.A $$/ %2= 1$5$ @)% 0% 01=/ @1$1 1=/ @$$% %1=/ @= @$=;/ @= @$% 0$1=/ @= @1.; @$$1 %/= @$/$% 0% 01=/ 1$1 %>/ $$% %1=/ = $% 0=A/ > $% 0$1=/ = 1.A $$2 %2= $5$% 0% 01=/ @1$1 1=/ @$$% %1=/ @= @$=;/ @= @$% 0$1=/ @= @1.; @$$1 %/= @$/$% 0% 01;/ 1$1 %:/ $$% %1;/ ; $% 0=:/ : $% 0$1=/ ; 1.: $$/ %2= 1$5$ @,#8# 0# 0/;/ @1$/ /;/ @$$# %/;/ @; @$;9/ @; @$# 0$/;/ @; @1.9 @$$/ %-; @$-$# 0# 0/;/ 1$/ #</ $$# %/;/ ; $# 0;?/ < $# 0$/;/ ; 1.? $$0 %0; $3$# 0# 0/;/ @1$/ /;/ @$$# %/;/ @; @$;9/ @; @$# 0$/;/ @; @1.9 @$$/ %-; @$-$# 0# 0/;/ 1$/ #</ $$# %/;/ ; $# 0;?/ < $# 0$/;/ ; 1.? $$- %0; 1$3$ @1# 0# 0/;/ @1$/ /;/ @$$# %/;/ @; @$;9/ @; @$# 0$/;/ @; @1.9 @$$/ %-; @$-$# 0# 0/;/ 1$/ #</ $$# %/;/ ; $# 0;?/ < $# 0$/;/ ; 1.? $$0 %0; $3$# 0# 0/;/ @1$/ /;/ @$$# %/;/ @; @$;9/ @; @$# 0$/;/ @; @1.9 @$$/ %-; @$-$# 0# 0/9/ 1$/ #8/ $$# %/9/ 9 $# 0;8/ 8 $# 0$/;/ 9 11 .8 1 $$- %0; 11 $31 $ @%8% 0% 01=/ @11 1.1 0$1 1=/ @11 $$% %1=/ @= @1 01$1 $=;/ @= @11 $% 0$1=/ @= @11 1..; @1$$1 %/= @1 01$$/1$% 0% 01=/ 11 1.$1 %>/ 1$$% %1=/ = 1 01$$% 0=A/ > 1$% 0$1=/ = 11 1..A 1$$2 %2= 1 01$$51$% 0% 01=/ @11 1.$1 1=/ @1$$% %1=/ @= @1 01$$=;/ @= @1$% 0$1=/ @= @11 1..; @1$$1 %/= @1 01$$/1$% 0% 01=/ 11 1.$1 %>/ 1$$% %1=/ = 1 01$$% 0=A/ > 1$% 0$1=/ = 11 1..A 1$$/ %2= 11 01$$51$ @% 0% 01=/ @11 1.$1 1=/ @1$$% %1=/ @= @1 01$$=;/ @= @1$% 0$1=/ @= @11 1..; @1$$1 %/= @1 01$$/1$% 0% 01=/ 11 1.$1 %>/ 1$$% %1=/ = 1 01$$% 0=A/ > 1$% 0$1=/ = 11 1..A 1$$2 %2= 1 01$$51$% 0% 01=/ @11 1.$1 1=/ @1$$% %1=/ @= @1 01$$=;/ @= @1$% 0$1=/ @= @11 1..; @1$$1 %/= @1 01$$/1$% 0% 01;/ 11 1.$1 %:/ 1$$% %1;/ ; 1 01$$% 0=:/ : 1$% 0$1=/ ; 11 1..: 1$$/ %2= 11 01$$51$ @#8# 0# 0/;/ @11 1.$/ /;/ @1$$# %/;/ @; @1 01$$;9/ @; @1$# 0$/;/ @; @11 1..9 @1$$/ %-; @1 01$$-1$# 0# 0/;/ 11 1.$/ #</ 1$$# %/;/ ; 1 01$$# 0;?/ < 1$# 0$/;/ ; 11 1..? 1$$0 %0; 1 01$$31$# 0# 0/;/ @11 1.$/ /;/ @1$$# %/;/ @; @1 01$$;9/ @; @1$# 0$/;/ @; @11 1..9 @1$$/ %-; @1 01$$-1$# 0# 0/;/ 11 1.$/ #</ 1$$# %/;/ ; 1 01$$# 0;?/ < 1$# 0$/;/ ; 11 1..? 1$$- %0; 11 01$$31$ @# 0# 0/;/ @11 1.$/ /;/ @1$$# %/;/ @; @1 01$$;9/ @; @1$# 0$/;/ @; @11 1..9 @1$$/ %-; @1 01$$-1$# 0# 0/;/ 11 1.$/ #</ 1$$# %/;/ ; 1 01$$# 0;?/ < 1$# 0$/;/ ; 11 1..? 1$$0 %0; 1 01$$31$# 0# 0/;/ @11 1.1 0$/ /;/ @1$$# %/;/ @; @1 01$$;9/ @; @1$# 0$/;/ @; @11 1.1 @.9 @1$$/ %-; @1 01$$-1$# 0# 0/9/ 11 1.1 $/ #8/ 1$$# %/9/ 9 1 01$1 8$# 0;8/ 8 1$# 0$/;/ 9 11 1.1 .8 11 $$- %0; 11 01$1 $311 $ @%8% 0% 0%1 @=/ @11 1.1 0$ 1 %1 ?;/ ?11 $1) ? $% %%1 >=/ >1 01$1 $1) > 1>/ =11 $1) = " 0$%1 <=/ <11 1. 1 ;A/ ;1$1) ; $1 %#1 :>/ :1 01$$1) : #;/ 91$1) 9 % 0% 0%1 8=/ 811 1.$ 1 1 7;/ 71$1) 7 $% %%1 6=/ 61 01$$1) 6 % 01>/ 51$1) 5 " 0$%1 4=/ 411 1. 1 3A/ 31$1) 3 $2 %&/ 2>/ 21 01$$1) 2 )A/ 11$/) 1 % 0% 0%1 0=/ 011 1.$ 1 %1 /;/ /1$1) / $% %%1 .=/ .1 01$$1) . 1>/ -1$1) - " 0$%1 ,=/ ,11 1. 1 +A/ +1$1) + $1 %#1 *>/ *1 01$$1) * #;/ )1$1) ) % 0% 0%1 (=/ (11 1.$ 1 1 ';/ '1$1) ' $% %%1 &=/ &1 01$$1) & % 01>/ %1$1) % " 0$%1 $=/ $11 1. 1 #A/ #1$1) # $/ %&. ">/ "11 01$$1) " )A/ !1$.)  @% 0% 0%1 =/ 11 1.$ 1 %1 ;/ 1$1)  $% %%1 =/ 1 01$$1)  1>/ 1$1)  " 0$%1 =/ 11 1. 1 A/ 1$1)  $1 %#1 >/ 1 01$$1)  #;/ 1$1)  % 0% 0%1 =/ 11 1.$ 1 1 ;/ 1$1)  $% %%1 =/ 1 01$$1)  % 01>/ 1$1)  " 0$%1 =/ 11 1. 1 A/ 1$1)  $2 %&/ >/ 1 01$$1)  )A/ 1$/)  % 0% 0%1 =/ 11 1.$ 1 %1 ;/ 1$1)  $% %%1 =/ 1 01$$1)  1>/ 1$1) " 0$%1 =/ 11 1. 1 A/ 1$1) $1 %#1 >/ 1 01$$1) #;/ 1$1) % 0% 0%1 =/ 11 1.$ 1 1 ;/ 1$1)  $% %%1 =/ 1 01$$1)  % 01>/ 1$1)  " 0$%1 =/ 11 1. 1 A/ 1$1)  $/ %&. >/ 11 01$$1)  )A/ 1$.)  @%8% 0% 0%1=/11 1.$ 1 %1 ;/ 1$1)  $% %%1 =/ 1 01$$1)  1>/ 1$1)  " 0$%1 =/ 11 1. 1 A/ 1$1)  $1 %#1 >/ 1 01$$1)  #;/ 1$1)  % 0% 0%1 =/ 11 1.$ 1 1 ;/ 1$1) $% %%1 =/ 1 01$$1) % 01>/ 1$1) " 0$%1 =/ 11 1. 1 A/ 1$1) $2 %&/ >/ 1 01$$1)  )A/ 1$/)  % 0% 0%1 =/ 11 1.$ 1 %1 ;/ 1$1)  $% %%1 =/ 1 01$$1)  1>/ 1$1)  " 0$%1 =/ 11 1. 1 A/ 1$1)  $1 %#1 >/ 1 01$$1)  #;/ 1$1)  % 0% 0%1 =/ 11 1.$ 1 1 ;/ 1$1)  $% %%1 =/ 1 01$$1)  % 01>/ 1$1)  " 0$%1 =/ 11 1. 1 A/ 1$1)  $/ %&. >/ 11 01$$1)  )A/ 1$.)  @% 0% 0%1 =/ 11 1.$ 1 %1 !;/ !1$1) ! $% %%1 "=/ "1 01$$1) " 1>/ #1$1) # " 0$%1 $=/ $11 1. 1 %A/ %1$1) % $1 %#1 &>/ &1 01$$1) & #;/ '1$1) ' % 0% 0%1 (=/ (11 1.$ 1 1 );/ )1$1) ) $% %%1 *=/ *1 01$$1) * % 01>/ +1$1) + " 0$%1 ,=/ ,11 1. 1 -A/ -1$1) - $2 %&/ .>/ .1 01$$1) . )A/ /1$/) / % 0% 0%1 0=/ 011 1.1 $ 1 %1 1;/ 11$1) 1 $% %%1 2=/ 21 01$$1) 2 1>/ 31$1) 3 " 0$%1 4=/ 411 1. 1 5A/ 51$1) 5 $1 %#1 6>/ 61 01$$1) 6 #;/ 71$1) 7 % 0% 0%1 8=/ 811 1.1 $ 1 1 9;/ 91$1) 9 $% %%1 :=/ :1 01$1 $1) : % 01>/ ;1$1) ; " 0$%1 <=/ <11 1.1  1 =A/ =11 $1) = $/ %&. >>/ >11 01$1 $1) > )A/ ?11 $.) @  @#8# 0# 0#/ @;/ @11 1.1 0$ / #/ ?9/ ?11 $/) ? $# %#/ >;/ >1 01$1 $/) > /</ =11 $/) =   0$#/ <;/ <11 1. / ;?/ ;1$/) ; $/ %!/ :</ :1 01$$/) : !9/ 91$/) 9 # 0# 0#/ 8;/ 811 1.$ / / 79/ 71$/) 7 $# %#/ 6;/ 61 01$$/) 6 # 0/</ 51$/) 5   0$#/ 4;/ 411 1. / 3?/ 31$/) 3 $0 %$- 2</ 21 01$$/) 2 '?/ 11$-) 1 # 0# 0#/ 0;/ 011 1.$ / #/ /9/ /1$/) / $# %#/ .;/ .1 01$$/) . /</ -1$/) -   0$#/ ,;/ ,11 1. / +?/ +1$/) + $/ %!/ *</ *1 01$$/) * !9/ )1$/) ) # 0# 0#/ (;/ (11 1.$ / / '9/ '1$/) ' $# %#/ &;/ &1 01$$/) & # 0/</ %1$/) %   0$#/ $;/ $11 1. / #?/ #1$/) # $- %$, "</ "11 01$$/) " '?/ !1$,)  @# 0# 0#/ ;/ 11 1.$ / #/ 9/ 1$/)  $# %#/ ;/ 1 01$$/)  /</ 1$/)    0$#/ ;/ 11 1. / ?/ 1$/)  $/ %!/ </ 1 01$$/)  !9/ 1$/)  # 0# 0#/ ;/ 11 1.$ / / 9/ 1$/)  $# %#/ ;/ 1 01$$/)  # 0/</ 1$/)    0$#/ ;/ 11 1. / ?/ 1$/)  $0 %$- </ 1 01$$/)  '?/ 1$-)  # 0# 0#/ ;/ 11 1.$ / #/ 9/ 1$/)  $# %#/ ;/ 1 01$$/)  /</ 1$/)   0$#/ ;/ 11 1. / ?/ 1$/) $/ %!/ </ 1 01$$/) !9/ 1$/) # 0# 0#/ ;/ 11 1.$ / / 9/ 1$/)  $# %#/ ;/ 1 01$$/)  # 0/</ 1$/)    0$#/ ;/ 11 1. / ?/ 1$/)  $- %$, </ 11 01$$/)  '?/ 1$,)  @#8# 0# 0#/;/11 1.$ / #/ 9/ 1$/)  $# %#/ ;/ 1 01$$/)  /</ 1$/)    0$#/ ;/ 11 1. / ?/ 1$/)  $/ %!/ </ 1 01$$/)  !9/ 1$/)  # 0# 0#/ ;/ 11 1.$ / / 9/ 1$/) $# %#/ ;/ 1 01$$/) # 0/</ 1$/)   0$#/ ;/ 11 1. / ?/ 1$/) $0 %$- </ 1 01$$/)  '?/ 1$-)  # 0# 0#/ ;/ 11 1.$ / #/ 9/ 1$/)  $# %#/ ;/ 1 01$$/)  /</ 1$/)    0$#/ ;/ 11 1. / ?/ 1$/)  $/ %!/ </ 1 01$$/)  !9/ 1$/)  # 0# 0#/ ;/ 11 1.$ / / 9/ 1$/)  $# %#/ ;/ 1 01$$/)  # 0/</ 1$/)    0$#/ ;/ 11 1. / ?/ 1$/)  $- %$, </ 11 01$$/)  '?/ 1$,)  @# 0# 0#/ ;/ 11 1.$ / #/ !9/ !1$/) ! $# %#/ ";/ "1 01$$/) " /</ #1$/) #   0$#/ $;/ $11 1. / %?/ %1$/) % $/ %!/ &</ &1 01$$/) & !9/ '1$/) ' # 0# 0#/ (;/ (11 1.$ / / )9/ )1$/) ) $# %#/ *;/ *1 01$$/) * # 0/</ +1$/) +   0$#/ ,;/ ,11 1. / -?/ -1$/) - $0 %$- .</ .1 01$$/) . '?/ /1$-) / # 0# 0#/ 0;/ 011 1.1 $ / #/ 19/ 11$/) 1 $# %#/ 2;/ 21 01$$/) 2 /</ 31$/) 3   0$#/ 4;/ 411 1.1  / 5?/ 51$/) 5 $/ %!/ 6</ 61 01$1 $/) 6 !9/ 71$/) 7 # 0# 0#/ 8;/ 811 1.1 $ / / 99/ 911 $/) 9 $# %#/ :;/ :1 01$1 $/) : # 0/</ ;11 $/) ;   0$#/ <;/ <11 1.1  / =?/ =11 $/) = $- %$, ></ >11 01$1 $/) > '?/ ?11 $,) @  @i%8% 0% 0%= 011 1.1 0$1 %= (11 $$% %,8 1 01$1 $111 $% 0$%% 11 1.1$$1 %#/ 1 01$$"1$% 0% 0%= 011 1.$1 %= (1$$% %,8 1 01$$% 011$% 0$++ 11 1.1$$2 %*6 1 01$$)1$% 0% 0%= 011 1.$1 %= (1$$% %,8 1 01$$11$% 0$%% 11 1.1$$1 %#/ 1 01$$"1$% 0% 0%= 011 1.$1 %= (1$$% %,8 1 01$$% 011$% 0$++ 11 1.1$$/ %*6 11 01$$)1$ @Z% 0% 0%= 011 1.$1 %= (1$$% %,8 1 01$$11$% 0$%% 11 1.1$$1 %#/ 1 01$$"1$% 0% 0%= 011 1.$1 %= (1$$% %,8 1 01$$% 011$% 0$++ 11 1.1$$2 %*6 1 01$$)1$% 0% 0%= 011 1.$1 %= (1$$% %,8 1 01$$11$% 0$%% 11 1.1$$1 %#/ 1 01$$"1$% 0% 0%= 011 1.$1 %= (1$$% %,8 1 01$$% 011$% 0$++ 11 1.1$$/ %*6 11 01$$)1$ @%8% 0% 0111 @1=1.1 0$0 1 15/ <11 $/ $% %17- 81 @1$1 $- ==, 45 <11 $+ % 0$11* 07 811.) 5) ,= 41$( $1 %/7' (1 01$$& /=% $5 ,1$% % 0% 011# 7 (11.$# 1 %5" = $1$! $% %17 1 1$$ % 0== 5 1$ % 0$11 7 11. 5 = 1$ $2 %27 1 1$$ 5= 5 1$ % 0% 0111 @7 11.$0 1 15/ <= 1$/ $% %17- 81 @1$$- ==, 45 <1$+ % 0$11* 07 811.) 5) ,= 41$( $1 %/7' (1 01$$& /=% $5 ,1$% % 0% 011# 7 (11.$# 1 %5" = $1$! $% %17 1 1$$ % 0== 5 1$ % 0$11 7 11. 5 = 1$ $/ %27 1 11$$ 5= 5 1$  @% 0% 0111 @11.$01 15/ <1$/$% %17- 81 @1$$-==, 45 <1$+% 0$11* 07 811.)5) ,= 41$($1 %/7' (1 01$$&/=% $5 ,1$%% 0% 011# 7 (11.$#1 %5" = $1$!$% %17 1 1$$% 0== 5 1$% 0$11 7 11.5 = 1$$2 %27 1 1$$5= 5 1$% 0% 0111 @7 11.$01 15/ <= 1$/$% %17- 81 @1$$-==, 45 <1$+% 0$11* 07 811.)5) ,= 41$($1 %/7' (1 01$$&/=% $5 ,1$%% 0% 011# 7 (11.$#1 %5" = $1$!$% %17 1 1$$% 0== 5 1$% 0$11 7 11.5 = 1$$/ %27 1 11$$5= 5 1$ @#8# 0# 0//1 @1;1.$0 / /3/ <1$/ $# %/5- 8/ @1$$- ;;, 43 <1$+ # 0$//* 05 811.) 3) ,; 41$( $/ %-5' (/ 01$$& -;% $3 ,1$% # 0# 0//# 5 (11.$# / #3" ; $1$! $# %/5 / 1$$ # 0;; 3 1$ # 0$// 5 11. 3 ; 1$ $0 %05 / 1$$ 3; 3 1$ # 0# 0//1 @5 11.$0 / /3/ <; 1$/ $# %/5- 8/ @1$$- ;;, 43 <1$+ # 0$//* 05 811.) 3) ,; 41$( $/ %-5' (/ 01$$& -;% $3 ,1$% # 0# 0//# 5 (11.$# / #3" ; $1$! $# %/5 / 1$$ # 0;; 3 1$ # 0$// 5 11. 3 ; 1$ $- %05 / 11$$ 3; 3 1$  @+ # 0# 0//1 @11.$0/ /3/ <1$/$# %/5- 8/ @1$$-;;, 43 <1$+# 0$//* 05 811.)3) ,; 41$($/ %-5' (/ 01$$&-;% $3 ,1$%# 0# 0//# 5 (11.$#/ #3" ; $1$!$# %/5 / 1$$# 0;; 3 1$# 0$// 5 11.3 ; 1$$0 %05 / 1$$3; 3 1$# 0# 0//1 @5 11.$0/ /3/ <; 1$/$# %/5- 8/ @1$$-;;, 43 <1$+# 0$//* 05 811.)3) ,; 41$($/ %-5' (/ 01$$&-;% $3 ,1$%# 0# 0//# 5 (11.$#/ #3" ; $1$!$# %/5 / 1$$# 0;; 3 1$# 0$// 5 11 1.3 ; 1 1$$- %05 / 11 1$$3; 3 1 1$ @ %8% 0% 0%1 @=@ @11.1 $ 1 %1 ?;@ ?1 $$1) ? $% %%1 >=@ >1 $1) > 1>@ =1 $1) = " 0$%1 <=@ <1 1 ;A@ ;$1) ; $1 %#1 :>@ :$1) : #;@ 9$1) 9 % 0% 0%1 8=@ 81$ 1 1 7;@ 7$1) 7 $% %%1 6=@ 6$1) 6 % 01>@ 5$1) 5 " 0$%1 4=@ 41 1 3A@ 3$1) 3 $2 %&/ 2>@ 2$1) 2 )A@ 1$/) 1 % 0% 0%1 0=@ 01$ 1 %1 /;@ /$1) / $% %%1 .=@ .$1) . 1>@ -$1) - " 0$%1 ,=@ ,1 1 +A@ +$1) + $1 %#1 *>@ *$1) * #;@ )$1) ) % 0% 0%1 (=@ (1$ 1 1 ';@ '$1) ' $% %%1 &=@ &$1) & % 01>@ %$1) % " 0$%1 $=@ $1 1 #A@ #$1) # $/ %&. ">@ "1$1) " )A@ !$.)  @% 0% 0%1 =4 111 $ 18 1 %1 ;4 1B $1)  1# $% %%1 =4 1$1)  11>4 $1)  " 0$%1 =4 1 1 A4 $1)  $1 %#1 >4 $1)  #;4 $1)  % 0% 0%1 =4 1$ 1 1 ;4 $1)  $% %%1 =4 $1)  % 01>4 $1)  " 0$%1 =4 1 1 A4 $1)  $2 %&/ >4 $1)  )A4 $/)  % 0% 0%1 =4 1=  $ =  1 %1 ;4 1  $1)   =  $% %%1 =4  =  $1)   1  1>4  $1)   " 0$%1 =4 1     1 A4  $1)  $1 %#1 >4 $1)  #;4 $1)  % 0% 0%1 =4 1$ 1 1 ;4 $1)  $% %%1 =4 $1)  % 01>4 $1)  " 0$%1 =4 1 1 A4 $1)  $/ %&. >4 1$1)  )A4 $.)  @%8% 0% 0%1=41$ 1 %1 ;4 $1)  $% %%1 =4 $1)  1>4 $1)  " 0$%1 =4 1 1 A4 $1)  $1 %#1 >4 $1)  #;4 $1)  % 0% 0%1 =4 1$ 1 1 ;4 $1) $% %%1 =4 $1) % 01>4 $1) " 0$%1 =4 1 1 A4 $1) $2 %&/ >4 $1)  )A4 $/)  % 0% 0%1 =4 1$ 1 %1 ;4 $1)  $% %%1 =4 $1)  1>4 $1)  " 0$%1 =4 1 1 A4 $1)  $1 %#1 >4 $1)  #;4 $1)  % 0% 0%1 =4 1$ 1 1 ;4 $1)  $% %%1 =4 $1)  % 01>4 $1)  " 0$%1 =4 1 1 A4 $1)  $/ %&. >4 1$1)  )A4 $.)  @% 0% 0%1 =? 111 $ 18 1 %1 !;? !1B $1) ! 1# $% %%1 "=? "1$1) " 11>? #$1) # " 0$%1 $=? $1 1 %A? %$1) % $1 %#1 &>? &$1) & #;? '$1) ' % 0% 0%1 (=? (1$ 1 1 );? )$1) ) $% %%1 *=? *$1) * % 01>? +$1) + " 0$%1 ,=? ,1 1 -A? -$1) - $2 %&/ .>? .$1) . )A? /$/) / % 0% 0%1 0=? 01=  1 $ =  1 %1 1;? 11  $1) 1  =  $% %%1 2=? 2 =  $1) 2  1  1>? 3  $1) 3   " 0$%1 4=? 41     1 5A? 5  $1) 5  $1 %#1 6>? 6 $1) 6  #;? 7 $1) 7  % 0% 0%1 8=? 811 $ 1 1 9;? 9$1) 9 $% %%1 :=? :1 $1) : % 01>? ;$1) ; " 0$%1 <=? <11  1 =A? =1 $1) = $/ %&. >>? >11 $1) > )A? ?1 $.) @  @#8# 0# 0#/ @;@ @11 $ / #/ ?9@ ?1 $$/) ? $# %#/ >;@ >1 $/) > /<@ =1 $/) =   0$#/ <;@ <1 / ;?@ ;$/) ; $/ %!/ :<@ :$/) : !9@ 9$/) 9 # 0# 0#/ 8;@ 81$ / / 79@ 7$/) 7 $# %#/ 6;@ 6$/) 6 # 0/<@ 5$/) 5   0$#/ 4;@ 41 / 3?@ 3$/) 3 $0 %$- 2<@ 2$/) 2 '?@ 1$-) 1 # 0# 0#/ 0;@ 01$ / #/ /9@ /$/) / $# %#/ .;@ .$/) . /<@ -$/) -   0$#/ ,;@ ,1 / +?@ +$/) + $/ %!/ *<@ *$/) * !9@ )$/) ) # 0# 0#/ (;@ (1$ / / '9@ '$/) ' $# %#/ &;@ &$/) & # 0/<@ %$/) %   0$#/ $;@ $1 / #?@ #$/) # $- %$, "<@ "1$/) " '?@ !$,)  @# 0# 0#/ ;4 11/ $ 18 / #/ 94 1B $/)  1# $# %#/ ;4 1$/)  1/<4 $/)    0$#/ ;4 1 / ?4 $/)  $/ %!/ <4 $/)  !94 $/)  # 0# 0#/ ;4 1$ / / 94 $/)  $# %#/ ;4 $/)  # 0/<4 $/)    0$#/ ;4 1 / ?4 $/)  $0 %$- <4 $/)  '?4 $-)  # 0# 0#/ ;4 1;  $ ;  / #/ 94 /  $/)   ;  $# %#/ ;4  ;  $/)   /  /<4  $/)     0$#/ ;4 1     / ?4  $/)  $/ %!/ <4 $/)  !94 $/)  # 0# 0#/ ;4 1$ / / 94 $/)  $# %#/ ;4 $/)  # 0/<4 $/)    0$#/ ;4 1 / ?4 $/)  $- %$, <4 1$/)  '?4 $,)  @# 0# 0#/ ;? 1$ / #/ !9? !$/) ! $# %#/ ";? "$/) " /<? #$/) #   0$#/ $;? $1 / %?? %$/) % $/ %!/ &<? &$/) & !9? '$/) ' # 0# 0#/ (;? (1$ / / )9? )$/) ) $# %#/ *;? *$/) * # 0/<? +$/) +   0$#/ ,;? ,1 / -?? -$/) - $0 %$- .<? .$/) . '?? /$-) / # 0# 0#/ 0;? 01$ / #/ 19? 1$/) 1 $# %#/ 2;? 2$/) 2 /<? 3$/) 3   0$#/ 4;? 41 / 5?? 5$/) 5 $/ %!/ 6<? 6$/) 6 !9? 7$/) 7 # 0# 0#/ 8;? 81$ / / 99? 9$/) 9 $# %#/ :;? :$/) : # 0/<? ;$/) ;   0$#/ <;? <1 / =?? =$/) = $- %$, ><? >1$/) > '?? ?$,) @  @# 0# 0#/ ;? 11/ $ 18 / #/ !9? !1B $/) ! 1# $# %#/ ";? "1$/) " 1/<? #$/) #   0$#/ $;? $1 / %?? %$/) % $/ %!/ &<? &$/) & !9? '$/) ' # 0# 0#/ (;? (1$ / / )9? )$/) ) $# %#/ *;? *$/) * # 0/<? +$/) +   0$#/ ,;? ,1 / -?? -$/) - $0 %$- .<? .$/) . '?? /$-) / # 0# 0#/ 0;? 01;  1 $ ;  / #/ 19? 1/  $/) 1  ;  $# %#/ 2;? 2 ;  $/) 2  /  /<? 3  $/) 3     0$#/ 4;? 41     / 5?? 5  $/) 5  $/ %!/ 6<? 6 $/) 6  !9? 7 $/) 7  # 0# 0#/ 8;? 811 $ / / 99? 9$/) 9 $# %#/ :;? :1 $/) : # 0/<? ;$/) ;   0$#/ <;? <11  / =?? =1 $/) = $- %$, ><? >11 $/) > '?? ?1 $,) @  @3# 0# 0/;/ @1$/ /;/ @$$# %/;/ @; @$;9/ @; @$# 0$/;/ @; @1.9 @$$/ %-; @$-$# 0# 0/;/ 1$/ #</ $$# %/;/ ; $# 0;?/ < $# 0$/;/ ; 1.? $$0 %0; $3$# 0# 0/;/ @1$/ /;/ @$$# %/;/ @; @$;9/ @; @$# 0$/;/ @; @1.9 @$$/ %-; @$-$# 0# 0/9/ 1$/ #8/ $$# %/9/ 9 $# 0;8/ 8 $# 0$/;/ 9 11 .8 1 $$- %0; 11 $31 $>>> Momified by <<<(@@, <FPZdn?P P P P P Z d n x @>>> Momified by <<<  * 0.1@!AVGUCtz|ybi}MmRM]jwu6y :Mz..!( !5b%1?4kNsTVo]]I!0(*!Qo(T ӻ1j.]; =" '%̠ZddL?D? #  . ) MM0%;TM6$)$C'&ޝRA  !6 %:w'YHP/Rf(9/ -(=2H  *!A&  /  F-!0-//.)   " 1  "  $=<  /:0   *    &     , 6 F  $ #       "  " %   %-     !3   )    ##                                                                                     >>> ToalNkor of <<<(@@, <FPZdn?P P P P P Z d n x MM@A>>> ToalNkor of <<<         M[>,   "   #  "ZE"; ,     (    %   4[.۶'8 +   (    #   ET̺/2 (     %      !  OE/0%   "     1Q2-/         ;J%,.#   "        CC,* #             )E7 *+           4F),(            :>)(               %<9'(            *@5%   X<$[_D $)# !Bz3S`(U[:/* 9,^*VB0, >aS0 tػI-F)!+g uH;8#   m9\mX(71* W _)97!5) 3̱Pݟ*pQJJ,@4 ).!D4A":2 ) 7P3m/qBU7@-1$%[#^F6)!    XfąfM8 (  \%cF-)' "   >gV{[93A<.=#(JI +- ,"   LIRY oeN+aF.9-#GC0F "1*  r9XwFn^:L)4,# aQE 5#    6+S0{ CY;?3,*" LZE5'   #^ R#~)` J9, C-GB5 ) !    F5h_NȍDl MGB&%1 & D) "K'5&"   #in`ebJL4:$,7'')D3&    % R\&{7ؤSSԽ E3'3 %!>)$B$/ !     ߿ Y=]ቡ {Q6Z=*D,#38%%)8)    !fAV㐚tX PI8:&-A 36 ,!   #-GXWg'ڮ:S7:6%,6!$ !4'    Ef^d_,쾶?L3%9%( G( #+     *#l_ʟEbB պ!BE%#4$ <"!+3 $$   co|aש&^Q$Ƚ,C>2#< %*     ! sqwb%ⱣUX74C60!C$'"    O{o^)콫 GS@!9;!,A*+     9/[c6ͱ+NL1#79(3      #N$>fDྲ =MC%!66#$ 1      pz2aH˺*CF5"23 & .2 % !%     Rw6襜ZS9,>>2+. #7      wcɦVL2*9<0 $+1  $      *rZ ȪRN;-88,!(&      d[@ȹHF8" .3/# &2        (_P(ȺEE:(#/1,  )       7^Mʽ;E@1$.1(      :\MԿ$CA7 $--#     :WI%ǿ=A:. $+,         RL> 8;8-%((   !       2KC3 /663) #$      :D<0+/1.( !       1;5-! "''($     ;70' !&()&   //*%  !!      ++)$       ''$    &'$!  !!                                                            >>> For Heroes <<<(@@, <FPZdn?P P P P P Z d n x _W@G>>> For Heroes <<<  "   5F Z^ C;    h    k        AC5           h60                    e9&     "                      CD/8!*"         ""        + *%  !    !         X D/'0 ) $          3-!!&&#  82$' $     4]>35'+ $!#   22+ .!* %#& "$!#"+7) 0) )(&&#% ##"" "  "$9 !%1()( #& $"!  !,F 0"391(1(&* &$ % "! "       #%"%&" -- -- .,  -.#(/-  )/, * 8 *&.1-"#*)#)%%'!'% "%x:-+. 5883*# ,0* &,*"&*' $,/.'(031, #$ -343- $# ,254/"&)'!*.-( $-12/((.232OB95200010/,)%  $'***'$ hGMJC?;87443334566778777867"' +/0211. +'"%, 27;>?@><82 ,# (0>?><94.&$, 39=@@?<82 +# )17:>:R5/8<<<:83.' !(-145530+ $!'s#PM7.8* (& '1 !6*9-<.!?))A!2A;=C2&E"6?BO UJ>,PJ<,NH<*NE@%OCB!O$@EN)@#LI޾07FNE7.I\ TK߼,9@HA4)D B/,B C,/B D*1AD)0@C)14>"1<B'3=D;4&C C%6:DA)2<E?,/>$0 6,"?=0+BHA31CK I$?7/EK I$@70EK Gܯ%Nط,D77B'IL J"A.92506,9$>C FF B:+-9B741#,*%17;==;6 0)&29=>=92'*08O9ϰNF#27AC?8%.1"8>?>8!-/8==8 ,,˳U B5пIG65EE8/"@F >%,:DB51AE <');G?Dڳ O >3FG81CE:+%> E?".8DC44C ,;0!8,03)6#89 :::;;::::;;FDLѾC-9519+;&;!<= < < <<<;;$()%)+).*/./2+7%;>?>$:.27(? J0ܷ6AEA)۾86+>A A!;.28'>A @!;-36$(, /12 332#-+(168 72(*0(XH?D E+/>@8/)9=9%10&8:9!4,*46 H1/CC#ۿ77"A ?%46=/52/1/-1'464&(< 6/'75&.1 53)*2 5 2*)3 5 1) ?+)94((1 2 /'&. 1/!(*.#+ )' 5?#75,6%4!3 0!/!/#-%,'+)) (>&6.11 -1)2'2&2%1$2$2$1"23- -0&2!21#/(-+ )/&/!10! !$%''!' #' #' $' #( #( --%$, &) %(!))'$ "'(!(&$ "()"%)+ '(+ ')+!#0& &.**,$ #+'(*$  *$)     !""#!*-# +! "*%((# )$%'! ' !% 0*+*(*()((('(&)$ )" $$#&("'%&&%'# ##" ("# !               !                   $$ "                                                                                                                                                                                                   !( Big big kisses 2(@@, <FPZdn?P P P P P Z d n x   -W Big big kisses 2    $q+ -$ & $$   ,&0'!   " & %=$:3"(   (&!N  !,' !   3%.")  '!    !   #! < & %$  $ "#  &    $ +(  .               !  "$>   (  5   &  !    !    %,  #      $#(        +   *        %&- #            '                    '  "                                                 -+CORINNE and MURIEL+-(@@, <FPZdn?P P P P P Z d n x Yvr@:-+CORINNE and MURIEL+-                                                                                                                                        "    !                                                                                                                                                                                  !( Egyptian level music(@@, <FPZdn?P P P P P Z d n x D Egyptian level music JDvB(TXb(vV&~LF@ИLVN,>".HL*>("ؾ: P8<.F:.":,:F@T6@h¬8VZ"~  p*`r0<.<>Hj6R> Rz` j:@hn|qk DL >Ү@R*ޒ,Z:Ʀ(VL`,<F`,8DR6HR֔rBBzv2B^ZXրTh@F "Hr P,~xTδ l" z,*(( (Jn̪ܲRF b|$ZFJԸHDV6$bμ$66 H(Rx.r~^N 2lXB0`0蒆>Φjvv"vrHH, ,6 Rbfʶ0BLR VVR:(NPȒnL@*0d؎J^VJ H&N8>ZL"0 8JtҦ,20DhD 8DD XȘN:| <(8FL$ *PX0 6 p¸04*\D @*LF Hf < R*$Z޼X(p̀& 2"6T$2 :`LJ0 R20D6.t:8" .  ʸV2 >Ȟp0Z * f.n4@dL^d܄,80ΦJ "88bֶL*46>Nt$2>J"LX6(0ޢ>6 <ڸFD,:6FPB8@: ĮV8`d>8N|f ʢ2$ $X&"<8آ( FJ&< (H\ "j\8@8 F8* ^&$"L  ."BIJT @r,$ .&,T.$&p  @ ʼ>` $`<4 $,H"0,& 0*l&20* *2 B 2( ,p" V <,(JD &:4ԾDT*F0>&N2L JZ$  *" Z, *H&. : (P">0  (*..:20 & 2 4$.". ((BH( X$ 62&@: *.\*$@0 $"B*  44(44 N *  2$ . T(, :"8 , 0@.*  &   P6D V.$6D6,.0 06 (<8  &   0 *&& &  2  ,& "(   ,    &  ,"    (8&    F (   2&      < "  ..$& $ "&6 0&2    2"& ,     $    & & "   ( B ,"   D $(""  $  8 ($  (   "&&  2$ "8 & (  $  &  *   "    &">  .        $ $   " "        * ,P* $       2&""@    &,   (    " < * $   *"D  .  ".2 <*" 22. & *("(   "6 . 8$ , & " .  &  " 4  .  "   " "    * &    $ (  4*  *    8  &(      &  :     $  4  "   0                  ( &      (    "" *             $          "  "          "  $$   "                                            " "                *                                                                                                                                                                  (Even if it's trance)(@@, <FPZdn?P P P P P Z d n x  @(Even if it's trance)      BC F&    0#             ^ غ *I ..- ($/           `R]0!ӕ1B*&B)ڽ83" ,- /6/46  -+** +,+  7% !'O:6%$+ ɳ   (<:5*)23T4׻C  !X(؝ $&:BH  7*Ԙ &(*-.þ  -   (  /L23 %' "-#E  #  , - O*  1 -, "9 % ") #. this kind of music...(@@, <FPZdn?P P P P P Z d n x LL@r this kind of music...heroes-sound-tracks-1.0/heroes03.xm0000644004117000411500000056301607141061660012743 Extended Module: inci zif FastTracker v2.00     @FHB C B aC B 75HC ЀFBB C a HB C% 75 FHB C a B C 75HC FB aC pHB 75C `FHB C QaC @B 75HC 0FBC a HB C% 75 FHB C a B C 75HC FB aC HB 75HC  @FHB C aC B 75HC FBB C a HB C% 75 FHB C a B C 75HC FB aC HB 75C FHB C aC B 75HC FBC a HB C% 75 FHB C a B C 75HC FB aC HB 75HC  @HC C  ?aHC BC >a HC% B HC p7 aC `HC PB C @H C 0HC !C  HC 0BC  HC%  HC 7 aC aHC B ?C H aHC  @HC >C  HC BC 0 HC% @ HC P7 aC `HC pB C H C HC C  HC BC Ѐ HC% a HC 7 aC HC B C H B HC  @FHB C !aC B 75HC FBB C a HB C% 75 FHB C 0a B C 75HC FB aC HB 75C FHB C !aC B 75HC FBC a HB C% 75 FHB C Pa B C 075HC FB aC HB 75HC  @FHB C !aC B 75HC FBB C 0a HB C% 75 FHB C `a B C 75HC FB aC HB 75C @FHB C 0aC B 75HC FBC a HB C% 75 FHB C pa B C 075FHC @B aC pFHB 75FHC  @aFHB C >aB C 0C$ B 75C$ 0HC P FBB C paC P C pHB C% 75  C FHB C a  C$ B C 75 HC C$ FB aC C  HB 75C$ C  FHB C aC$ C C$ B 75C$ HC  FBC aC C HB C% 75 C FHB C a C$ B C 75 HC C$ FB aC C  HB a75C$ HC  @AFHB C a?C C$ B 75C$ HC  FBB C aC C HB C% 75 C FHB C a C$ B C 75 HC C$ FB aC C  HB 75C$ C  FHB C aC$ C C$ B 75C$ HC  FBC aC C HB C% 75a AC aFHB C a C$ B C 75 HC ?C$ aFB aC C  HB 75C$ HC  @<FHB C a>C C$ B 75C$ HC  FBB C aC C HB C% 75 C FHB C a C$ B C 75 HC C$ FB aC C  HB 75C$ C  FHB C aC$ C C$ B 75C$ HC  FBC aC C HB C% 75 C FHB C pa C$ pB C 75 HC C$ FB aC C  HB a75aC$ HC  @>FHB C aC C$ B 75C$ HC  FBB C aC C HB C% 75 C FHB C Pa C$ PB C 75 HC C$ FB aC C  HB 75C$ C  FHB C aC$ C C$ B 75C$ HC  FBC aC C HB C% 75 C FHB C 0a C$ 0B C 75 FHC C$ B aC C  FHB 75C$ FHC  @HC 񀀀B C  ?aHC ЀBC >a HC% B HC 7 aC HC B C pH C `HC QC @ HC 0BC  HC%  HC 7 aC aHC B ?C H aHC  @@FHB C aC C$ B 75C$ HC  FBB C aC C HB C% 75 C FHB C Pa C$ PB C 75 HC C$ FB aC C  HB 75C$ C  FHB C aC$ C C$ B 75C$ HC  FBC aC C HB C% 75 C FHB C 0a C$ 0B C P75 FHC @C$ PB aC @C 0 FHB B 75C$ 0FHC  @FHC B aC C$  75C$ HC  BC aC C HC% 75 C HC a C$ C 75 HC C$ B aC C  H 75C$ C  HC aC$ C C$ 75C$ HC  BC aC C HC% 75 C HC a C$ C 75 HC C$ B aC C  H 75C$ HC  @HC aC C$  75C$ HC  BC aC C HC% 75 C HC 0a C$ 0C 75 HC C$ B aC C  H 75C$ C  HC aC$ C C$ 75C$ HC  BC aC C HC% 75 C HC @a C$ @C 75 HC C$ B aC C  H 75C$ HC  @#FHC @aC C$  75C$ HC p FBC 0aC C HC% 075 C FHC `a C$ 0C 075 HC C$ FB aC C  H 75C$ C 0 FHC @aC$ C C$ 75C$ HC p FBC 0aC C HC% 075 C FHC `a C$ @C 075 HC C$ FB aC C  H 75C$ FHC 0 @9FHB C PaC C$ PB 75C$ HC  FBB C aC C HB C% 75 C FHB C a C$ B C p75 HC C$ pFB aC C  HB 75C$ C  FHB C PaC$ C C$ PB 75C$ HC  FBC aC C HB C% 75 C FHB C a C$ B C p75 HC C$ pFB aC C  HB 75C$ HC  @-FHB C PaC C$ PB 75C$ HC  FBB C aC C HB C% 75 C FHB C a C$ B C p75 HC C$ pFB aC C  HB 75C$ C  FHB C PB aC$ C C$ P 75C$ HC  BC aC C HC% 75 C HC a C$ C p75 HC C$ pB aC C  H B 75C$ HC  @'C a70C 0C$ - 750C$ C 0 C a0C C -C% 750  0C C a0  0C$ aC 750 aC C$  a0C C   750C$ C 0 C a0C$ C 0C$  750C$ C 0 C a0C C C% 750  0C C pa0  0C$ pC 750 C C$  a0C C   750C$ C 0  @~FHB C B a70C 0C$ B 750C$ HC 0 FBB C a70C C HB C% 750  0C FHB C a70  0C$ B C 750 HC C$ FB a70C C  HB 750C$ C 0 FHB C a70C$ C 0C$ B 750C$ HC 0 FBC a70C C HB C% 750  0C FHB C pa70  0C$ pB C 750 HC C$ FB a70C C  FHB 750C$ FHC 0  @tFHB C a70C 0C$ B 750C$ HC 0 FBB C a70C C HB C% 750  0C FHB C a70  0C$ B C 750 HC C$ FB a70C C  HB 750C$ C 0 FHB C a70C$ C 0C$ B 750C$ HC 0 FBC a0C C HB C% 750  0C FHB C pa0  0C$ pB C 750 HC C$ FB a0C C  FHB 750C$ HC 0  @FHB C B a70 0C 0C$ B 750C$ HC 0 FBB C a70 0C C HB C% 750  0C FHB C a70 0  0C$ B C 750 HC C$ FB a70 @C C  HB 750C$ C 0 FHB C a70 EC$ C 0C$ B 750C$ HC 0 FBC a70 EC C HB C% 750  0C FHB C pa70 E  0C$ pB C 750 FHC C$ B a70 @C C  FHB 750C$ HC 0  @)C B a7C C$ - 75C$ C  C aC C -C% 75  C C a  "C$ aC 75$ aC C$  a(C C   75+C$ C , C a-C$ C /C$  750C$ C 0 C a0C C C% 750  0C C pa0  0C$ pC 750 C C$  a0C C   750C$ C 0  @FHB C a70 5C 0C$ B 750C$ HC 0 FBB C a70 5C C HB C% 750  0C FHB C a70 @  0C$ B C 750 HC C$ FB a70 EC C  HB 750C$ FC 0 FHB C a70 EC$ C 0C$ B 750C$ HC 0 FBC a70 EC C HB C% 750  0C FHB C pa70 5  0C$ pB C 750 FHC @C$ B a70 %C C 0 FHB 750C$ FHC 0  @FHB C a70 %C 00C$ B 750C$ 0HC P0 FBB C pa70 %C P C pHB C% 750  0C FHB C a70 %  0C$ B C 750 HC C$ FB a70 %C C  HB 750C$ C 0 FHB C a70 %C$ C 0C$ B 750C$ HC 0 FBC a70 %C C HB C% 750  0C FHB C a70 %  0C$ B C 750 HC C$ FB a70 %C C  HB 750C$ HC 0  @~FHB C a70 @C 00C$ B 750C$ 0HC P0 FBB C pa70 @C P C pHB C% 750  0C FHB C a70 @  0C$ B C 750 HC C$ FB a70 %C C  HB 75.C$ FC - FHB C B a7+ 0C$ C )C$  75'C$ HC & BC a7% 5C C HC% 75"  C HC a7 @  C$ C p75 HC @C$ pB a7 FC PC 0 @FH B 75C$ 0HC   @;FHB C >aC C$ B 75C$ HC  FBB C aC C HB C% 75 C FHB C a C$ B C 75 HC C$ FB aC C  HB 75C$ C  FHB C aC$ C C$ B 75C$ HC  FBC aC C HB C% 75 C FHB C pa C$ pB C 75 HC C$ FB aC C  HB a75C$ HC  @?FHB C a?C C$ B 75C$ HC  FBB C aC C HB C% 75 C FHB C a C$ B C 75 HC C$ FB aC C  HB 75C$ C  FHB C aC$ C C$ B 75C$ HC  FBC aC C HB C% 75a AC FHB C a C$ B C 75 HC C$ FB aC C  HB a75aC$ HC  alexel.rt(0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x  alex.livernaux@(0@, <FPZdn (2 < F P Z d n x  wanadoo.fr(0@, <FPZdn (2 < F P Z d n x  !((0@, <FPZdn (2 < F P Z d n x $@ NoName (0@, <FPZdn (2 < F P Z d n x QQ:NoName   '5!            ( &          '   &          !            !   $                                        (0@, <FPZdn (2 < F P Z d n x  <NoName  3 VT# 2  0       -& !"   # .%  0   $* 1     ' *   '  5 L 3#  * ( %#  3 "  ((   - 0             #0 &  $  "      "                                                                                              (0@, <FPZdn (2 < F P Z d n x   8NoName -'1<".)g3) &#0@& GJ# 8/% +6N+ #(8LS26' &. .) A'$"%E/P+ !"-)1 7$"$  ! $4? 5%/!4 3#-+7(/.. %   " .3  !&&8 0  ) ,  ")" '    1 #    #'    3 (     #  !   #         #)                    #                                                                      (0@, <FPZdn (2 < F P Z d n x @NoName +$ G  ) .A@6\Y8"8 R9.X(L ^R1$C $V &!AB-$ERB#7+0F&):=V:%P# "+%-G1!LM(3b,20*:2,= 7G :į(G"23+0. 2, -U7" "?)  B<(+ B'6%!!N#*"4 ,";'@M"'A+&6"':* D @-2 %% 6&1  ((#$! - .  *&(- + +   )! 7,   )$,? 7 %( ) % #  '   #- %    $   # ( !  ' %  !                                                                                                                    (0@, <FPZdn (2 < F P Z d n x k?k?*NoName  $          (          !&        "       4  '   !%4"*       /     6.   (0  +    $  ; ! 6   .  "0,9. 6    43-* *  G0!.*#,$ 1,/ "   !E =I 9M   $&N21 LA3+J0$ % (   ' >&( 3 -1"  )3;6= *&* $& !  )*-#"    1 &8!9 + G " (+% ! "  .  )> 89"E $ 2 % 1#    8"2#441@$)  6L() %    ! 4  %%/ &% &  1   ,#))#% 2  ,  "- ("$1$  ,-   $ !*  '*+<0  */#  &  =   )!#  " %=%'7 B$ ! $&  &- < .' '(  &  ) # ;   #   .! , $#,6?'4 %+&. - 0    %/  5: 7 ? +," 1 !2( 8' ?/,& A+,& ( > ?' ?::2 5 6 @ 3 $& "* #  & ,!< "" *  # 3)$ &*'0.%2-"  <$ *5   #    # #" -'" & 7   * #  $%  $! (%#%($  +4   33    .)  #6%!! F '& '$S1&   ',/  ! ( 2  !$      # $ 4  '/ !! !  !=  #'0/    ( "     !-,  %!! !+    +  *!  $!          $         (' %         ,'      !(0    ( ,  %       &  % )"      ; 7%          "            "              * !&  @ )        !   %    6%  +  %   &    !$   % (          9  !    -      -!          $ .',      ! #   &       #  ( #  *           !   #  "       '         $ %         %   $% "                                              ( ! *,              &              "               ,                                                                                                                          %                                                                                                                                                                                                              (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x P*&  NoName ke! g@P>B'gfdju # gIC/C, _!uWȼhۀ% dLB'C/V)L(пdύz$ cNC"?0! J5n7A޽dŞs! `JIA0! 7IT*Ldɺp _ET @5!+VG# ¤[_m ^=^ :3$ c60əf\l _7n74( r%< Ҋr\o  ]0z25'  In [ns  Z,+5' Q`[bw Y {'4( ^[XV  Vu1*# {` K( X'7! Vw /+" jf$ 01 W-,' V"u++" [h* 0>   W4",   R&{," Ij0  .E  T=0   R) с)$7j7   {S    SD 2   Q+ ܅ ($ 'k>   rZ    PJ4ʗ   Q+捱(% hB  m\     PQ5ӝ   P,!#  bM  aa    PV3➵    P*$  [N&  [`&   LY2륲     J, # SO+   Pc.     K]/    J(  NO+  Fa3    Ka- I%áOE  >]:   @b" ±   G$h  5Z>  ;j3Э  " v    ,WA  Ie׸  QE , Ƿ    $RF   Bi޾    JH%BVܺ   IG$   Bi   DH*Cb      BG)  Be      :I.Dc   ;G/   @c     7C1@c      BG9   Bb      .B5?`     ,E8  .V$     %92>\     )>5"  >Z  ߼   27'>X    ;6#   >V   47(=U      47$ ;U    16)   Q  1@   R  .D  R  /=   V -O U  -?    X  #N#  X  ,B   Y  .9 W  ,F   V &% V  *F   WZ V   *E   U   *G    $:(0, [  )F +@)N   a    %G  (='+- V   )E (6*V   S    'E '2. c   R  'C  '1, Y  S    'A '-,  Q    P #>  $(-   J   L   )B $$-  EN    %< $.  ? K   !6 $-:   I    6 .  6H     !1#-   4 C   "0! "*  0 A    /!! , 4 >      )!* - :  #(#(  -6    %%  (  -/    # % ,+ $ #  ,   $ !   +       & +    ( +   & '     %(    ($ $   # !             %                                                                              (''uWWWFPZdn (2 < F P Z d n x P66! # #     3  " %" . $   &   (& '    2     %    !   # #  *& #% ' "   ! $ !     -                           "                 '              #$ &       2&  *  "  &                    "        "               ")       "                     !"   0  !  %  )     %                 !      !       "                             .(  ' "      #             "      (  !!       )          !        "                     %     %     & % *   '         ) "  $ " #  !    &      "                           !    ! %  #    " # '  )  ( (  " & (                                 &                                             '                )               "                !        $ !                               #        "  !      !                    # !            '                              !        $   &  ! ,       #  %  *  0 (% !# (&""" 3 ($ !     #   & %          .   ,  ,  "                                                                !   #              !    "       !     %$ + %&  #+         #                                   "                                          *                                      *       !        #   $      &    $)                           !      #          "             *  #    "     #                  $                                            &    ' %  ! )!   %"  !     (   '# #" "  2    &  "&  "  (   &#"      (  % "   !  *  $ $  (; 9<<FPZdn (2 < F P Z d n x @?!9 1  $)          $   (  + ( '     %   '       *  "&  *                &            *               '    (          ,            "    '         #                !   B !        (         ( -   )                 "    $       )                $            !         '  !  $  %     %      # "       %      !       "              (       #   (0@, <FPZdn (2 < F P Z d n x UU NoName  : &* & @     "!  ! A  %   ' "   *  #"   "'%  )      (/   0   B!  , 8@  F   7  "  /  0        * " (%  $$1"        ' "  >  $  . # J" #=      (    ̾)     5 1    !   5  ;       " $          &         "$ ! *     #B%  '      %  ) *#    %        (            &" "   "/ *     *   (  #   !  1.         "  $(#  '  ˮ  ,7 . %ذ D)0 "      %       ," !           ͯ& "0   /  /(  59  1 $  "&   W (      -'   Q     " ,       +" 4   2 ,  .  & ! 63 +     ,  *      )      .  +!     $ +A      0     $"  7         " ,     #   ,#/      !  6 &     :  1     #0 0   ##   ! =/ *     '     $  ! %    1        . #             3$          1 %     "" 1  .  '# 8      ##)      %             $"   ' '  !%  , %  (%    " '       #  #       $         2   #  ,' 1           ޭ , (         1+ 1'   - +  & *$       ( 7       , '  7       #!*  0     +           #       -       *   6" ! 8   ) 3    #   )                  ~C$       # 7E    !.2       $ ((          !                        ( '-           .     +!   &           m&" 1+    & 4c" D  '     $/ '    & +0(        &!          !  -6  (        '       & &           *0     #" .>1 $ "  G) &    &)       '          Ϣ-# '   "              ) ", (     & ! '    # 5#췻$ )    +"      $+&        # ) ʯ   4      '       $  "    #       ' H''%    +     ,  ) "      #% !   5 '$ #*"     #! #      4/+ %  :  * )  *    :; +"$   4  #4  " *  0   .42 3  /    > '$  $#     0' % # # /           ѣ0**     & -      3$ +  . +     , 2  '"-   4  # *   &#<  +! :=  $.3L )&+%";  + +##D   %6/#3#  #    F #  > '5 9+ܻ (    *13!  "//3     %   6   -(%"    /0 ׻+(',">   ('% 9 *. %,    :  +  ! -#+ D   &"+/  ,;   #!4         "   '     & " ۮ,) +       6%     "$ "   $ $   $ 5 07) +<" *"> $  "+  ®,& -9    3%G7!D*  8 !0+!#P   1 1ާ5 "$N   #4    6  U  3$ 1  ?  .     "!  "     $  #  )+        " +-     %*'#      #!  $- !      /1#5 $8    "$1'D      ) + آ&%(9   ( #  +t( _   "  ) &/71!N#  &" !     5U  '!#  $D.4 R   %  !  "" F    (/'  )     0K4$   &  '"*)M3    %3D       +&P,43     +98  $    I5(    )7 !'  d-:U    &  7M-#+  # $     %[-$     &='36     265'    #      1$D02  "2(  /'Gՙ1(  2  2  (#E   "$   3'NݸI3/E  &   !   +!N(    >*  'R% $ 1 .H$. 5&  <#K !*   & !, 71Q " $  !%(#C  .N)&  " #G  *     0-1  (  #    -.@  ?    ),<N  "    &*2  $    567  'L     6>6 ;  " %50   C"     .2 '  !% =4' ;Q &  ?0 >#      %7)FL '  ?:   ! !$    L4   LF    4;     >= #     $:   BI    #:")  *    -D  VCٸ+1    4@   4O$ާG,   *?  Q>4 # C  .    *K  p4]   ?  DI  + '>  | ^@($ 0@ * 8+) W.- ;a S/+&  FG &>   T*  $@   5 1L!#   )[N   +H%   51>^   $ <  , YB )C     1   6P     #)PH   +F !  %"H2  7   !- ?  ջ0@   ( ƸFM   '  VO +E #&   4- )Q? %= &   "+ " 2G*/  $6 5+   ,D   !  , %D!!   <'  %>      3  3F       '<)  ,D   ! ,  "    $>#%  #")   9        ,  08# !( #"1) 4@   '0** #%  &B)  #"+ heroes-sound-tracks-1.0/heroes04.xm0000644004117000411500000102216207141061660012735 Extended Module: Varia FastTracker v2.00 %    @eaDHB D pI p8 aaa ? ?D D 0 0D 0 08 DB  0 0K  0 0D D 0 08  0 0K DHB " 0 0D 08 DK D DB 08 K D B %D @8 D H%B K D D8 K DB D P8 DK D D H-B  8   K D  D `  8 D B @H pK D D%8 K D*H4B D! p8 DK" D DB 8# K DD$ 8 DH:B K% D D8& K DB D' 8 DB %K( D DH@B 8) K DD* 08 DB K+ D D8, @K DHB D- 8 DK. PD DP 0DB B 8/ K DB %D0 `8 @ DHB 80 D DD0 8 DB K0 D D80 pK DHB D0 8 DK0 `D DB 80 K DB %D0 P8 DHB K0 D D80 @K DB D0 8 DK0 0D DHB 80 K DD0 8 DB K0 D D80 K DHB  D0 8 D  K0 D DB  80 pK D  D0 8 DHB  K0 `D D  80 K DB  D0 P8 DB %  K0 D DHB  80 @K D  D0 8 DB  K0 0D D  80 K DHB  D0 8 D  K0 D DB B   80 K DB %  D0 8 @IDHB D pI p80  ? ?D D 0 0D0 0 08 DB 0 0K0  0 0D D 0 080 0 0 0K DHB 0 0D0 8 DK0 @D DB 80 K DB %D0 P8 DHB K0 D D80 `K DB D0 8 DK0 pD DHB  80   K D  D0  8 DB @H pK0 D D80 K DHB D0 8 DK0 D DB 80 0K DD0 8 DHB K0 @D D80 K DB D0 P8 DB %K0 D DHB 80 `K DD0 8 DB K0 pD D80 K DHB D0 8 DK0 D DP 0DB B 80 K DB %D0 8 @ DHB 80 D DD0 8 DB K0 D D80 K DHB D0 8 DK0 D DB 80 K DB %D0 8 DHB K0 D D80 K DB D0 8 DK0 D DHB 80 K DD0 8 DB K0 D D80 K DHB  D0 8 D  K0 D DB  80 K D  D0 8 DHB  K0 D D  80 K DB  D0 8 DB %  K0 D DHB  80 K D  D0 8 DB  K0 D D  80 K DHB  D0 8 D  K0 D DB B   80 K DB %  D0 8 @pDHB  80 1D D  D0 8 DB  K0 D D  80 K DHB  D0 8 D  K0 D DB  80 K DB %  D0 8 DHB K0 !D "D80 #K $DB D0 %8 &DK0 'D (DHB 80 )K *DD0 +8 ,DB K0 -D .DH80 /K 0BDHB D0 48 DK0 D D80 K B$DH*D0 8 DK0 D D80 K BDH*D0 8 DH#K0 D D80 !K "BDD0 #8 $DH K0 %D &D80 'K (DD0 )8 *DK0 +D ,DH80 -K .DHD0 /8 0 @DH80 D DD0 8 DK0 D D80 K DD0 8 DK0 D D80 K DD0 8 DK0 D D80 K DD0 8 DK0 D D80 K DD0 8 DK0 D D80 K DD0 8 DK0 D D80 K DD0 8 DK0 D D80 K DD0 8 DK0 D D80 K DD0 8 DK0 D D80 K DD0 8 DK0 D D80 K DD0 8 @NBD80 8D BDD0 8 BDK0 D BD80 K BDD0 8 BDK0 D BD80 K BDD0 8 BDK0 !D "BD80 #K $BDD0 %8 &BDK0 'D (BD80 )K *BDD0 +8 ,BDK0 -D .BD80 /K 0BDD0 8 BDK0 D BD80 K BDD0 8 BDK0 D BD80 K BDD0 8 BDK0 D BD80 K BDD0 8 BDK0 D BD80 K BDD0 8 BDK0 D BD80 K BDD0 8 @5BDHB 80 /4080D .DD0 -8 ,DB K0 +D *D80 p)K (DHAD0 '8 &DK0 `%D $BB 80 #K "BA%D0 P!8 BHB K0 D B80 PK DB D0 p8 DK0 PD DHA80 `K DD0 P8 BB K0 PD B80 PK BHB D0 P8 DK0 PD DB 80 PK DD0 P8 DHAK0 PD B80 PK BB D0 P8 BA%K0 PD BHB 80 PK BD0 P8 DB K0 PD D80 PK DHAD0 P8 DK0 PD DB A80 PK BA%D0 P8 @MBD80 D BDD0 8 BDK0 D BD80 K BDD0 8 BDK0 D BD80 K BDD0 8 BDK0 D BD80 K BDD0 8 BDK0 D BD80 K BDD0 8 BDK0 D BD80 K BDD0 8 BDK0 D BD80 K BDD0 8 BDK0 D BD80 K BDD0 8 BDK0 D BDB80 BK BDD0 B8 BDK0 BD BD80 BK B DBD0 B 8 B DK0 B D B D80 B K B DD0 B 8 @SBDHB 1@4a4080D@DB @D@DHA@aD@BB @BA%@BHB @B@DB @D@DHA@D@BB @B@BHB @D@DB @D@DHA@B@BB @CA%@BHB @B@DB @D@DHA@D@DB A@BA%@ @*DHB 380 P3060 D D D0 P 8 DB K0 P D D 80 P K DHA D0 P 8 D K0 P D BB 80 P K BA% D0 P 8 BHB K0 P D B 80 P K DB D0 P8 DK0 PD DHA80 PK DD0 P8 BB K0 PD B80 PK BHB D0 P8 DK0 PD DB 80 PK DD0 P8 DHAK0 PD B80 PK BB D0 P8 BA%K0 PD BHB 80 PK BD0 P8 DB K0 PD D80 PK DHAD0 P8 DK0 PD DB A80 PK BA%D0 P8 @DHB @3@a4080D@@DB a@@D@@DHA@@D@@BB @@BA%@@BHB @@B@@DB @@D@@DHA@@D@@BB @@B@@BHB 4@@D@@DB @a@D@@DHA@@B@@BB @@BA%@@BHB @@B@@DB @@D@@DHA@@D@@DB A@@BA%@@ @mDHB @8@a4080D@@DB a@@D@@DHA@@D@@BB @@BA%@@BHB @@B@@DB @@D@@DHA@@D@@BB @@B@@BHB @@D@DB @D@DHA@B@BB @BA%@BHB @B@DB @D@DHA@D@DB A@BA%@ @DHB Oa4080D>DB =D<DHA;D:BB 9  BA%8  BHB 7  B6  DB 5 D4  DHA3  D2  BB 1 B0  BHB 6/  D.  DB - D,  DHA+  B*  BB ) BA%(  BHB '  B & DB % D $ DHA a D DB A BA% @DHB 80 P3080D DD0 P8 DB K0 PD D80 PK DHAD0 P8 DK0 PD BB 80 PK BA%D0 P8 BHB K0 PD B80 PK DB D0 P8 DK0 PD DHA80 PK DD0 P8 BB K0 P60D B80 PK BHB D0 P8 DK0 PD DB 80 PK DD0 P8 DHAK0 PD B80 PK BB D0 P8 BA%K0 PD BHB 80 PK BD0 P8 DB K0 PD D80 PK DHAD0 P8 DA K0 PD DB A80 PK BA%D0 P8 @@DHB 80 P3060D DD0 P8 DB K0 PD D80 PK DHAD0 P8 DK0 PD BB 80 PK BA%D0 P8 BHB K0 PD B80 PK DB D0 P8 DK0 PD DHA80 PK DD0 P 8 BB K0 P D B 80 P K BHB D0 P 8 D K0 P D DB 80 P K D D0 P 8 DHA K0 P D B 80 P K BB D0 P 8 BA% K0 P D BBHB 80 P K B D0 P 8 DB K0 P D D 80 P K BDHA D0 P 8 D K0 P D DB A 80 P K B BA% D0 P 8 @/BDHB 14a4080DDB D=@DHAaDBB BA%BHB BDB D=@DHADBB BBHB DDB D=@DHABBB CA%BHB BDB D=@DHABDADABA @a'3080a @*BDHB a4080DDB D=@DHADBB BA%BHB BDB D=@DHADBB BBHB DDB D=@DHABBB CA%BHB BDB D=@DHABDADABA @aHB Ba4080=@=0=%= @(4080a @*BDHB a4080DDB D=@DHADBB BA%BHB BDB D=@DHADBB BBHB DDB D=@DHABBB CA%BHB BDB D=@DHABDADABA @T5,P*0PPP5PPP*0P5PPPP5PPPP5P*0PPP5PPP*0P5PPPP5PBPPP @a'3080aB @5,P*0B=@DPPP5PPP*0P5PPPP5PPPP5P*0PPP5PPP*0P5PPPP5PPP P @+5,P*0H=@DBPPB P5PHBPP*0B =@DP5PHPPB P5PHBPPB P5P*0H=@DPPB P5PHBPP*0B =@DP5PHPPB P5PHBPPB P @/5,P*0H=@DPPB P5PHBPP*0B =@DP5PHPPB P5PHBPB PB PB 5P*0H=@DPPB P5PHBPP*0B =@DP5PHPPB P5PHBPPB P @15,P*0H=@DPPB P5PHBPP*0B =@DP5PHPPB P5PHBPB PB PB 5P*0H=@DPPB P5PHBPP*0B =@DP5PHPPB P5PHBPPB HP @<5,P*0H=@DPPB P5PHBPP*0B =@DP5PHPPB PH5PBPB PHPHB 5P*0H=@DBPPB P5PHBPP*0B =@DBPH5PPPB BPHDBDDHBB alexel(@@,9<FPZdn (2 < F P Z d n x  ZT NoName 0%#+&"%                   "                                              (0@, <FPZdn (2 < F P Z d n x F5 # NoName (0@, <FPZdn (2 < F P Z d n x _F0$NoName                                                                                                        (0@, <FPZdn (2 < F P Z d n x \@Bassdrum  (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x BBNoName $ :0 '' ,   '  $ #*A )  !#$,02-&  % 5' = + &., %  6!%&0 13  S1  = +4;S, 7/'C  #& ,.( ,!4 ,#+, K "  /12 #+# XJ$+*(( 1#3* *" #!?"L+F 23 1.*;%!_ 5  W% K&& 7NGZ%ؔI1X +'*"'1 $UR H/  CC -%,܎qM6) &JD9G('.:( P( GM +$2 2 6./40 05ؐocv(\ "z,4" ; 3=$PPz"h& 'R  EʺwM'9(;%A  /&3$ >d$0=(,@ 3 '.}QH N7$+%()BQ_V&#b&$E>+ ( %*D :#,#<3$#*"6 @%CH.381+ -7 $ 4-"-3O :+2 =O   3G7(CB-8/& < ) Q .' ! H!) # %7G *@8 :( P:*!! ' FH  $ !9 5C&+>CF  aN/!" ) D J%8).= ". +a$&+ $* !  A 69-% 61(%;$ b< ?X)j2:%4 :=!3 <H$a3K 3'?)$%31>A4)0 3< B9&"%_!  8 0 1I6 *G9%+:GXĴf?%T ! 40< F>IH(M.&2 21# ":L $ V$]3Ye(+EG7!%O$5*PʺA3Y>ye!K  F&&%$ >hE!I=@& (߶e 1f@ e^ & \ %P*3T.W+ gR&- :*=(    8)D37  >& G#5#`" .-2)$&7%6D( 7QA :-= D>LJ. 3;*1OI 7#"(a9D!V4  481%5+9873J?#6 >X-  C,*#+9 %%)),#9 <+0,$+  ";#6   '@;7;- $A;  ,"1 )ES )#" S!R ")34$J $B,0+/֩8W=642 #  *p34* >'<@*:Ɔ0N<""-?F) M &4B"2&Q! .4) .%,%; 4 8 9*/'  0T    -* >K6&/ 552 " 51ܩb8%1>LK-"     0& '?"6+" 20%  $"5&%HF) 3  ; !. 5'" 5  1#&4D  '(" $ F #  /C5$: 6$ $ '!--     "* ;(# +#  "1  1( A><0'4'(% &$&(%+/ +G >1 )"4 AN 2&() 1#*( 'BG&* 3  ;! 1%! ( !$ %  #=3 )  *1<#A !#6$/*(   ,^X    (  5   &  !    !    %,  #      $#(        +   *        %&- #            '                    '  "                                                 (0@, <FPZdn (2 < F P Z d n x ;;@ NoName           # $#&%  3   * *")  #8+    6  (*   R " . !  %( "1(#     ! .)2 F ,.T  $) H!7 %.     %1" #  0':'1 #  )3  $ $ 69 +7   ! *0(     5  %1 00  2 O * (. ',)   29  0    #) 7 8/&$( - ! )  0  0!-' %. 0  ' , $    2  #!       %    &!%  (    2 3&)     /  $ "  * &             $  (#          #$                          !                                                                                                                                                                                                                                (0@, <FPZdn (2 < F P Z d n x 3 NoName $  9# #( "% #: # ; 21  /., .# (3" $%5/    % 2     $"  "" (                                                                                                                 (0@, <FPZdn (2 < F P Z d n x 0 NoName      0p^>* ,,  #(%""$92& #-  +) 16    #"  !  ) # '&     !        #&    (                     !                                                          (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x 5up0@NoName #* 0 3 ּ+$ *# + (  &$!                                        (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x @NoName ' ( (%       !&)( % ! ""           #%  %# &% %% "#             "$ (' ,'-%+'"      !'*,+ '" !                   #'(!(!% !                                             !   !!                     "',-,*%                                                    $' '!&$                                                                      Suspens3.pat(0@, <FPZdn (2 < F P Z d n x Cd*9.Suspen                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Proteus 1/XR(0@, <FPZdn (2 < F P Z d n x CC*NoName 8 *&#  9:5  % 6  ߼  '5%'   &( /<    L!    &   %)  % "  %)" ')" ) 0  0  &$#*%  )  2  1  "$  "  %1  !        "2   "# '  : $ 1                                     /                                                                                                                                                                     Choir4.pat(:7s WWWWFPZdn (2 < F P Z d n x FM{E0Choir4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Church_1.pat(0@, <FPZdn (2 < F P Z d n x [PNZ%Church                                                                                                                                                heroes-sound-tracks-1.0/heroes05.xm0000644004117000411500000077673407141061661012763 Extended Module: Analog wastelands FastTracker v2.00 ?.   ! "#$%& '()*  +,- @=1111=%111 =!1!""#1#$$1%8%&&'1'((1)%)**++,,%-1-../1/00=11122313441556671788=9%9::;;<<1=1=>>?1?@@=A1ABBC1CDD1E8EFFG1GHH1I%IJJKKLL%M1MNNO1OPP @w=1=111=% "$&11(*1,.=102146188:1<>1%@BDF%1HJ1LN=1P111=%111=111811%%11 @=1P8, N1LJ1HF1DB=%@ >"<$:&118(6*14,2.=100.21,4*618(8&:1$<">1% @BDF%1HJ1LN=1P111=%111=111811%%11 @g=11 1"1&(1,0=%46:>11BD1HL=1P11811%%11=1111=%111=111811%%11 @=1=P1 1 N1L1 0J1HF1DB=% @= ">$<= 0&:11(8*61,4.2=1001 2.14,= 6*188(1 :&1<$1 0>"1%@ 1 BD1 0F%1H= J1L= 0N=1P1 11 011=%= = 0111=11 1= 181 11 01%1 1 0%1= 1= 0 @=1P; / 1 N1L1 0J1HF1DB=%@ = >"<$= 0:&118(6*14,2.=1001 .21,4= *618(81 &:1$<1 0">1% @1 BD1 0F%1H= J1L= 0N=1PP1 N1L1 0J1HF1DB=%@= ><= 0:1186142=1/1 -1+= )18'1 %1#1 0!1%1 1 0%1= 1= 0 @b=1=P1 1 1 N1L1 01) J1H1 F1D1 ) B=% @1 = 1 ">$<= 01) &:11(81 *61,41 ) .2=1001 1 1 2.14,= , 6*188(1 1 :&1<$1 01 ) >"1%@ 1 1 1 BD1 01) F%1H= 1 J1L= 01 ) N=1P1 1 1 11 01) 11 11 ) =%1 = 1 = 01) 111 11 ) =11 1 1 1= , 181 1 11 01 ) 1%1 1 1 1 01) %1= 1 1= 01 )  @a=1P81 1 , N1L1 0,) J1H, F1D, ) B=%@ 1 = , >"<$= 0,) :&118(, 6*14,, ) 2.=1001 1 , .21,4= ' *618(81 , &:1$<1 0, ) ">1% @1 1 , BD1 0,) F%1H= , J1L= 0, ) N=1P1 1 , 11 0,) 1, 1, ) =%1 = , = 0,) 11, 1, ) =11 1 , 1= ' 181 , 11 0, ) 1%1 1 , 1 0,) %1= , 1= 0, )  @=1=P1 1 1 =N1L1 01) &J-1H1 4F;1D1 ) BBI=% @1 = 1 P">$<= 01) &:11(81 *61,41 ) .2=1001 1 1 2.14,= , 6*188(1 1 :&1<$1 01 ) >"1%@ 1 1 1 BD1 01) F%1H= 1 J1L= 01 ) N=1P1 1 1 PL11 01) HD11 @<11 ) 84=%1 = 1 0,= 01) ($111 11 ) =11 1 1 1= , ?  181 1 ?  11 01 ) B  1%1 1 1 ?  1 01) B$  %1= 1 ? $  1= 01 ) B   @=1P; 1 1 / ;N1L1 0/) &J-1H/ 4F;1D/ ) BBI=%@ 1 = / P>"<$= 0/) :&118(/ 6*14,/ ) 2.=1001 1 / .21,4= * *618(81 / &:1$<1 0/ ) ">1% @1 1 / BD1 0/) F%1H= / J1L= 0/ ) N=1P1 1 / PL11 0/) HD1/ @<1/ ) 84=%1 = / 0,= 0/) ($11/  1/ ) =11 1 / 1= * =  181 / =  11 0/ ) ;  1%1 1 / =  1 0/) ;$  %1= / = $  1= 0/ ) ;   @=1P81 1 , 8N1L1 0,) &J-1H, 4F;1D, ) BBI=%@ 1 = , P>"<$= 0,) :&118(, 6*14,, ) 2.=1001 1 , .21,4= ' *618(81 , &:1$<1 0, ) ">1% @1 1 , BD1 0,) F%1H= , J1L= 0, ) N=1P1 1 , PL11 0,) HD1, @<1, ) 84=%1 = , 0,= 0,) ($11,  1, ) =11 1 , 1= ' ;  181 , ;  11 0, ) 9  1%1 1 , ;  1 0,) 9$  %1= , ; $  1= 0, ) 9   @_=1=P1 1 1 I (N)1L1 01) I (JI) (1H1 I 'FI) (1D1 ) L 'BI) '=% @1 = 1 I &">L) '$<= 01) I %&:I) &11(81 I %*6I) %1,41 ) N $.2I) %=1001 1 1 I #2.N) $14,= , I #6*I) #188(1 1 I ":&I) #1<$1 01 ) L ">"I) "1%@ 1 1 1 I !BL) "D1 01) I FI) !%1H= 1 I JI) 1L= 01 ) D NI) =1P1 1 1 I D) 11 01) I I) 11 I I) 11 ) L I) =%1 = 1 I L) = 01) I I) 111 I I) 11 ) N I) =11 1 1 I N) 1= , I I) 181 1 I I) 11 01 ) L I) 1%1 1 1 I L) 1 01) I I) %1= 1 I I) 1= 01 ) D I)  @^=1P; 1 1 / G N)1L1 0/) G JG) 1H/ G FG) 1D/ ) E BG) =%@ 1 = / G >"E) <$= 0/) G :&G) 118(/ G 6*G) 14,/ ) L 2.G) =1001 1 / G .2L) 1,4= * G *6G) 18(81 / G &:G) 1$<1 0/ ) E ">G) 1% @1 1 / G BE) D1 0/) G FG) %1H= / G JG) 1L= 0/ ) B NG) =1P1 1 / G B) 11 0/) G G) 1/ G G) 1/ ) E G) =%1 = / G E) = 0/) G G) 11/ G G) 1/ ) L G) =11 1 / G L) 1= * G G) 181 / G G) 11 0/ ) E G) 1%1 1 / G E) 1 0/) G G) %1= / G G) 1= 0/ ) B G)  @]=1=P1 1 1 I N)1L1 01) I JI) 1H1 I FI) 1D1 ) L BI) =% @1 = 1 I ">L) $<= 01) I &:I) 11(81 I *6I) 1,41 ) N .2I) =1001 1 1 I 2.N) 14,= , I 6*I) 188(1 1 I :&I) 1<$1 01 ) L >"I) 1%@ 1 1 1 I BL) D1 01) I FI) %1H= 1 I JI) 1L= 01 ) D NI) =1P1 1 1 I D) 11 01) I I) 11 I I) 11 ) L I) =%1 = 1 I L) = 01) I I) 111 I I) 11 ) N I) =11 1 1 I N) 1= , I I) 181 1 I I) 11 01 ) L I) 1%1 1 1 I L) 1 01) I I) %1= 1 I I) 1= 01 ) D I)  @^=1P81 1 , D N)1L1 0,) D JD) 1H, D FD) 1D, ) G BD) =%@ 1 = , D >"G) <$= 0,) D :&D) 118(, D 6*D) 14,, ) I 2.D) =1001 1 , D .2I) 1,4= ' D *6D) 18(81 , D &:D) 1$<1 0, ) G ">D) 1% @1 1 , D BG) D1 0,) D FD) %1H= , D JD) 1L= 0, ) ? ND) =1P1 1 , D ?) 11 0,) D D) 1, D D) 1, ) G D) =%1 = , D G) = 0,) D !D) !11, D !D) "1, ) I "D) "=11 1 , D #I) #1= ' D #D) $181 , D $D) $11 0, ) G %D) %1%1 1 , D %G) &1 0,) D &D) &%1= , D &D) '1= 0, ) ? 'D) ( @=P1=P1 1 1 PNO1L1 01) OJ1NH1 NFM1D1 ) MB=L% @1 = 1 L">K$<= 01) K&:1J1(81 J*6I1,41 ) I.2=H1001 1 1 H2.G14,= , G6*1F88(1 1 F:&E1<$1 01 ) E>"1D%@ 1 1 1 DBCD1 01) CF%B1H= 1 BJA1L= 01 ) AN=@1P1 1 1 @?11 01) ?1>1 >=11 ) ==<%1 = 1 <;= 01) ;1:11 :911 ) 9=811 1 1 871= , 71681 1 6511 01 ) 514%1 1 1 431 01) 3%21= 1 211= 01 ) 0 @=01P1 1 1 0P/1O1 01) /O1.N1 .N-1M1 ) -M=,%L1 = 1 ,L+K= 01) +K1*1J1 *J)1I1 ) )I=(1H1 1 1 (H'1G= , 'G1&8F1 1 &F%1E1 01 ) %E1$%D1 1 1 $D#C1 01) #C%"1B= 1 "B!1A= 01 ) !A= 1@1 1 1  @1?1 01) ?1>1 >1=1 ) ==%<1 = 1 <;= 01) ;11:1 :191 ) 9=181 1 1 817= , 71861 1 6151 01 ) 51%41 1 1 431 01) 3%12= 1 211= 01 ) 0 @J101 1 1 01/1 01) /.1 .1-1 ) -%,1 = 1 ,+= 01) +1*1 *1)1 ) )1(1 1 A1 (1'= A, '8&1 A1 &1%1 (1 ) %%$1 1 A1 $#1 (1) #1"= A1 "1!= (1 ) !1 1 1 51  11 "1) 1 11 ) %1 = 51 = "1) 11 11 ) 11 1 ,1 1= ,, 81 ,1 11 1 ) %1 1 ,1 1 1) 1= ,1 1= 1 )  @P81 1 %, NL1 ,) JH, FD, ) B@ 1 = %, >"<$= ,) :&8(, 6*4,, ) 2.001 1 , .2,4= ' *6(81 , &:$<1 , ) "> @1 1 , BD1 ,) FH= , JL= , ) NP1 1 , 1 ,) , , ) 1 = , = ,) , , ) 1 1 , = ' 1 , 1 , ) 1 1 , 1 ,) = , = , )  @1 %$=P1 1 1 N% L1) J1 H1 1 F% D1 ) B1  @1 1 1 ">% $<1) &:1 (81 1 *6% ,41 ) .21 001 1 1 2.% 4,, 6*1 8(1 1 :&% <$1 ) >"1 @ 1 1 1 B% D1) F1 H1 1 J% L1 ) N1 P1 1 1 % 1) 1 1 1 % 1 ) 1 1 1 1 % 1) 1 1 1 % 1 ) 1 1 1 1 % , 1 1 1 % 1 ) 1 1 1 1 % 1) 1 1 1 % 1 )  @, $P81 , , N  L,) J, H, , F  D, ) B, @ 1 , , >"  <$,) :&, 8(, , 6*  4,, ) 2., 001 , , .2  ,4' *6, (8, , &:  $<, ) ">,  @1 , , B  D,) F, H, , J  L, ) N, P1 , ,   ,) , , ,   , ) , 1 , ,  ,) , , ,  , ) , 1 , ,   ' , , ,   , ) , 1 , ,   ,) , , ,   , )  @/ #$P;1 / / N# L/) J/ H/ / F# D/ ) B/ @ 1 / / >"# <$/) :&/ 8(/ / 6*# 4,/ ) 2./ 001 / / .2# ,4* *6/ (8/ / &:# $/  @1 / / B# D/) F/ H/ / J# L/ ) N/ P1 / / # /) / / / # / ) / 1 / / # /) / / / # / ) / 1 / / # * / / / # / ) / 1 / / # /) / 1 / / # / )  @1 %$=P1 1 `1 1 N)% L4 ^1) J1) ]1 H8 [1 1 F4) Z% D1 Y1 ) B8) X1  @1 4 V1 1 ">1) U% $<8 T1) &:4) S1 (81 Q1 1 *68) P% ,44 O1 ) .21) M1 001 8 L1 1 2.4) K% 4,1 J, 6*8) H1 8(4 G1 1 :&1) F% <$8 E1 ) >"4) C1 @ 1 1 B1 1 B8) A% D4 ?1) F1) >1 H8 =1 1 J4) <% L3 :1 ) N8) 91 P1 1 81 1 3) 7% 4 51) 1) 41 8 31 1 4) 2% 1 01 ) 8) /1 1 4 .1 1 1) ,% 8 +1) 4) *1 1 )1 1 8) '% 4 &1 ) 1) %1 1 8 $1 1 4) "% 1 !, 8) 1 4 1 1 1) % 8 1 ) 4) 1 1 1 1 1 8) % 4 1) 1) 1 8 1 1 4) % 3 1 ) 8)  @, $P81 , , , N)  L/ ,) J,) , H3 , , F/)   D, , ) B3) , @ 1 / , , >",)   <$3 ,) :&/) , 8(, , , 6*3)  4,/ !, ) 2.,) #, 001 3 $, , .2/) %  ,4, &' *63) (, (8/ ), , &:,) *  $<3 +, ) ">/) -,  @1 , ., , B3) /  D/ 1,) F,) 2, H3 3, , J/) 4  L. 6, ) N3) 7, P1 , 8, , .) 9  / ;,) ,) <, 3 =, , /) >  , @, ) 3) A, 1 / B, , ,) D  3 E,) /) F, , G, , 3) I  / J, ) ,) K, 1 3 L, , /) N  , O' 3) P, / R, , ,) S  3 T, ) /) U, 1 , W, , 3) X  / Y,) ,) Z, 3 \, , /) ]  1 ^, ) 3) ` @1 %$=P1 = `1 1 N)% L@ ^1) J=) ]1 HD [1 1 F@) Z% D= Y1 ) BD) X1  @1 @ V1 1 ">=) U% $"@) C1 @ 1 = B1 1 BD) A% D@ ?1) F=) >1 HD =1 1 J@) <% L? :1 ) ND) 91 P1 = 81 1 ?) 7% @ 51) =) 41 D 31 1 @) 2% = 01 ) D) /1 1 @ .1 1 =) ,% D +1) @) *1 = )1 1 D) '% @ &1 ) =) %1 1 D $1 1 @) "% = !, D) 1 @ 1 1 =) % D 1 ) @) 1 1 = 1 1 D) % @ 1) =) 1 D 1 1 @) % ? 1 ) D)  @, $P81 8 , , N)  L; ,) J8) , H? , , F;)   D8 , ) B?) , @ 1 ; , , >"8)   <$? ,) :&;) , 8(8 , , 6*?)  4,; !, ) 2.8) #, 001 ? $, , .2;) %  ,48 &' *6?) (, (8; ), , &:8) *  $;) -,  @1 8 ., , B?) /  D; 1,) F8) 2, H? 3, , J;) 4  L: 6, ) N?) 7, P1 8 8, , :) 9  ; ;,) 8) <, ? =, , ;) >  8 @, ) ?) A, 1 ; B, , 8) D  ? E,) ;) F, 8 G, , ?) I  ; J, ) 8) K, 1 ? L, , ;) N  8 O' ?) P, ; R, , 8) S  ? T, ) ;) U, 1 8 W, , ?) X  ; Y,) 8) Z, ? \, , ;) ]  = ^, ) ?) ` @21 %$=P1 1 =1 N % L 1) &J -1 H 1 41 F ;% D 1 ) BB I1  @1 1 P1 "> % $< 1) &: 1 (8 1 1 *6 % ,4 1 ) .2 1 001 1 1 2.% 4,, 6*1 8(1 1 :&% <$1 ) >"1 @ 1 1 1 B% D1) F1 H1 1 J% L1 ) N1 P1 I &1 P1 &L% IB "1) HI) &D1 I 1 @1 I) "<% G 1 ) 8I) 41 1 I 1 01 G) ,% I 1) (I) $1 G 1 1 I) % I 1 ) G) 1 1 1 1 I) %  ,  1  1 1  %  1 )  1 1 1 1  %  1)  1  1 1  %  1 )   @, $P81 , 8, N  L,) &J-, H, 4, F;  D, ) BBI, @ 1 , P, >"  <$,) :&, 8(, , 6*  4,, ) 2., 001 , , .2  ,4' *6, (8, , &:  $<, ) ">,  @1 , , B  D,) F, H, , J  L, ) N, P1 D &, P, &L  DB ",) HD) &D, D , @, D) "<  B , ) 8D) 4, 1 D , 0, B) ,  D ,) (D) $, B , , D)   D , ) B) , 1 , , D)    '  ,  , ,     , )  , 1 , ,     ,)  ,  , ,     , )   @/ #$P; 1 / ;/ N# L/) &J-/ H/ 4/ F;# D/ ) BBI/ @ 1 / P/ >"# <$/) :&/ 8(/ / 6*# 4,/ ) 2./ 001 / / .2# ,4* *6/ (8/ / &:# $/  @1 / / B# D/) F/ H/ / J# L/ ) N/ P1 G &/ P/ &L# GB "/) HG) &D/ G / @/ G) "<# E / ) 8G) 4/ 1 G / 0/ E) ,# G /) (G) $/ E / / G) # G / ) E) / 1 / / G) #  *  /  / /  #  / )  / 1 / /  #  /)  /  / /  #  / )   @1 %$=P1 1 `1 =1 N)% L4 ^1) &J1) ]-1 H8 [1 41 F4) Z;% D1 Y1 ) BB8) XI1  @1 4 V1 P1 ">1) U% $<8 T1) &:4) S1 (81 Q1 1 *68) P% ,44 O1 ) .21) M1 001 8 L1 1 2.4) K% 4,1 J, 6*8) H1 8(4 G1 1 :&1) F% <$8 E1 ) >"4) C1 @ 1 1 B1 1 B8) A% D4 ?1) F1) >1 H8 =1 1 J4) <% L3 :1 ) N8) 91 P1 1 81 P1 3) 7L% 4 51) H1) 4D1 8 31 @1 4) 2<% 1 01 ) 88) /41 1 4 .1 01 1) ,,% 8 +1) (4) *$1 1 )1 1 8) '% 4 &1 ) 1) %1 1 8 $1 1 4) "% 1 !, 8) 1 4 1 1 1) % 8 1 ) 4) 1 1 1 1 1 8) % 4 1) 1) 1 8 1 1 4) % 3 1 ) 8)  @, $P81 , , 8, N)  L/ ,) &J,) -, H3 , 4, F/) ;  D, , ) BB3) I, @ 1 / , P, >",)   <$3 ,) :&/) , 8(, , , 6*3)  4,/ !, ) 2.,) #, 001 3 $, , .2/) %  ,4, &' *63) (, (8/ ), , &:,) *  $<3 +, ) ">/) -,  @1 , ., , B3) /  D/ 1,) F,) 2, H3 3, , J/) 4  L. 6, ) N3) 7, P1 , 8, P, .) 9L  / ;,) H,) <  , @, ) 83) A4, 1 / B, 0, ,) D,  3 E,) (/) F$, , G, , 3) I  / J, ) ,) K, 1 3 L, , /) N  , O' 3) P, / R, , ,) S  3 T, ) /) U, 1 , W, , 3) X  / Y,) ,) Z, 3 \, , /) ]  1 ^, ) 3) ` @/ #$P; 1 / / ;/ N)# L3 /) &J/) -/ H6 / 4/ F3) ;# D/ / ) BB6) I/ @ 1 3 / P/ >"/) # <$6 /) :&3) / 8(/ / / 6*6) # 4,3 !/ ) 2./) / 001 6 $/ / .23) !# ,4/ &* *66) $/ (83 )/ / &:/) &# $<6 +/ ) ">3) )/  @1 / ./ / B6) +# D3 1/) F/) ./ H6 3/ / J3) 1# L1 6/ ) N6) 3/ P1 / 8/ P/ 1) 6L# 3 ;/) H/) 8D/ 6 =/ @/ 3) ;<# / @/ ) 86) =4/ 1 3 B/ 0/ /) @,# 6 E/) (3) B$/ / G/ / 6) E# 3 J/ ) /) G/ 1 6 L/ / 3) J# / O* 6) L/ 3 R/ / /) O# 6 T/ ) 3) R/ 1 / W/ / 6) T# 3 Y/) /) W/ 6 \/ / 3) Y# 4 ^/ ) 6) \ @1 %$=P1 = `1 =1 N)% L@ ^1) &J=) ]-1 HD [1 41 F@) Z;% D= Y1 ) BBD) XI1  @1 @ V1 P1 ">=) U% $"@) C1 @ 1 = B1 1 BD) A% D@ ?1) F=) >1 HD =1 1 J@) <% L? :1 ) ND) 91 P1 = 81 P1 ?) 7L% @ 51) H=) 4D1 D 31 @1 @) 2<% = 01 ) 8D) /41 1 @ .1 01 =) ,,% D +1) (@) *$1 = )1 1 D) '% @ &1 ) =) %1 1 D $1 1 @) "% = !, D) 1 @ 1 1 =) % D 1 ) @) 1 1 = 1 1 D) % @ 1) =) 1 D 1 1 @) % ? 1 ) D)  @, $P81 8 , 8, N)  L; ,) &J8) -, H? , 4, F;) ;  D8 , ) BB?) I, @ 1 ; , P, >"8)   <$? ,) :&;) , 8(8 , , 6*?)  4,; !, ) 2.8) #, 001 ? $, , .2;) %  ,48 &' *6?) (, (8; ), , &:8) *  $;) -,  @1 8 ., , B?) /  D; 1,) F8) 2, H? 3, , J;) 4  L: 6, ) N?) 7, P1 8 8, P, :) 9L  ; ;,) H8) <  8 @, ) 8?) A4, 1 ; B, 0, 8) D,  ? E,) (;) F$, 8 G, , ?) I  ; J, ) 8) K, 1 ? L, , ;) N  8 O' ?) P, ; R, , 8) S  ? T, ) ;) U, 1 8 W, , ?) X  ; Y,) 8) Z, ? \, , ;) ]  = ^, ) ?) ` @/ #$P; 1 ; / ;/ N)# L? /) &J;) -/ HB / 4/ F?) ;# D; / ) BBB) I/ @ 1 ? / P/ >";) # <$B /) :&?) / 8(; / / 6*B) # 4,? !/ ) 2.;) / 001 B $/ / .2?) !# ,4; &* *6B) $/ (8? )/ / &:;) &# $?) )/  @1 ; ./ / BB) +# D? 1/) F;) ./ HB 3/ / J?) 1# L= 6/ ) NB) 3/ P1 ; 8/ P/ =) 6L# ? ;/) H;) 8D/ B =/ @/ ?) ;<# ; @/ ) 8B) =4/ 1 ? B/ 0/ ;) @,# B E/) (?) B$/ ; G/ / B) E# ? J/ ) ;) G/ 1 B L/ / ?) J# ; O* B) L/ ? R/ / ;) O# B T/ ) ?) R/ 1 ; W/ / B) T# ? Y/) ;) W/ B \/ / ?) Y# @ ^/ ) B) \ @=%$=P1 1 =N L 1) &J -1H 1 4F ;D 1 ) BB I= @1 1 P"> $< 1) &: 1(8 1 *6 ,4 1 ) .2 =001 1 2. 4, , 6* 18( 1 :& <$ 1 ) >" 1@ 1 1 BD1) F%H1 JL1 )  N= P1 I &1 P!&L!IB "1) H"I) &D1"I 1 @#I) "<#G 1 ) 8$I) 4=$1 I 1 0%G) ,%I 1) (%I) $1&G 1 &I) 'I 1 ) 'G) =(1 1 (I) ) , ) 1* 1 * + 1 ) + 1,1 1 , - 1) - %. 1 . / 1 ) 0  @!=01P81 , 80N11L,) &1J-12H, 42F;31D, ) B3BI=4%@ 1 , P4>"5<$,) 5:&1618(, 66*714,, ) 72.=81001 , 8.291,4' 9*61:8(8, :&:;1$<, ) ;">1<% @1 , <B=D,) =F%>1H, >J?1L, ) ? N=@1 P1 D &, P@!&LA1!DB ",) HA"D) &D1B"D , @B#D) "5$<1) 5&:116(81 6*617,41 ) 7.2=18001 1 82.194,, 96*18:8(1 ::&1;<$1 ) ;>"1%<@ 1 1 H1 >J1?L1 ) ?N=1@P1 I &1 P@&L1AIB "1) HAI) &D1BI 1 @BI) "<1CG 1 ) 8CI) 4=%D1 I 1 0DG) ,EI 1) (EI) $11FG 1 FI) 1GI 1 ) GG) =1H1 1 HI) 1I , I 18J 1 J 1K 1 ) K 1%L1 1 L M 1) M %1N 1 N 1O 1 ) P  @=1P; 1 / ;N1L/) &J-1H/ 4F;1D/ ) BBI=%@ 1 / P>"<$/) :&118(/ 6*14,/ ) 2.=1001 / .21,4* *618(8/ &:1$1% @1 / BD/) F%1H/ J1L/ ) N=1P1 G &/ P&L1GB "/) HG) &D1G / @G) "<1E / ) 8G) 4=%1 G / 0E) ,G /) (G) $11E / G) 1G / ) E) =11 / G) 1 *  18 /  1 / )  1%1 /   /)  %11 /  1 / )   @_=1=P1 1 1 I N)1L1 01) I JI) 1H1 I FI) 1D1 ) L BI) =% @1 = 1 I ">L) $<= 01) I &:I) 11(81 I *6I) 1,41 ) N .2I) =1001 1 1 I 2.N) 14,= , I 6*I) 188(1 1 I :&I) 1<$1 01 ) L >"I) 1%@ 1 1 1 I BL) D1 01) I FI) %1H= 1 I JI) 1L= 01 ) D NI) =1P1 1 1 I D) 11 01) I I) 11 I I) 11 ) L I) =%1 = 1 I L) = 01) I I) 111 I I) 11 ) N I) =11 1 1 I N) 1= , I I) 181 1 I I) 11 01 ) L I) 1%1 1 1 I L) 1 01) I I) %1= 1 I I) 1= 01 ) D I) @^=1P; 1 1 / G N)1L1 0/) G JG) 1H/ G FG) 1D/ ) E BG) =%@ 1 = / G >"E) <$= 0/) G :&G) 118(/ G 6*G) 14,/ ) L 2.G) =1001 1 / G .2L) 1,4= * G *6G) 18(81 / G &:G) 1$<1 0/ ) E ">G) 1% @1 1 / G BE) D1 0/) G FG) %1H= / G JG) 1L= 0/ ) B NG) =1P1 1 / G B) 11 0/) G G) 1/ G G) 1/ ) E G) =%1 = / G E) = 0/) G G) 11/ G G) 1/ ) L G) =11 1 / G L) 1= * G G) 181 / G G) 11 0/ ) E G) 1%1 1 / G E) 1 0/) G G) %1= / G G) 1= 0/ ) B G) @\=1=P1 1 1 I N)1L1 01) I JI) 1H1 I FI) 1D1 ) L BI) =% @1 = 1 I ">L) $<= 01) I &:I) 11(81 I *6I) 1,41 ) N .2I) =1001 1 1 I 2.N) 14,= , I 6*I) 188(1 1 I :&I) 1<$1 01 ) L >"I) 1%@ 1 1 1 I BL) D1 01) I FI) %1H= 1 I JI) 1L= 01 ) D NI) =1P1 1 1 I D) 11 01) I I) 11 I I) 11 ) L I) =%1 = 1 I L) = 01) I I) 111 I I) 11 ) N I) =11 1 1 I N) 1= , I I) 181 1 I I) 11 01 ) L I) 1%1 1 1 I L) 1 01) I I) %1= 1 I I) 1= 01 ) D I) @^=1P81 1 , D N)1L1 0,) D JD) 1H, D FD) 1D, ) G BD) =%@ 1 = , D >"G) <$= 0,) D :&D) 118(, D 6*D) 14,, ) I 2.D) =1001 1 , D .2I) 1,4= ' D *6D) 18(81 , D &:D) 1$<1 0, ) G ">D) 1% @1 1 , D BG) D1 0,) D FD) %1H= , D JD) 1L= 0, ) ? ND) =1P1 1 , D ?) 11 0,) D D) 1, D D) 1, ) G D) =%1 = , D G) = 0,) D D) 11, D D) 1, ) I D) =11 1 , D I) 1= ' D D) 181 , D D) 11 0, ) G D) 1%1 1 , D G) 1 0,) D D) %1= , D D) 1= 0, ) ? D)  @1 1: 1 1 : 1 1 1: 1 1 : 1 1 1+ ,+ 1 + 1  1 1+ 1 1 + 1  1 1! 1 1 ! 1  1 1! 1 1 ! 1  1 1 , 1  1  1 1 1 1  1   @P1 PONMLKJI1 HGFEDCBA1 @?>=<;:91 876543211 0/.-,+*)1 ('&%$#"!1 1  @!PNLJHFDB@><:86420.,*(&$" Tabla2(@@, <FPZdn?P P P P P Z d n x -,-,@ Tabla2  ?          Percu2(@@, <FPZdn?P P P P P Z d n x @+ Percu2 0D8$  % " &"   )#              Tabla(@@, <FPZdn?P P P P P Z d n x @ Tabla   7*  ,   ("   (  !"%*) +% 7!                        Percu4(@@, <FPZdn?P P P P P Z d n x @6 Percu4  3($   TRڹ  & ,+     !              Percu5(@@, <FPZdn?P P P P P Z d n x ''@1 Percu5 (  F#ͣeI5+G).             Percu4(@@, <FPZdn?P P P P P Z d n x @ Percu4 DkinDrum(@@, <FPZdn?P P P P P Z d n x  @< DkinDrum   E A  " #          "                             037(@@, <FPZdn?P P P P P Z d n x U#>2@# 037                                                                                                                                 Nl2.smp(@@, <FPZdn?P P P P P Z d n x :P G-@.GNl2.smp Nl14.smp(@@, <FPZdn?P P P P P Z d n x '@QNl14.smp   %0,   047(@@, <FPZdn?P P P P P Z d n x  Nh3@ 047                                                                                                      NoName(@@, <FPZdn?P P P P P Z d n x @NoName 6I     Tb3032(@@, <FPZdn?P P P P P Z d n x 6z.6@Tb3032 3<2  "+         Tb3034(@@, <FPZdn?P P P P P Z d n x .u-k@Tb3034       hht2(0@, <FPZdn (2 < F P Z d n x hht2 Choir(@@, <FPZdn?P P P P P Z d n x U:!4@6 Choir                                                        nicefiltersynth(0@, <FPZdn (2 < F P Z d n x -/-/@Gnicefiltersynth         d5+ %($           Y+ '--*'#               N4,(+ $%"                       N7),)$!              G8- 2& (!"                    <3 - , ( $ #                     @9&%*(  "               8=,  ( & #           '6 )&"                    #4("                 :- $"              ,'                  ("%              (- %" !            $              #( !              #"             !                                                                                                                                            Analog(0@, <FPZdn (2 < F P Z d n x @@@Analog ( ')  +  )  (  ' )  # ,  )   ,   )  ! , # +  '  *(  + * , ' - ++ ) ) )   ) +  ( *  ( &  ( %  )#  (# %  !  "   " ! $  #  # $ " $ "   %   &    % ! $   $"    %                      !   !                                                                                                                                                                                                                                                                                                                                                nicefiltersynth(0@, <FPZdn (2 < F P Z d n x @Gnicefiltersynth m      * !      _ 3, ($ !          <=;63/.,*)&%$"    M1B:30%)!     j,7..%+!'"     L5!- ::-%+( "   o-+0432.*$      5;7:5(2*" "!      U ><7)'+) #   ,OE-04 31, $      F?5./& '!     C?71/* & # !      @0A&"83%') #       +<:3")$ #!    >0<$,..) "     ? 5/0$+$      "; -0 ",("      2/)0($ %       %7(,("        -#&%!          !          ,#         %          !                                                                                                                                                                           heroes-sound-tracks-1.0/heroes06.xm0000644004117000411500000077115007141061661012747 Extended Module: <- Electric dream ->FastTracker v2.00 4 (  &' !"# !$% @==11=                   @z                                             = P =0 P 10 0 = P = P 1 @ =0 @1 0 1 @= @aa @===a=0=0=0= a= = a==== P=0 P=a10 0== P= P=1 @=0 @1 0a1 @= @aa1 P1' P%%'aa @/;;;a;0;0;0; a; ; a;;;; P;a;0 P;/0 0; P;; P/ @;0 @/ 0a/ @; @aa/ @/' @##'aa @O/;=;=;==a;0=;0=;0==; a=; =; ==a;=;=;== ; P;a=!;0 P;="/0 0; P;=#; P/ @=$;0 @/ 0a=%/ @=&; @aa='=(/ @=)=*/' @#=+=,#'a=-=.a=/=0 @/;=1=;=2=;=3==4=a;0=5=;0=6=;0=7==8=; a=9=; =:=; =;==<=a;===;=>=;=?==@= ; P;a=A=0;0 P=!;=B/0 0="; P;=C; P=#/ @=D;0 @/ 0=$a=E=@=%/ @=F; @=&aa=G='=H=(/ @=I==)=J=*/' @#=K=+=L=,#'a=M==-=N=.a=O=/=P=0 @10 01 1== =a10 /1 =a10 /1 == a=0 .= a10 .1 a=0= = a10 -1 =0a=0 -= =0= a10 ,1 a10 ,1 = a= =a10 +1 = a10 +1 = = a=0 *= a10 *1 a== a10 )1 =a=0 )= == a10 (1 a= P10 (1 =a= =0 Pa10 '1 =10 0a= P10 '1 == = Pa1 @=0 &= =0 @1 0a10 &1 a= a1 @10 %1 = @aaa=0 %= = a10 $1 a10 $1 1 @= a10 #1 a10 #1 1' @%= a=0 "= a10 "1 %'a= a10 !1 a=0 != a= a10 1 a @10 1 1== a10 1 =a10 1 == a=0 = a10 1 a=0= a10 1 =0a=0 = =0= a10 1 a10 1 = a= a10 1 = a10 1 = = a=0 = a10 1 a== a10 1 =a=0 = == a10 1 a= P10 1 =a= =0 Pa10 1 =10 0a= P10 1 == = Pa1 @=0 = =0 @1 0a10 1 a= a1 @10 1 = @a=0 = = aaa10 1 a10 1 1 @= a10 1 a10 1 1' @%= a=0 = a10 1 %'a= a10 1 a=0 = a= a10 1 a @/0 / /;= a/0 / ;a/0 / ;= a;0 ; a/0 / a;0= a/0 / ;0a;0 ; ;0= a/0 / a/0 / ; a= a/0 / ; a/0 / ; = a;0 ; a/0 / a;= a/0 / ;a;0 ; ;= a/0 / a; P/0 / ;a= ;0 Pa/0 / ;/0 0a; P/0 / ;= ; Pa/ @;0 ; ;0 @/ 0a/0 / a= a/ @/0 / ; @a;0 ; = aaa/0 / a/0 / / @= a/0 / a/0 / /' @#= a;0 ; a/0 / #'a= a/0 / a;0 ; a= a/0 / a @/0 / /;= a/0 !/ ;a/0 !/ ;= a;0 "; a/0 "/ a;0= a/0 #/ ;0a;0 #; ;0= a/0 $/ a/0 $/ ; a= a/0 %/ ; a/0 %/ ; = a;0 &; a/0 &/ a;= a/0 '/ ;a;0 '; ;= a/0 (/ a; P/0 (/ ;a= ;0 Pa/0 )/ ;/0 0a; P/0 )/ ;= ; Pa/ @;0 *; ;0 @/ 0a/0 */ a= a/ @/0 +/ ; @a;0 +; = aaa/0 ,/ a/0 ,/ / @= a/0 -/ a/0 -/ /' @#= a;0 .; a/0 ./ #'a= a/0 // a;0 /; a= a/0 0/ a @310 01 1== G a10 /1 =I a10 /1 == aG' 0a=0 .= I0 I' a10 .1 a=0= aaa10 -1 =0I a=0 -= =0= aa10 ,1 a10 ,1 = a= a10 +1 = a10 +1 = = a=0 *= a10 *1 a== a10 )1 =a=0 )= == a10 (1 a= P10 (1 =a= L @=0 Pa10 '1 =L 10 0a= P10 '1 == G 0L' P= Pa1 @=0 &= I L' =0 @1 0a10 &1 a= G' @a1 @10 %1 aI' 0= @a=0 %= = aaa10 $1 aa10 $1 1 @= a10 #1 a10 #1 1' @%= a=0 "= a10 "1 %'a= a10 !1 a=0 != a= a10 1 a @510 1 1== G a10 1 =I a10 1 == aG' 0a=0 = I0 I' a10 1 a=0= aaa10 1 =0I a=0 = =0= aa10 1 a10 1 = a= a10 1 = a10 1 = = a=0 = a10 1 a== a10 1 =a=0 = == a10 1 a= P10 1 =a= L @=0 Pa10 1 =L 10 0a= P10 1 == N 0L' P= Pa1 @=0 = I L' =0 @1 0a10 1 a= N' @a1 @10 1 aI' 0= @a=0 = = aaa10 1 aa10 1 1 @= a10 1 a10 1 1' @%= a=0 = a10 1 %'a= a10 1 a=0 = a= a10 1 a @5/0 / /;= E a/0 / ;G a/0 / ;= aE' 0a;0 ; G0 G' a/0 / a;0= aaa/0 / ;0G a;0 ; ;0= aa/0 / a/0 / ; a= a/0 / ; a/0 / ; = a;0 ; a/0 / a;= a/0 / ;a;0 ; ;= a/0 / a; P/0 / ;a= L @;0 Pa/0 / ;L /0 0a; P/0 / ;= E 0L' P; Pa/ @;0 ; G L' ;0 @/ 0a/0 / a= E' @a/ @/0 / aG' 0; @a;0 ; = aaa/0 / aa/0 / / @= a/0 / a/0 / /' @#= a;0 ; a/0 / #'a= a/0 / a;0 ; a= a/0 / a @5/0 / /;= E a/0 !/ ;G a/0 !/ ;= aE' 0a;0 "; G0 G' a/0 "/ a;0= aaa/0 #/ ;0G a;0 #; ;0= aa/0 $/ a/0 $/ ; a= a/0 %/ ; a/0 %/ ; = a;0 &; a/0 &/ a;= a/0 '/ ;a;0 '; ;= a/0 (/ a; P/0 (/ ;a= L @;0 Pa/0 )/ ;L /0 0a; P/0 )/ ;= N 0L' P; Pa/ @;0 *; G L' ;0 @/ 0a/0 */ a= N' @a/ @/0 +/ aG' 0; @a;0 +; = aaa/0 ,/ aa/0 ,/ / @= a/0 -/ a/0 -/ /' @#= a;0 .; a/0 ./ #'a= a/0 // a;0 /; a= a/0 0/ a @k/0 / /;= E =a/0 / ;G =a/0 / ;= aE' 0=a;0 ; G0 G' =a/0 / a;0= aa=a/0 / ;0G =a;0 ; ;0= a=a/0 / =a/0 / ; a= =a/0 / ; =a/0 / ; = =a;0 ; =a/0 / a;= =a/0 / ;=a;0 ; ;= =a/0 / = a/0 / ;a= L @=!a/0 / ;L ="a/0 / ;= E 0L' P=#a;0 ; G L' =$a/0 / a= E' @=%a/0 / aG' 0=&a;0 ; = ='a/0 / a=(a/0 / / @= =)a/0 / =*a/0 / /' @#= =+a;0 ; =,a/0 / #'a= =-a/0 / =.a;0 ; a= =/a/0 / =0a @/0 / /;= E =1a=/0 !/ ;G =2a=/0 !/ ;= aE' 0=3a=;0 "; G0 G' =4a=/0 "/ a;0= aa=5a=/0 #/ ;0G =6a=;0 #; ;0= a=7a=/0 $/ =8a=/0 $/ ; a= =9a=/0 %/ ; =:a=/0 %/ ; = =;a=;0 &; =a=;0 '; ;= =?a=/0 (/ =@a= /0 (/ ;=0= L @=Aa=!/0 )/ ;L =Ba="/0 )/ ;= N 0L' P=Ca=#;0 *; G L' =Da=$/0 */ a=@= N' @=Ea=%/0 +/ aG' 0=Fa=&;0 +; = =Ga='/0 ,/ a=Ha=(/0 ,/ / @= ==Ia=)/0 -/ =Ja=*/0 -/ /' @#= =Ka=+;0 .; =La=,/0 ./ #'a= ==Ma=-/0 // =Na=.;0 /; a= ==Oa=//0 0/ =Pa=0 @f=1PE)I=== & =I)L & = EG)Ia  & aII)I  & GL)I  & II)G  & LI)I  & II)I  & IG)Ia  & II)L  & GI)I  & II)I  & IL)I  & II)E  & LI)I  & II)G  & = PIE)I==0 P  & II)L=10 0  & = PEG)I== P  & 1 @II)I=0 @1 0  & GL)Ia=0  & 1 @II)G=0= @  & LI)I=0aa  & II)I  & IG)I= a  & II)L=   & GI)I=   & II)I  & IL)Ia  & II)E  & LI)I  & II)G  &  @\1 E)I & I)L & EG)I  & II)I  & GL)I  & II)G  & LI)I  & II)I  & IG)I  & II)L  & GI)I  & II)I  & IL)I  & II)E  & LI)I  & II)G  & = PIE)I==0 P  & II)L=10 0  & = PEG)I== P  & 1 @II)I=0 @1 0  & GL)Ia=0  & 1 @II)G=0= @  & LI)I=0aa  & II)I  & IG)I= a  & II)L=   & GI)I=   & II)I  & 1 0IL)Ia  & II)E  & aLI)I  & II)G  &  @d8,P@)D88 & 8D)G & 8 @B)Da  & aDD)D  & BG)D  & DD)B  & GD)D  & DD)D  & DB)Da  & DD)G  & BD)D  & DD)D  & DG)D  & DD)@  & GD)D  & DD)B  & 8 PD@)D880 P  & DD)G8,0 0  & 8 P@B)D88 P  & , @DD)D80 @, 0  & BG)Da80  & , @DD)B808 @  & GD)D80aa  & DD)D  & DB)D8 a  & DD)G8   & BD)D8   & DD)D  & DG)Da  & DD)@  & GD)D  & DD)B  &  @d, @)D & D)G & @B)D  & DD)D  & BG)D  & DD)B  & GD)D  & DD)D  & DB)D  & DD)G  & BD)D  & DD)D  & DG)D  & DD)@  & GD)D  & DD)B  & 8 PD@)D880 P  & DD)G8,0 0  & 8 P@B)D88 P  & , @DD)D80 @, 0  & BG)Da80  & , @DD)B808 @  & GD)D80aa  & DD)D  & DB)D8 a  & DD)G8   & BD)D8   & DD)D  & , 0DG)Da=   & DD)@=   & aGD)D=   & DD)B=   &  @10 1 E)I== = 0= a & 10 1 I)L== a & 10 1 EG)I== = = a  & =0 = II)I= a  & 10 1 GL)Ia=0= = 0= a  & 10 1 II)G=0= a  & =0 = LI)I=0= = = a  & 10 1 II)I= a  & 10 1 IG)I= a= = 0= a  & 10 1 II)L= = a  & 10 1 GI)I= = = = a  & =0 = II)I= a  & 10 1 IL)Ia== = 0= a  & 10 1 II)E== a  & =0 = LI)I== = = a  & 10 1 II)G= a  & 10 1 IE)I=a= = 0= a  & 10 1 II)L== a  & 10 1 EG)I== = = a  & =0 = II)I= a  & 10 1 GL)Ia= = 0= a  & 10 1 II)G= a  & =0 = LI)I= = = a  & 10 1 II)I= a  & 10 1 IG)I1 @= = 0= a  & 10 1 II)L= a  & 10 1 GI)I1' @%= = = a  & =0 = II)I= a  & 10 1 IL)I%'a= = 0= a  & 10 1 II)E= a  & =0 = LI)Ia= = = a  & 10 1 II)G= a  &  @,0 , @)D8= = 0= a & ,0 , D)G8= a & ,0 , @B)D8= = = a  & 80 8 DD)D= a  & ,0 , BG)Da80= = 0= a  & ,0 , DD)B80= a  & 80 8 GD)D80= = = a  & ,0 , DD)D= a  & ,0 , DB)D8 a= = 0= a  & ,0 , DD)G8 = a  & ,0 , BD)D8 = = = a  & 80 8 DD)D= a  & ,0 , DG)Da8= = 0= a  & ,0 , DD)@8= a  & 80 8 GD)D8= = = a  & ,0 , DD)B= a  & ,0 , D@)D8a= = 0= a  & ,0 , DD)G8= a  & ,0 , @B)D8= = = a  & 80 8 DD)D= a  & ,0 , BG)Da= = 0= a  & ,0 , DD)B= a  & 80 8 GD)D= = = a  & ,0 , DD)D= a  & ,0 , DB)D, @= = 0= a  & ,0 , DD)G= a  & ,0 , BD)D,' @ = = = a  & 80 8 DD)D= a  & ,0 , DG)D 'a= = 0= a  & ,0 , DD)@= a  & 80 8 GD)Da= = = a  & ,0 , DD)B= a  &  @10 1 E)IG = = 0= a & 10 1 I)LI = a & 10 1 EG)IaG' 0= = = a  & =0 = II)II0 I' = a  & 10 1 GL)Iaa= = 0= a  & 10 1 II)GI = a  & =0 = LI)Ia= = = a  & 10 1 II)I= a  & 10 1 IG)I= = 0= a  & 10 1 II)L= a  & 10 1 GI)I= = = a  & =0 = II)I= a  & 10 1 IL)I= = 0= a  & 10 1 II)E= a  & =0 = LI)I= = = a  & 10 1 II)G= a  & 10 1 IE)IL @= = 0= a  & 10 1 II)LL = a  & 10 1 EG)IG 0L' P= = = a  & =0 = II)II L' = a  & 10 1 GL)IG' @= = 0= a  & 10 1 II)GaI' 0= a  & =0 = LI)I= = = a  & 10 1 II)Ia= a  & 10 1 IG)I= = 0= a  & 10 1 II)L= a  & 10 1 GI)I= = = a  & =0 = II)I= a  & 10 1 IL)I= = 0= a  & 10 1 II)E= a  & =0 = LI)I= = = a  & 10 1 II)G= a  &  @10 1 E)IG = = 0= a & 10 1 I)LI = a & 10 1 EG)IaG' 0= = = a  & =0 = II)II0 I' = a  & 10 1 GL)Iaa= = 0= a  & 10 1 II)GI = a  & =0 = LI)Ia= = = a  & 10 1 II)I= a  & 10 1 IG)I= = 0= a  & 10 1 II)L= a  & 10 1 GI)I= = = a  & =0 = II)I= a  & 10 1 IL)I= = 0= a  & 10 1 II)E= a  & =0 = LI)I= = = a  & 10 1 II)G= a  & 10 1 IE)IL @= = 0= a  & 10 1 II)LL = a  & 10 1 EG)IN 0L' P= = = a  & =0 = II)II L' = a  & 10 1 GL)IN' @= = 0= a  & 10 1 II)GaI' 0= a  & =0 = LI)I= = = a  & 10 1 II)Ia= a  & 10 1 IG)I= = 0= a  & 10 1 II)L= a  & 10 1 GI)I= = = a  & =0 = II)I= a  & 10 1 IL)I= = 0= a  & 10 1 II)E= a  & =0 = LI)I= = = a  & 10 1 II)G= a  &  @,0 , @)DB = = 0= a & ,0 , D)GD = a & ,0 , @B)DaB' 0= = = a  & 80 8 DD)DD0 D' = a  & ,0 , BG)Daa= = 0= a  & ,0 , DD)BD = a  & 80 8 GD)Da= = = a  & ,0 , DD)D= a  & ,0 , DB)D= = 0= a  & ,0 , DD)G= a  & ,0 , BD)D= = = a  & 80 8 DD)D= a  & ,0 , DG)D= = 0= a  & ,0 , DD)@= a  & 80 8 GD)D= = = a  & ,0 , DD)B= a  & ,0 , D@)DG @= = 0= a  & ,0 , DD)GG = a  & ,0 , @B)DB 0G' P= = = a  & 80 8 DD)DD G' = a  & ,0 , BG)DB' @= = 0= a  & ,0 , DD)BaD' 0= a  & 80 8 GD)D= = = a  & ,0 , DD)Da= a  & ,0 , DB)D= = 0= a  & ,0 , DD)G= a  & ,0 , BD)D= = = a  & 80 8 DD)D= a  & ,0 , DG)D= = 0= a  & ,0 , DD)@= a  & 80 8 GD)D= = = a  & ,0 , DD)B= a  &  @,0 , @)DB = = 0= a & ,0 , D)GD = a & ,0 , @B)DaB' 0= = = a  & 80 8 DD)DD0 D' = a  & ,0 , BG)Daa= = 0= a  & ,0 , DD)BD = a  & 80 8 GD)Da= = = a  & ,0 , DD)D= a  & ,0 , DB)D= = 0= a  & ,0 , DD)G= a  & ,0 , BD)D= = = a  & 80 8 DD)D= a  & ,0 , DG)D= = 0= a  & ,0 , DD)@= a  & 80 8 GD)D= = = a  & ,0 , DD)B= a  & ,0 , D@)DG @= = 0= a  & ,0 , DD)GG = a  & ,0 , @B)DI 0G' P= = = a  & 80 8 DD)DD G' = a  & ,0 , BG)DI' @= = 0= a  & ,0 , DD)BaD' 0= a  & 80 8 GD)D= = = a  & ,0 , DD)Da= a  & ,0 , DB)D= = 0= a  & ,0 , DD)G= a  & ,0 , BD)D= = = a  & 80 8 DD)D= a  & ,0 , DG)D== = 0= a  & ,0 , DD)@== a  & 80 8 GD)D== = = a  & ,0 , DD)B== a  &  @[10 01 1== == 0= a10 /1 == a10 /1 == = = a=0 .= = a10 .1 a=0= = = 0= a10 -1 =0= a=0 -= =0= = = a10 ,1 = a10 ,1 = a= == 0= a10 +1 = = a10 +1 = = = = a=0 *= = a10 *1 a== = 0= a10 )1 == a=0 )= == = = a10 (1 = a10 (1 =a= = 0= a10 '1 == a10 '1 == = = a=0 &= = a10 &1 a= = 0= a10 %1 = a=0 %= = = = a10 $1 = a10 $1 1 @= = 0= a10 #1 = a10 #1 1' @%= = = a=0 "= = a10 "1 %'a= = 0= a10 !1 = a=0 != a= = = a10 1 = a @U10 1 1== = 0= a10 1 == a10 1 == = = a=0 = = a10 1 a=0= = 0= a10 1 =0= a=0 = =0= = = a10 1 = a10 1 = a= = 0= a10 1 = = a10 1 = = = = a=0 = = a10 1 a== = 0= a10 1 == a=0 = == = = a10 1 = a10 1 =a= = 0= a10 1 == a10 1 == = = a=0 = = a10 1 a= = 0= a10 1 = a=0 = = = = a10 1 = a10 1 1 @= = 0= a10 1 = a10 1 1' @%= = = a=0 = = a10 1 %'a= = 0= a10 1 = a=0 = a= = = a10 1 = a @Y==== @ @a= @= 0 @ 0@= D @= 0@= @ @ @D 0@ = 0@= @@ 0@@ @ = @= 0@ @ 0@D @= 0@; @ = @D 0@ ; 0@= @= 0@=@ @ = @= 0@ @ 0@=0D @= 0@== @ @ @D 0@ = 0@= @@ 0@@ @ = @= 0@ @ 0@D @= 0@; @ = @D 0@ ; 0@ @X=P= 0= @ @a= @= 0 @ 0@D @= 0@= @ @ @D 0@ = 0@= @@ 0@@ @ = @= 0@ @ 0@D @= 0@; @ = @D 0@ ; 0@= @= 0@=@ @ = @= 0@ @ 0@=0D @= 0@== @ @ @D 0@ = 0@= @@ 0@@ @ = @= 0@ @ 0@D @= 0@; @ = @D 0@ ; 0@ @T888 ; @a8 @8 0 ; 0@? @8 0@8 @ ; @? 0@ 8 0@8 @; 0@; @ 8 @8 0@ ; 0@? @8 0@6 @ 8 @? 0@ 6 0@8 @8 0@8; @ 8 @8 0@ ; 0@80? @8 0@88 @ ; @? 0@ 8 0@8 @; 0@; @ 8 @8 0@ ; 0@? @8 0@6 @ 8 @? 0@ 6 0@ @a8@8 08 ; @a8 @8 0 ; 0@? @8 0@8 @ ; @? 0@ 8 0@8 @; 0@; @ 8 @8 0@ ; 0@? @8 0@6 @ 8 @? 0@ 6 0@8 @8 0@8; @ 8 @8 0@ ; 0@80? @8 0@88 @ ; @? 0@ 8 0@8 @; 0@; @ 8 @8 0@ ; 0@? @8 0@= 6 @ = 8 @? 0@= 6 0@=  @10 01 == = = 0= a10 /1 =@ @= a10 /1 == @= 0= = = a=0 .= @ 0@= a10 .1 a=0D @= 0@= = 0= a10 -1 =0= @ = a=0 -= =0@ @D 0@= = = a10 ,1 = 0@= a10 ,1 = a= @@ 0@= = 0= a10 +1 = @ @ = a10 +1 = = @= 0@= = = a=0 *= @ 0@= a10 *1 a=D @= 0@= = 0= a10 )1 =; @ = a=0 )= == @D 0@= = = a10 (1 ; 0@= a10 (1 =a= @= 0@= = 0= a10 '1 =@ @ = a10 '1 == @= 0@= = = a=0 &= @ 0@= a10 &1 aD @= 0@= = 0= a10 %1 = @ = a=0 %= @ @D 0@= = = a10 $1 = 0@= a10 $1 1 @= @@ 0@= = 0= a10 #1 @ @ = a10 #1 1' @%= @= 0@= = = a=0 "= @ 0@= a10 "1 %'aD @= 0@= = 0= a10 !1 ; @ = a=0 != a= @D 0@= = = a10 1 ; 0@= a @10 1 == = = 0= a10 1 =@ @= a10 1 == @= 0= = = a=0 = @ 0@= a10 1 a=0D @= 0@= = 0= a10 1 =0= @ = a=0 = =0@ @D 0@= = = a10 1 = 0@= a10 1 = a= @@ 0@= = 0= a10 1 = @ @ = a10 1 = = @= 0@= = = a=0 = @ 0@= a10 1 a=D @= 0@= = 0= a10 1 =; @ = a=0 = == @D 0@= = = a10 1 ; 0@= a10 1 =a= @= 0@= = 0= a10 1 =@ @ = a10 1 == @= 0@= = = a=0 = @ 0@= a10 1 aD @= 0@= = 0= a10 1 = @ = a=0 = @ @D 0@= = = a10 1 = 0@= a10 1 1 @= @@ 0@= = 0= a10 1 @ @ = a10 1 1' @%= @= 0@= = = a=0 = @ 0@= a10 1 %'aD @= 0@= = 0= a10 1 ; @ = a=0 = a= @D 0@= = = a10 1 ; 0@= a @,0 , 88 = = 0= a,0 , 8; @= a,0 , 88 @8 0= = = a80 8 ; 0@= a,0 , a80? @8 0@= = 0= a,0 , 808 @ = a80 8 80; @? 0@= = = a,0 , 8 0@= a,0 , 8 a8 @; 0@= = 0= a,0 , 8 ; @ = a,0 , 8 8 @8 0@= = = a80 8 ; 0@= a,0 , a8? @8 0@= = 0= a,0 , 86 @ = a80 8 88 @? 0@= = = a,0 , 6 0@= a,0 , 8a8 @8 0@= = 0= a,0 , 8; @ = a,0 , 88 @8 0@= = = a80 8 ; 0@= a,0 , a? @8 0@= = 0= a,0 , 8 @ = a80 8 ; @? 0@= = = a,0 , 8 0@= a,0 , , @8 @; 0@= = 0= a,0 , ; @ = a,0 , ,' @ 8 @8 0@= = = a80 8 ; 0@= a,0 , 'a? @8 0@= = 0= a,0 , 6 @ = a80 8 a8 @? 0@= = = a,0 , 6 0@= a @,0 , 88 = = 0= a,0 !, 8; @= a,0 !, 88 @8 0= = = a80 "8 ; 0@= a,0 ", a80? @8 0@= = 0= a,0 #, 808 @ = a80 #8 80; @? 0@= = = a,0 $, 8 0@= a,0 $, 8 a8 @; 0@= = 0= a,0 %, 8 ; @ = a,0 %, 8 8 @8 0@= = = a80 &8 ; 0@= a,0 &, a8? @8 0@= = 0= a,0 ', 86 @ = a80 '8 88 @? 0@= = = a,0 (, 6 0@= a,0 (, 8a8 @8 0@= = 0= a,0 ), 8; @ = a,0 ), 88 @8 0@= = = a80 *8 ; 0@= a,0 *, a? @8 0@= = 0= a,0 +, 8 @ = a80 +8 ; @? 0@= = = a,0 ,, 8 0@= a,0 ,, , @8 @; 0@= = 0= a,0 -, ; @ = a,0 -, ,' @ 8 @8 0@= = = a80 .8 ; 0@= a,0 ., 'a? @8 0@= = 0= a,0 /, 6 @ = a80 /8 a8 @? 0@= = = a,0 0, 6 0@= a @y,0 , 88 = == 0= a,0 , 8; @== a,0 , 88 @8 0= == = a80 8 ; 0@== a,0 , a80? @8 0@= == 0= a,0 , 808 @ == a80 8 80; @? 0@= == = a,0 , 8 0@== a,0 , 8 a8 @; 0@= == 0= a,0 , 8 ; @ == a,0 , 8 8 @8 0@= == = a80 8 ; 0@== a,0 , a8? @8 0@= == 0= a,0 , 86 @ == a80 8 88 @? 0@= == = a,0 , 6 0@= = a,0 , 8a8 @8 0@= =!= 0= a,0 , 8; @ ="= a,0 , 88 @8 0@= =#= = a80 8 ; 0@=$= a,0 , a? @8 0@= =%= 0= a,0 , 8 @ =&= a80 8 ; @? 0@= ='= = a,0 , 8 0@=(= a,0 , , @8 @; 0@= =)= 0= a,0 , ; @ =*= a,0 , ,' @ 8 @8 0@= =+= = a80 8 ; 0@=,= a,0 , 'a? @8 0@= =-= 0= a,0 , 6 @ =.= a80 8 a8 @? 0@= =/= = a,0 , 6 0@=0= a @{,0 , 88 = =1= a=,0 !, 8; @=2a=,0 !, 88 @8 0= =3= a=80 "8 ; 0@=4a=,0 ", a80? @8 0@= =5= a=,0 #, 808 @ =6a=80 #8 80; @? 0@= =7= a=,0 $, 8 0@=8a=,0 $, 8 a8 @; 0@= =9= a=,0 %, 8 ; @ =:a=,0 %, 8 8 @8 0@= =;= a=80 &8 ; 0@=a=80 '8 88 @? 0@= =?= a=,0 (, 6 0@=@a= ,0 (, 8=08 @8 0@= =A= a=!,0 ), 8; @ =Ba=",0 ), 88 @8 0@= =C= a=#80 *8 ; 0@=Da=$,0 *, a=@? @8 0@= =E= a=%,0 +, 8 @ =Fa=&80 +8 ; @? 0@= =G= a=',0 ,, 8 0@=Ha=(,0 ,, =8 @; 0@= =I= a=),0 -, ; @ =Ja=*,0 -, ,' @8 @8 0@= =K= a=+80 .8 ; 0@=La=,,0 ., '=? @8 0@= =M= a=-,0 /, 6 @ =Na=.80 /8 a8 @? 0@= =O= a=/,0 0, 6 0@=Pa =0 @/0 / /;= == 0= a/0 / ;== a/0 / ;= == = a;0 ; == a/0 / a;0= == 0= a/0 / ;0== a;0 ; ;0= == = a/0 / == a/0 / ; a= == 0= a/0 / ; == a/0 / ; = == = a;0 ; == a/0 / a;= == 0= a/0 / ;== a;0 ; ;= == = a/0 / = = a/0 / ;a= =!= 0= a/0 / ;="= a/0 / ;= =#= = a;0 ; =$= a/0 / a= =%= 0= a/0 / =&= a;0 ; = ='= = a/0 / =(= a/0 / / @= =)= 0= a/0 / =*= a/0 / /' @#= =+= = a;0 ; =,= a/0 / #'a= =-= 0= a/0 / =.= a;0 ; a= =/= = a/0 / =0= a @/0 / /;= =1= 0= a=/0 !/ ;=2= a=/0 !/ ;= =3= = a=;0 "; =4= a=/0 "/ a;0= =5= 0= a=/0 #/ ;0=6= a=;0 #; ;0= =7= = a=/0 $/ =8= a=/0 $/ ; a= =9= 0= a=/0 %/ ; =:= a=/0 %/ ; = =;= = a=;0 &; =<= a=/0 &/ a;= === 0= a=/0 '/ ;=>= a=;0 '; ;= =?= = a=/0 (/ =@= a= /0 (/ ;=0= =A= 0= a=!/0 )/ ;=B= a="/0 )/ ;= =C= = a=#;0 *; =D= a=$/0 */ a=@= =E= 0= a=%/0 +/ =F= a=&;0 +; = =G= = a='/0 ,/ =H= a=(/0 ,/ =/ @= =I= 0= a=)/0 -/ =J= a=*/0 -/ #= =K= = a=+;0 .; =L= a=,/0 ./ =a= =M= 0= a=-/0 // =N= a=.;0 /; = =O= = a=//0 0/ =P= a=0<- Electric dream ->(@ (f<FPZdn?P P P P P Z d n x ?&@3     3"       ! :(     #26 ¾   (  5   &  !    !    %,  #      $#(        +   *        %&- #            '                    '  "                                                 houseparty cymbal(@#@?<<<<FPZdn?P P P P P Z d n x @  4#J2&  #+3    ( " " $+!&  "-  ((2 )   & *  ! )1ƶL  $   ' &   /%L   #'0 0'4     %'* , '  02)"# %$ '1,  ''** " # ' /.4 "  .+  $,&   2 =+ )  * + " "        "    .' #   Z=   $  #      "  % ""*#-%  &A  &".&    . ! + $' (   2!   4% & # 2D  + (-,52  ,0 "!  2%# (( =.̭5<% # %"$ &&0 # #2#@3 !+ , ""#   .     $)E %0$ 7(    $  H."& & ?_ %M'%4.0(    !;*$*  /%!'3  *'  !"&-"(2#  '  '( *+ !%(6!! MB'74"   ")09!", +&+ 74#! 0 $#*! # &- F3.) *!  $' %( ! ) ,$B()4     !  )!   $C;橶A8 ('    ),3 %#35 Ѿ.'0:   (&  E$۲2,2 ("  7  $  #,$",2*$&/%  ? !%*:+4 G# #  )& B* * 2 )   )  / =   '6           !% %  )!4#<#&2!#/ *.  &%,   (  ##$!  *! '3$)+ -  3,! ) ?1E1&4, ܶ+V* $,'! "0/'- '/       (= +)'Bڽ*   6,!7*6*    % #1!HP'*;/%(  2"   , (    $ )&   :+"    2. %(-Cҹ#<') +$) Խ(VG '8 %/%6 ­/Z   -'  ".01*% 51  'پ,6  -D'B  0 *(   "!  1'1% $:"6 " "#- ,  6   ", ز4+?#&( # /8   6) =:&  3(.=.T\$ک+;9BF1+ !L$ݿ> ,6&7$" <8 3) 1"#& ! D]-81@ *( - * 5$+#6 /A+G 1' !  ( 1   '-"#?)&->   B60  #$ '  & +"(+  "'%/а0 4:,6,$     2" 3  %+;*_.# #"!1C )/F  ! 5/ 4)19#  / & 6= ݾ& ' ֺ6/(  +&1K+ * # , "3  >6ǿ(* *"  >? uB  0>)7"& *2((:Y1ҠGC @ #$$ -**#0*!8  #)(( /.  ) 3I6&&  "$ -"( ! O'۬ =#"    %*+ ;"    /*&4.6  (& 2*3"    &    062#$ *   9A@0>$% ! = D &(6$ *<808LF۵$/)0 ޺^_ # #! " H*!-  ( #"'# H^! ')ȸ.,'80  >  <1'+U7:& &# * = !) 5%H7)-  *4)5&"&"0,E+, .  -;8A ˿ '*#&   3   **$-1 /* 7-= 5"L?0 &"&>:#L ̸IVJ7 "   * ;.5E߷38#    -"ڼ"A5#( :;>A2""  % ҭ0a "&)/  # & *!5-0 & B -( $ 4: 7 )   !6:. .%-3 1 $-* "!B)?3" '   "   4,1D4 :  $!,/ '0! / $ #4%"A  7 @#  20& *8 ׿3-& &(+C! "     , (     ""$  ()$,! ?66   ,/=ܲ(? 3 " @:'4$( 1$  ! "0 #" 6;/ *    #$ʿ=Jͻ= "!35 + "  $ %4.+,7 !! #) %2/   ;#82"/ $& " ( 7<   -߼+2 0& &#  $  %'&   #:$& %/.13      $  - $-(" " 4$/7     5: & $  #       ;!/  &1 #13'$"(!0   #    # $. +  3%   ! !!#      % ! 8 %' #.#$+. /(   '   !  $ .   3% C-"(-$#1-  '# +  *" 6  #(& -'   *&&$"    #( *# % "0 )#  Eߵ (  ! &# /-%& %5@:$.1$ +  &     " " ))&6 )  3%%5   "!    2 ! . ( *5$+  51,$$!+ 0$ .0 $ ! JEҶ$M/!   0 & +" * 9 +$ 2  !   $< ,,  ,%     2%J,0!! 4     !   (  ' 89       '  " .        % $0"#& -          !7"  $$ &      7!)       )! ! '& " *  &              +#'*%*  & (   ( 4!    ! # !#   #(        & ',      (+   (" $ #&     )  !     !(   +=  -    *% #+ & -  ! 0 .     5 '&      )#   5 &  + 2     &)  !   +     #2  #! $                %&   * .*"&5% & !@ !  ,,Խ5(& $ ! !   ' /=  "#   :+'! 2$  +5   5 )  (   -&  8 $# )    * +    # %*   %  )  4  $( !! %     "$       &  +5    0'    !       & #% &%#"   (   # $ 3*! ,       $- (" 5"*    "/ #$)($'  /$"#.   #   5 &!    &7   %+*$   "#)            +      +$ +   ,$   %%"     #    " "!      !"     +   !45     (             & "                       "                   '           "          &/ 0$ $ $ #"#  !* "#% %    &    ! #*,  ( &&#   -         ,(         & ")           %  !      ,+)&% ,,$4 %    (             #                                                          " !            %!   '                 (             !         #! (                                                          "                   (                   !        "%(        "  +          $%""  "           -                                !                               ,                  !             !                                                                                         !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Juno106-3(@ (f<FPZdn (2 < F P Z d n x MM@NoName        3<)         ;.'         "<%           .7 !        4-           5!         '1           ,,           .$          ".      &)        (%         '            %        "                                                                             Juno106-4(@ (f<FPZdn (2 < F P Z d n x DD@NoName            bassdrum(@ (f<FPZdn @ ANOMAL.WAV  68,U"C'**  Proteus 1/XR(0@, <FPZdn (2 < F P Z d n x @pNoName   * 0.1@!AVGUCtz|ybi}MmRM]jwu6y :Mz..!( !5b%1?4kNsTVo]]I!0(*!Qo(T ӻ1j.]; =" '%̠ZddL?D? #  . ) MM0%;TM6$)$C'&ޝRA  !6 %:w'YHP/Rf(9/ -(=2H  *!A&  /  F-!0-//.)   " 1  "  $=<  /:0   *    &     , 6 F  $ #       "  " %   %-     !3   )    ##                                                                                     houseparty open hht($.$<<<<<FPZdn?P P P P P Z d n x 6@        %  D  2  A+8.3B3( 8?,5 [Կs78 H 1$  %+ !!   *G(  M3 0>#( ;u  + `3'9 :Q !"&V6<A !  4 :*( * ! 8  C  %0  0  lF * )40 4Z? 39݌K ,/)  -- I  . !  # "   " $0!2 %$ .  D%>D1*#1  . *Y %H;&"6%!70"B/=" * !   ! "   " 5 RW- 8$/-]I )# (/ i [c' D*1Ob$0MC (g /$#     ) " $0Z+#O *-    . ; E "16 'e7 4A3X0E 1 *!   $+7! & !5g8#$ 3E3#=2/  *   (# /    .  !!     [  &7+"+* & >      $          +$ A +  2 ! :             ! 5 !   #-  :   &(& %  /4 +   +         ) %!A  %  '  ! 3!; 4 5%  $   %  #(! N( '$  7 7$ %   $    )!     , )( "        $  #& &4'9"     53 *  .&       !     2PL  / C#/=  8 .- ( !+,. (FI#  !   )  '!$.# % $ ,#  1 77  (     N )6  #&      +    &    IbV0+ #9 0!,  1 (          .    4  ,'                       "                           "'   %            "       (                    &   )                                           !                        (                                                                                                                                   !                                                                              "                                                                                                                                                voclead(@@, <FPZdn?P P P P P Z d n x r' SN@                                                                                                                                                                                                                                                                                                                                                                                                                                                !(!30/6/1997 - 2:52(!(!What would I have done(!if M. Roland had not(!invented the juno 106(!synth and the trxxx(!beatboxes !!!!(!(!What would I have done(!without Corinne and(!Muriel !!!!(!(!What would I have done(!without Triton writing(!Fasttracker II ???(heroes-sound-tracks-1.0/heroes07.xm0000644004117000411500000103255707141061661012752 Extended Module: >> Siderurgy << FastTracker v2.00 3    @11 !!""##$$%%&&''(())**++,,--..//06016$6**$*6%6$6**$* @10I1016LGI#6$IL#G#6aI#a6%6$61 $*a*$* @10I10161LGI#6$IL#G#6aI#a6%116$1161 1"#1%&1')1 $*1*,1-.a*$101134*16718:1;=1>@ @11P101 611 1 P1 1 P6.6$11P1 1P1 161 1 P1  1 P$1 1 1P1 1  1Pa1 1 1 P1 1 P6.11P1 %P11 1 P1  1 P1 1 1P1  1P1 *1 1 P1 1 P6.*$11P1 1P1 1*18 * 1 P*1 $ 1 P% 1 1 1P$1 1  1Pa1 1 1 P1 1 P6.11P1 %P11 1 P1  1 P1 1 1P1  @11P101 61 1 P1 1 P6.6$11P1 1P1 161 1 P1  1 P$1 1 1P1 1  1Pa1 1 1 P1 1 P6.11P1 %P11 1 P1  1 P1 1 1P1  1P1 *1 1 P1 1 P6.*$11P1 1P1 1*18 * 1 P*1 $ 1 P% 1 1 1P$1 1  1Pa1 1 1 P1 1 P6.11P1 %P11 1 P1  1 P1 1 1P1  @11P101 6 11 1 P1 a1 P6.6$= 1= 1P= 1 = 1P1 16= 181%  =1 P= 1  = 1 P$1 = 1 =1P1 = 1  = 1Pa1 = 1 =1 P= 1 = 1 P6.= 1= 1P= 1 = %P1= 1 =1 P= 1  = 1 P1 1 1 =1P= 1  = 1P1 *= %1 =1 P= 1 = 1 P6.*$= 1= 1P= 1 = 1P1 1*= %818 * =1 P*= 1 $ = 1 P= 1 = 1 =1P$1 = 1  = 1Pa1 = 1 =1 P= 1 = 1 P6.= 1= 1P= 1 = %P1= 1 =1 P= 1  = 1 P1 1 1 =1P= 1  =  @//P/0/ 61/ / P/ / P4.6$//P/ /P/ /6/ / P/  / P$/ / /P/ /  /Pa/ / / P/ / P4.//P/ #P// / P/  / P/ / /P/  /P/ */ / P/ / P4.*$//P/ /P/ /*/6 * / P*/ $ / P# / / /P$/ /  /Pa/ / / P/ / P4.//P/ #P// / P/  / P/ / /P/  @//P/0/ 6/ / P/ / P4.6$//P/ /P/ /6/ / P/  / P$/ / /P/ /  /Pa/ / / P/ / P4.//P/ #P// / P/  / P/ / /P/  /P/ */ / P/ / P4.*$//P/ /P/ /*/6 * / P*/ $ / P# / / /P$/ /  /Pa/ / / P/ / P4.//P/ #P// / P/  / P/ / /P/  @//P/0/ 6 // / P/ a/ P4.6$; /; /P; / ; /P/ /6; /8/#  ;/ P; /  ; / P$/ ; / ;/P/ ; /  ; /Pa/ ; / ;/ P; / ; / P4.; /; /P; / ; #P/; / ;/ P; /  ; / P/ / / ;/P; /  ; /P/ *; #/ ;/ P; / ; / P4.*$; /; /P; / ; /P/ /*; #8/6 * ;/ P*; / $ ; / P; / ; / ;/P$/ ; /  ; /Pa/ ; / ;/ P; / ; / P4.; /; /P; / ; #P/; / ;/ P; /  ; / P/ / / ;/P; /  ;  @//P/0/ 6 // / P/ a/ P4.6$; /; /P; / ; /P/ /6; /8/#  ;/ P; /  ; / P$/ ; / ;/P/ ; /  ; /Pa/ ; / ;/ P; / ; / P4.; /; /P; / ; #P/; / ;/ P; /  ; / P/ / / ;/P; /  ; /P/ *; #1/ ;/ P; 1/ ; / P4.*$; 1/; /P; 1/ ; /P/ /*; #81/6 * ; / P*; 1"/ $ ; #/ P; / ; 1%/ ;&/P$/ ; 1'/  ; )/Pa/ ; 1*/ ;,/ P; 1-/ ; ./ P4.; 10/; 1/P; 13/ ; 4#P/; 16/ ;7/ P; 18/  ; :/ P/ / 1;/ ;=/P; 1>/  ; @ @81=P10% @11= = P$ 1$= = P @118==P $1.= =P1 % @1== P$ 1$= = P$ @118==P $1.= =Pa% @1= = P$ 1$= = P @118==P $1.= 1P% @1== P$ 1$= = P @118==P $1.= =P% @1= = P$ 1$= = P @118==P $1.= =P1 % @1=8 *= P*$ 1$= $= P%  @118==P$ $1.= =Pa% @1= = P$ 1$= = P @118==P $1.= 1P% @1== P$ 1$= = P @118==P $1.=  @61=P10% @1= = P$ 1$= = P @118==P $1.= =P1 % @1== P$ 1$= = P$ @118==P $1.= =Pa% @1= = P$ 1$= = P @118==P $1.= 1P% @1== P$ 1$= = P @118==P $1.= =P% @1= = P$ 1$= = P @118==P $1.= =P1 % @1=8 *= P*$ 1$= $= P%  @118==P$ $1.= =Pa% @1= = P$ 1$= = P @118==P $1.= 1P% @1== P$ 1$= = P @118==P $1.=  @|1=P10% @1%= = P$ 1$= = P @118==P $1.= =P1 % @1=% = P$ 1$= = P$ @118==P $1.= =Pa% @1= = P$ 1$= = P @118==P $1.= 1P% @1 = = P$ 1$!= != P @118"="=P $1.#= #=P% @1$= $= P$ 1$#= #= P @118"="=P $1.!= !=P1 % @1 =8 * = P*$ 1$= $= P=  @118==P$ $1.= =Pa% @1= = P$ 1$= = P @118==P $1.= 1P% @1== P$ 1$= = P @118==P $1.=  @8/;P/0# @11; ; P$ 1$; ; P @/18;;P $1.; ;P/ # @1;; P$ 1$; ; P$ @/18;;P $1.; ;Pa# @1; ; P$ 1$; ; P @/18;;P $1.; /P# @1;; P$ 1$; ; P @/18;;P $1.; ;P# @1; ; P$ 1$; ; P @/18;;P $1.; ;P/ # @1;6 *; P*$ 1$; $; P#  @/18;;P$ $1.; ;Pa# @1; ; P$ 1$; ; P @/18;;P $1.; /P# @1;; P$ 1$; ; P @/18;;P $1.;  @6/;P/0# @1; ; P$ 1$; ; P @/18;;P $1.; ;P/ # @1;; P$ 1$; ; P$ @/18;;P $1.; ;Pa# @1; ; P$ 1$; ; P @/18;;P $1.; /P# @1;; P$ 1$; ; P @/18;;P $1.; ;P# @1; ; P$ 1$; ; P @/18;;P $1.; ;P/ # @1;6 *; P*$ 1$; $; P#  @/18;;P$ $1.; ;Pa# @1; ; P$ 1$; ; P @/18;;P $1.; /P# @1;; P$ 1$; ; P @/18;;P $1.;  @|/;P/0# @1#; ; P$ 1$; ; P @/18;;P $1.; ;P/ # @1;# ; P$ 1$; ; P$ @/18;;P $1.; ;Pa# @1; ; P$ 1$; ; P @/18;;P $1.; /P# @1 ; ; P$ 1$!; !; P @/18";";P $1.#; #;P# @1$; $; P$ 1$#; #; P @/18";";P $1.!; !;P/ # @1 ;6 * ; P*$ 1$; $; P;  @/18;;P$ $1.; ;Pa# @1; ; P$ 1$; ; P @/18;;P $1.; /P# @1;; P$ 1$; ; P @/18;;P $1.;  @/;P/0# @1#; ; P$ 1$; ; P @/18;;P $1.; ;P/ # @1;# ; P$ 1$; ; P$ @/18;;P $1.; ;Pa# @1; ; P$ 1$; ; P @/18;;P $1.; /P# @1 ; ; P$ 1$!; !; P @/18";";P $1.#; #;P# @1$11$; $; P$ 1$#1; #; P @/18"1;";P $1.!1; !;P/ # @1 11.;6 * ; P*$ 1$1"; $#; P;  @/181%;&;P$ $1.1'; );Pa# @11*1; ,; P$ 1$1-; .; P @/1810;1;P $1.13; 4/P# @1161;7; P$ 1$18; :; P @/181;1;=;P $1.1>; @ @1=P%$% @1116= = P$ 1$= = P1P @118==P $1.= =P1 %$% @116$== P$ 1$= = P$1P @118==P $1.= =Pa%$% @116= = P$ 1$= = P1P @118==P $1.= 1P%$% @11== P$ 1$= = P1P @118==P $1.= =P%$% @11*= = P$ 1$= = P1P @118==P $1.= =P1 %$% @11*$=8 *= P*$ 1$= $= P% 1P @118==P$ $1.= =Pa%$% @11*= = P$ 1$= = P1P @118==P $1.= 1P%$% @11== P$ 1$= = P1P @118==P $1.=  @1=P%$% @116= = P$ 1$= = P1P @118==P $1.= =P1 %$% @116$== P$ 1$= = P$1P @118==P $1.= =Pa%$% @116= = P$ 1$= = P1P @118==P $1.= 1P%$% @11== P$ 1$= = P1P @118==P $1.= =P%$% @116= = P$ 1$= = P1P @118*==P $1.= =P1 %$% @11=8 *= P*$ 1$= $= P% 1P @118*$==P$ $1.= =Pa%$% @11= = P$ 1$= = P1P @118*==P $1.= 1P%$% @11== P$ 1$= = P1P @118==P $1.=  @1=P%$% @1116= = P$ 1$= = P1P @118==P $1.= !=P1 %$% @1#16$=% $= P$ 1$&= (= P$1P @118*=,=P $1..= 0=Pa%$% @1216= 3= P$ 1$5= 7= P1P @1189=;=P $1.== ?1P%$% @1A1=B= P$ 1$D= F= P1P @118H=J=P $1.L= N=P%$% @1P1*= O= P$ 1$M= K= P1P @118I=G=P $1.E= C=P1 %$% @1A1*$=8 *?= P*$ 1$== $;= P= 1P @1189=7=P$ $1.5= 3=Pa%$% @121*= 0= P$ 1$.= ,= P1P @118*=(=P $1.&= $1P%$% @1"1= = P$ 1$= = P1P @118==P $1.=  @/;P#$# @1114; ; P$ 1$; ; P/P @/18;;P $1.; ;P/ #$# @114$;; P$ 1$; ; P$/P @/18;;P $1.; ;Pa#$# @114; ; P$ 1$; ; P/P @/18;;P $1.; /P#$# @11;; P$ 1$; ; P/P @/18;;P $1.; ;P#$# @11(; ; P$ 1$; ; P/P @/18;;P $1.; ;P/ #$# @11($;6 *; P*$ 1$; $; P# /P @/18;;P$ $1.; ;Pa#$# @11(; ; P$ 1$; ; P/P @/18;;P $1.; /P#$# @11;; P$ 1$; ; P/P @/18;;P $1.;  @/;P#$# @114; ; P$ 1$; ; P/P @/18;;P $1.; ;P/ #$# @114$;; P$ 1$; ; P$/P @/18;;P $1.; ;Pa#$# @114; ; P$ 1$; ; P/P @/18;;P $1.; /P#$# @11;; P$ 1$; ; P/P @/18;;P $1.; ;P#$# @114; ; P$ 1$; ; P/P @/18(;;P $1.; ;P/ #$# @11;6 *; P*$ 1$; $; P# /P @/18($;;P$ $1.; ;Pa#$# @11; ; P$ 1$; ; P/P @/18(;;P $1.; /P#$# @11;; P$ 1$; ; P/P @/18;;P $1.;  @/;P#$# @1/14; ; P$ 1$; ; P/P @/18;;P $1.; !;P/ #$# @1#14$;# $; P$ 1$&; (; P$/P @/18*;,;P $1..; 0;Pa#$# @1214; 3; P$ 1$5; 7; P/P @/189;;;P $1.=; ?/P#$# @1A1;B; P$ 1$D; F; P/P @/18H;J;P $1.L; N;P#$# @1P1(; O; P$ 1$M; K; P/P @/18I;G;P $1.E; C;P/ #$# @1A1($;6 *?; P*$ 1$=; $;; P; /P @/189;7;P$ $1.5; 3;Pa#$# @121(; 0; P$ 1$.; ,; P/P @/18*;(;P $1.&; $/P#$# @1"1; ; P$ 1$; ; P/P @/18;;P $1.;  @*/;P#$# @1/14; ; P$ 1$; ; P/P @/18;;P $1.; !;P/ #$# @1#14$;# $; P$ 1$&; (; P$/P @/18*;,;P $1..; 0;Pa#$# @1214; 3; P$ 1$5; 7; P/P @/189;;;P $1.=; ?/P#$# @1A1;B; P$ 1$D; F; P/P @/18H;J;P $1.L; N1;P#$# @1P14; O1; P$ 1$M; K1; P/P @/18I(;G1;P $1.E; C1;P/ #$# @1A1 ;6 *?1"; P*$ 1$=#; $;1%; P; /P @/189($&;71';P$ $1.5); 31*;Pa#$# @121,; 01-; P$ 1$..; ,10; P/P @/18*(1;(13;P $1.&4; $16/P#$# @1"17; 18; P$ 1$:; 1;; P/P @/18=;1>;P $1.@;  @=P%$% @11161 = P$ 1$1 1= P1P @118I=P $1.1 =P1 %$% @116$1= P$ 1$1 1= P$1P @118I=P $1.1 =Pa%$% @1161 = P$ 1$1 1= P1P @118I=P $1.1 =P%$% @111= P$ 1$1 1= P1P @118%=P $1.1 =P%$% @11*1 = P$ 1$1 1= P1P @118I=P $1.1 =P1 %$% @11*$18 *= P*$ 1$1 $1= P% 1P @118I=P$ $1.1 =Pa%$% @11*1 = P$ 1$1 1= P1P @118I=P $1.1 =P%$% @111= P$ 1$1 1= P1P @118%=P $1.1  @=P%$% @1161 = P$ 1$1 1= P1P @118I=P $1.1 =P1 %$% @116$1= P$ 1$1 1= P$1P @118I=P $1.1 =Pa%$% @1161 = P$ 1$1 1= P1P @118I=P $1.1 =P%$% @111= P$ 1$1 1= P1P @118%=P $1.1 =P%$% @1161 = P$ 1$1 1= P1P @118*I=P $1.1 =P1 %$% @1118 *= P*$ 1$1 $1= P% 1P @118*$I=P$ $1.1 =Pa%$% @111 = P$ 1$1 1= P1P @118*I=P $1.1 =P%$% @111= P$ 1$1 1= P1P @118%=P $1.1  @=P%$% @11161 = P$ 1$1 1= P1P @118I=P $1.1 !=P1 %$% @1#16$1% $= P$ 1$&1 (1= P$1P @118*I,=P $1..1 0=Pa%$% @12161 3= P$ 1$51 71= P1P @1189I;=P $1.=1 ?=P%$% @1A11B= P$ 1$D1 F1= P1P @118H%J=P $1.L1 N=P%$% @1P1*1 O= P$ 1$M1 K1= P1P @118IIG=P $1.E1 C=P1 %$% @1A1*$18 *?= P*$ 1$=1 $;1= PI 1P @1189I$7=P=  $1.51 3=P$%$% @121*1 0= Pa$ 1$.1 ,1= P1P @118*I(=P $1.&1 $=P%$% @1"11 = P$ 1$1 1= P1P @118%=P $1.1  @;P#$# @1114/ ; P$ 1$/ 1; P/P @/18G;P $1./ ;P/ #$# @114$/; P$ 1$/ 1; P$/P @/18G;P $1./ ;Pa#$# @114/ ; P$ 1$/ 1; P/P @/18G;P $1./ ;P#$# @11/; P$ 1$/ 1; P/P @/18#;P $1./ ;P#$# @11(/ ; P$ 1$/ 1; P/P @/18G;P $1./ ;P/ #$# @11($/6 *; P*$ 1$/ $1; P# /P @/18G;P$ $1./ ;Pa#$# @11(/ ; P$ 1$/ 1; P/P @/18G;P $1./ ;P#$# @11/; P$ 1$/ 1; P/P @/18#;P $1./  @;P#$# @114/ ; P$ 1$/ 1; P/P @/18G;P $1./ ;P/ #$# @114$/; P$ 1$/ 1; P$/P @/18G;P $1./ ;Pa#$# @114/ ; P$ 1$/ 1; P/P @/18G;P $1./ ;P#$# @11/; P$ 1$/ 1; P/P @/18#;P $1./ ;P#$# @114/ ; P$ 1$/ 1; P/P @/18(G;P $1./ ;P/ #$# @11/6 *; P*$ 1$/ $1; P# /P @/18($G;P$ $1./ ;Pa#$# @11/ ; P$ 1$/ 1; P/P @/18(G;P $1./ ;P#$# @11/; P$ 1$/ 1; P/P @/18#;P $1./  @;P#$# @1/14/ ; P$ 1$/ 1; P/P @/18G;P $1./ !;P/ #$# @1#14$/# $; P$ 1$&/ (1; P$/P @/18*G,;P $1../ 0;Pa#$# @1214/ 3; P$ 1$5/ 71; P/P @/189G;;P $1.=/ ?;P#$# @1A1/B; P$ 1$D/ F1; P/P @/18H#J;P $1.L/ N;P#$# @1P1(/ O; P$ 1$M/ K1; P/P @/18IGG;P $1.E/ C;P/ #$# @1A1($/6 *?; P*$ 1$=/ $;1; PG /P @/189G$7;P;  $1.5/ 3;P$#$# @121(/ 0; Pa$ 1$./ ,1; P/P @/18*G(;P $1.&/ $;P#$# @1"1/ ; P$ 1$/ 1; P/P @/18#;P $1./  @;P#$# @1/14/ ; P$ 1$/ 1; P/P @/18G;P $1./ !;P/ #$# @1#14$/# $; P$ 1$&/ (1; P$/P @/18*G,;P $1../ 0;Pa#$# @1214/ 3; P$ 1$5/ 71; P/P @/189G;;P $1.=/ ?;P#$# @1A1/B; P$ 1$D/ F1; P/P @/18H#J;P $1.L/ N;P#$# @1P11$/ O; P$ 1$M/ K1; P/P @/18IGG;P $1.E/ C;P/ #$# @1A1./6 *?; P*$ 1$=/ $;1; PG /P @/189G$7;P;  $1.5/ 3;P$#$# @121/ 0; Pa$ 1$./ ,1; P/P @/18*G(;P $1.&/ $;P#$# @1"11/ ; P$ 1$1/ 1; P/P @/1811#;P $1.1/  @/;P/0# @1#; ; P$ 1$; ; P @/18;;P $1.; ;P/ # @1;# ; P$ 1$; ; P$ @/18;;P $1.; ;Pa# @1; ; P$ 1$; ; P @/18;;P $1.; /P# @1 ; ; P$ 1$!; !; P @/18";";P $1.#; #;P# @1$11$; $; P$ 1$#1; #; P @/18"1;";P $1.!1; !;P/ # @1 11.;6 * ; P*$ 1$1"; $#; P;  @/181%;&;P$ $1.1'; );Pa# @11*1; ,; P$ 1$1-; .; P @/1810;1;P $1.13; 4/P# @1161;7; P$ 1$18; :; P @/181;1;=;P $1.1> ; @metalhit(@@, <FPZdn?P P P P P Z d n x %%@ metalhit         *" (             !          "     #)%  #&                         & %!$"$$ %% #,)  **"%).+                     &$$--##,+" !$ *-'&& %$ +/* &" '*%$-,# %     ')            !# (+& $ "%#(% (&  ))#    #              $" '$ "&&#  %&                                                                                                                                                                                                                                                                                                                                                                   indus2(@@, <FPZdn?P P P P P Z d n x @indus2                                                Ambiance p(@@, <FPZdn?P P P P P Z d n x _ ^ 6 Ambiance p /Anochord p(@@, <FPZdn?P P P P P Z d n x EE@A Anochord p                                                                                                                                                                                                                                                                                                                                                                         Timetravel p(@@, <FPZdn?P P P P P Z d n x J}|@ Timetravel p                                                                                        $  !&   !%   $ &! %  " . '"0 "  *$/##'(!"*'3#1*8!/!6)%)! 9 (1) "3+1)@' </A/ <% )0 2 ? 5F*3&4)<'6$9 ,/7 G 7 D4)0< >" 8 ; /:(8 -0= K; H= (4: H 9H0M > 5/4 H?*;6P > Q!- F 6V >S (& G  3 T/  F </, = "B. B  ?XA C < K:*/ 8 Q7C 8 3!6 X  < N1 Q0D 2O# Y *J >Q  @ I  Octopus(@@, <FPZdn?P P P P P Z d n x LL@Octopus Ohyeah(@@, <FPZdn?P P P P P Z d n x  @QOhyeah FilterSweep(@@, <FPZdn?P P P P P Z d n x  @Q FilterSweep                AA1 p(@@, <FPZdn?P P P P P Z d n x xh@gAA1 p                      "%          '         (           &             #            #            $          #                                                            Juno106-1(@@, <FPZdn?P P P P P Z d n x E @b Juno106-1 Juno106-2(@@, <FPZdn?P P P P P Z d n x u@b Juno106-2                                     Juno106-3(@@, <FPZdn?P P P P P Z d n x ' @b Juno106-3                                                                              bassy(@@, <FPZdn?P P P P P Z d n x @\bassy   basst(@@, <FPZdn?P P P P P Z d n x   bbasst                           tb303(@@, <FPZdn?P P P P P Z d n x ZT%9tb303 0%#+&"%                   "                                              tb303-2(@@, <FPZdn?P P P P P Z d n x  @tb303-2 -+CORINNE and MURIEL+-(@@, <FPZdn?P P P P P Z d n x Yvr@-+CORINNE and MURIEL+-                                                                                                                                        "    !                                                                                                                                                                                  hht2(@@, <FPZdn?P P P P P Z d n x Dhht2 JDvB(TXb(vV&~LF@ИLVN,>".HL*>("ؾ: P8<.F:.":,:F@T6@h¬8VZ"~  p*`r0<.<>Hj6R> Rz` j:@hn|qk DL >Ү@R*ޒ,Z:Ʀ(VL`,<F`,8DR6HR֔rBBzv2B^ZXրTh@F "Hr P,~xTδ l" z,*(( (Jn̪ܲRF b|$ZFJԸHDV6$bμ$66 H(Rx.r~^N 2lXB0`0蒆>Φjvv"vrHH, ,6 Rbfʶ0BLR VVR:(NPȒnL@*0d؎J^VJ H&N8>ZL"0 8JtҦ,20DhD 8DD XȘN:| <(8FL$ *PX0 6 p¸04*\D @*LF Hf < R*$Z޼X(p̀& 2"6T$2 :`LJ0 R20D6.t:8" .  ʸV2 >Ȟp0Z * f.n4@dL^d܄,80ΦJ "88bֶL*46>Nt$2>J"LX6(0ޢ>6 <ڸFD,:6FPB8@: ĮV8`d>8N|f ʢ2$ $X&"<8آ( FJ&< (H\ "j\8@8 F8* ^&$"L  ."BIJT @r,$ .&,T.$&p  @ ʼ>` $`<4 $,H"0,& 0*l&20* *2 B 2( ,p" V <,(JD &:4ԾDT*F0>&N2L JZ$  *" Z, *H&. : (P">0  (*..:20 & 2 4$.". ((BH( X$ 62&@: *.\*$@0 $"B*  44(44 N *  2$ . T(, :"8 , 0@.*  &   P6D V.$6D6,.0 06 (<8  &   0 *&& &  2  ,& "(   ,    &  ,"    (8&    F (   2&      < "  ..$& $ "&6 0&2    2"& ,     $    & & "   ( B ,"   D $(""  $  8 ($  (   "&&  2$ "8 & (  $  &  *   "    &">  .        $ $   " "        * ,P* $       2&""@    &,   (    " < * $   *"D  .  ".2 <*" 22. & *("(   "6 . 8$ , & " .  &  " 4  .  "   " "    * &    $ (  4*  *    8  &(      &  :     $  4  "   0                  ( &      (    "" *             $          "  "          "  $$   "                                            " "                *                                                                                                                                                                  cym(@@, <FPZdn?P P P P P Z d n x aW (6cym   &' (!!'MJ.&& 1-9 A+ '  #<ܪ @+.)7?@T &9'6A 88#.(/ !.-&*8L( ! %"5/%#)%97M#C ?6 %3%8,'ıJ?&* & & ,3  #  !.H@)!'>%T:  #*.  #$ A 9 5  ( -"Q,++   <" $!IK.; "* &-  -5+  (&B2$:$& -6#)09 # %$ 3(".' "D6E#9  .8 -  - '  ."6? 9K"    :*/&)'!.$ # G' --, )!# $!0%$ -$ "  %-f# 76  C ! )"6 M* *094&&>F /  )D(# #  "( $! $8 + (7#9/% / " $ ;"L(#"  ) * 0  +"-9 #)*= (4˺-1   -'+ 0"  #, .D5$,A!2*8++-* %" 5F,   , '8 &$ %  9A44 "#0& (   "  >' 1#& j, "  -  !#   %"  *-.1 9+%  (7.+ 4'=% "  8 - &2/  '< % 54-)W !1 =3J 63 '* !-"+ɾ,#0 #! 1 F<)G4/%  (3+!)%;++?&ݰR5 98"+.##6 $ (  7B4> ! 0+ D! + B84+ vV((:8ӥ< L( &5= 5<  +& ' (;%: 0!"%($ 57 $#"9- f 4M   (+B;3  3+ 7H!###+< /"3#&)>Y;+  ".,%6 "3, 0  %3CF,<  + $., 0ZY+'2,") "" 43<#-C,ɺ= N$ ,* T: D-  >& *"% #+޼*!$4:2- 3&% %F# % 9 !EB5 V '   8J&, '9  0% & )# D& &B %   !! .,'4 9'G$( 8'ٱ > +0 ( 58  +  21 4#%۹@ = "2  4/82 PAIʼ7 %6 VP 0';-!52)*&31+$ " - B%9N++48«9C@&   * %8hB(3):+ 7 '0& -11 '  "/2) ,@ݮ3'  & +4'8.Jݯ>9: 1f>G%7Al& ; ) +7"ü B -%H( )D, />G3'.8-0% <16 HE//$67 ' 7%& #* 2BE8% K !" FE3ѽ 1 (< NQhF&SɉS!-+#>.0*5"8@.3 TD;!#% *q7&3 7?F.9-:9/2 (@@%2K,.' /< +5'(  '(L ; HW5$ 0$ (-!3#!5!˿#;<O-E9#$ "3ѹ2)(-Ar$ )%;= "+ . )CB   + *# I?, 5*T3:?. & +D #Q$ 8C%2SI'i :?)Rzݓ ' !'%=-72+ #5)  fN 9 =0J%5 % ?9#5_ Q% ,/ +5 & ')A\".0 !*F A#( 2+0)J:.'/ '7#ްF*T'45   ; # -%7 ϽE@;2;02,_*9 *4"S [s@W) -.7/0RN0$:V'"6 TV;>+!"(E7'>@*Ѿ#7- ۸)V9c 1;?#P"a%5-Q5fM#/D ! J  @R !C D $ HG2%4#C %H? *:"I/V81G& - 9 V; 8 ->', >4%?D3  #Dq#) 2() $)  " 4&96 !) &J= !*N <'%"?*2#2#> $F6/,> -Eؾ'>A0  ' 6&4*U;! %6$%*/ 3%,.$ #;/3D  3$,? F 0 &)=A2*!+<9 $"  8/$ ' $)$""!9%*3!!!E- ='ݿ' 9   M%C"!&+V#)8, /  5'+ ;1#2O%2$   . c=. $1 :2 /-% %&"1 "?30+ B* ' 7& B!8'  EG )#/  &2 'Q$ ! '1*. 6,("" " ' ("E02  C'3<  ' 4 =0! (  " )%BI &'  !N;֤) %/" $&  %"'$!8+6.# -6(8,.-"1"% & " /(:)%' B # 0"  # -)'? &0$' $8!,?!  : ,  #.  !., !3!( %2<$0* 34%.   4 "(3% / (# ,2= 2+ /  6&+/  +5 ''& !  >@˶  +&- 8 .%(&*'H2.9""(&)$ )$ )@+ '3 :#( / .#  9! #$ 6 " F9 )Hʪ/ *+(%" <C&+ fCU$ =0+%-  , &   '%+, ' + (  # H#7 / "$   #:G45&+  ?     !! ! *. $' Q  #  #  '' 7  2<*3 2     # (!)@.#!  */('   %0/*1   $   0* &0 .!  1!0    (& 8"3" !#$   . B! )",  +0!     , 4  "+* 3 &' $  . &, ( & -   ' -  19 + #  $'( +3! &-4! 7 &   97 0   "(= ) - 1"8    #  "%*. $ ,!2-  &$$ *$'%   ! ! (  & (!5 & ' 28 0+ #% ' &-76""  8"D)'   . P 1 @, +)* % 0! A ( )  ",  .&  &2-   !11 + * )!    6   !'  -"$ '(  32" #-', "  !&  & '  $ .0!!  # =%)5   &  $ "!   "( %'!$ !- *!  ) 2  ' +&1()#%2#  #  :&- &" D$!  ""!   =# ##,$,4  # )7( $ *& #&" ;  $ (!  ! !;#)  +=$) ('    #   !   ( !# 4%2  /## .()   %+    - &*$'(%  6  + F#    4 %    "! -'%+              $'    $ '  !&      &&  #+  %   (!   '      +:$3 1+$"$%* 1 %/  -,( %2     &2') "-0/ 0 %   "  # 5', $     - ))'    %  - )#    !    ! "?1)">.7 -""  !   - %    #"!     (    "  $                           !  ""    '  &     + 1               )   "     + )    !   )!                 #         !   # #        #   !&    $  !   )      % &     !& ' " $    )' +3,     ')$  0 !   + &!"!         !&   $$            $     $ !     $               4         &      !   !    +                #    (                             &#                       #      " #                                                                                   $ #              !    #              $                                                                                                                                                                                                                                                                         snare(@@, <FPZdn?P P P P P Z d n x   -snare    $q+ -$ & $$   ,&0'!   " & %=$:3"(   (&!N  !,' !   3%.")  '!    !   #! < & %$  $ "#  &    $ +(  .               !  "$>   (  5   &  !    !    %,  #      $#(        +   *        %&- #            '                    '  "                                                 !(!By ToalNkor/Rt&Dz&Cf(!Heroes level 7(heroes-sound-tracks-1.0/heroes08.xm0000644004117000411500000055037507141061661012755 Extended Module: not too fat FastTracker v2.00  _  @v=I0L1@00PI0=L00O0IL0=01O0I0L0=0OI0L00=0IL0L 00=K0L00K0=00K 0K0=I000I0=I000II0=L00O0IL0=0O0I0L0=0OI0O 00=P0I00P0=K000PK0=P 00L0K0=P0L00P0 @=I0LIM =00PM I0=L0M B 0O0IM =%L0=0IM B =O0I0LM 0=0OM B =I0L0M 0=0IIM aL0L 0M a=%0=K0LM B =00M K0=0IM B =0K 0KM 0=I0M B 00M =%I0=I0IM 00IM =I0=L0M B =0O0IM L0=0IM B O0I0LM =%0=0OM B =I0O 0M 0=P0IIM 00M =%P0=K0M B 00PM =K0=P 0IM B 0L0KM 0=P0M B =L00M P0 @=I0LIM =00PM I0=L0M B 0O0IM =%L0=0IM B =O0I0LM 0=0OM B =I0L0M 0=0IIM L0L 0M =%0=K0LM B =00M K0=0IM B =0K 0KM 0=I0M B 00M =%I0=I0IM 1400IM =I0=L0M B =0O0IM L0=0IM B O0I0LM =%0=0OM B =I0O 0M 0=P0IIM a00M a=%P0=K0M B 00PM =K0=P 0IM B 0L0KM 0=P0M B =L00M P0 @t=I0L_00PI0=L00O0IL0=0O0I0L0=0OI0L00=0IL0L 00=K0L00K0=00K 0K0=I000I0=I000II0=L00O0IL0=0O0I0L0=0OI0O 00=P0I00P0=K000PK0=P 00L0K0=P0L00P0 @p=I0L00PI0=L00O0IL0=0O0I0L0=0OI0L00=0IL0L 00=K0L00K0=00K 0K0=I000I0=I000II0=L00O0IL0=0O0I0L0=0OI0O 00=P0I00P0=K000PK0=P 00L0K0=P0L00P0 @=I0LIM 14=00PM I0=L0M B 0O0IM =%L0=0IM B =O0I0LM 0=0OM B =I0L0M 0=0IIM aL0L 0M a=%0=K0LM B =00M K0=0IM B =0K 0KM 0=I0M B 00M =%I0=I0IM 00IM =I0=L0M B =0O0IM L0=0IM B O0I0LM =%0=0OM B =I0O 0M 0=P0IIM 00M =%P0=K0M B 00PM =K0=P 0IM B 0L0KM 0=P0M B =L00M P0 @p=I0L00PI0=L00O0IL0=0O0I0L0=0OI0L00=0IL0L 00=K0L00K0=00K 0K0=I000I0=I000II0=L00O0IL0=0O0I0L0=0OI0O 00=P0I00P0=K000PK0=P 00L0K0=P0L00P0 @=I0LI00PI0=L00O0IL0=0IO0I0L0=0OI0L00=I0LI00PI0=L00O0IL0=0IO0I0L0=0OI0L00=I0LI00PI0=L00O0IL0=0IO0I0L0=0OI0L00=I0LI00PI0=L00O0IL0=0IO0I0L0=0OI0L00 @=I0LI00PI0=L00O0IL0=0IO0I0L0=0OI0L00=I0LI00PI0=L00O0IL0=0IO0I0L0=0OI0L00=I0LI00PI0=L00O0IL0=0IO0I0L0=0OI0L00=I0LI00PI0=L00O0IL0=0IO0I0L0=0OI0L00 @=I0LIM B I%0O0PM L%I0I=L0M B O%0LO0IM I%L0O=0IM B L%O0II0LM O%0L=0OM B I%I0OL0M L%0I=I0LIM B O%0L0PM I%I0O=L0M B L%0IO0IM O%L0L=0IM B I%O0OI0LM L%0I=0OM B O%I0LL0M I%0O=I0LIM B O%0I0PM L%I0O=L0M B I%0LO0IM O%L0I=0IM B L%O0OI0LM I%0L=0OM B O%I0IL0M L%0O=I0LIM B I%0L0PM O%I0I=L0M B L%0OO0IM I%L0L=0IM B O%O0II0LM L%0O=0OM B I%I0LL0M O%0I @=I0LIM B 14I%0O0PM L%I0I=L0M B O%0LO0IM I%L0O=0IM B L%O0II0LM O%0L=0OM B I%I0OL0M L%0I=0IIM B aO%L0LL 0M aI%0O=K0LM B L%0I0M O%K0L=0IM B I%0OK 0KM L%0I=I0M B O%0L0M I%I0O=I0IM B O%0I0IM L%I0O=L0M B I%0LO0IM O%L0I=0IM B L%O0OI0LM I%0L=0OM B O%I0IO 0M L%0O=P0IIM B I%0L0M O%P0I=K0M B L%0O0PM I%K0L=P 0IM B O%0IL0KM L%0O=P0M B I%L0L0M O%P0I @=I0LIM B I%0O0PM L%I0I=L0M B O%0LO0IM I%L0O=0IM B L%O0II0LM O%0L=0OM B I%I0OL0M L%0I=0IIM B O%L0LL 0M I%0O=K0LM B L%0I0M O%K0L=0IM B I%0OK 0KM L%0I=I0M B O%0L0M I%I0O=I0IM B O%0I0IM L%I0O=L0M B I%0LO0IM O%L0I=0IM B L%O0OI0LM I%0L=0OM B O%I0IO 0M L%0O=P0IIM B I%0L0M O%P0I=K0M B L%0O0PIM B I%K0L=P 0M O%0IL0KM L%0O=P0IM B I%L0L0M O%P0I @=I0LIBB I%0O0PM L%I0I=L0BM B O%0LO0IM I%L0O=0IBB L%O0II0LM O%0L=0OBM B I%I0OL0M L%0I=I0LIBB O%0L0PM I%I0O=L0BM B L%0IO0IM O%L0L=0IBB I%O0OI0LM L%0I=0OBM B O%I0LL0M I%0O=I0LIBB O%0I0PM L%I0O=L0BM B I%0LO0IM O%L0I=0IBB L%O0OI0LM I%0L=0OBM B O%I0IL0M L%0O=I0LIBB I%0L0PM O%I0I=L0BM B L%0OO0IM I%L0L=0IBB O%O0II0LM L%0O=0OBM B I%I0LL0M O%0I @=I0LIBB 14I%0O0PM L%I0I=L0BM B O%0LO0IM I%L0O=0IBB L%O0II0LM O%0L=0OBM B I%I0OL0M L%0I=I0LIBB aO%0L0PM aI%I0O=L0BM B L%0IO0IM O%L0L=0IBB I%O0OI0LM L%0I=0OBM B O%I0LL0M I%0O=I0LIBB O%0I0PM L%I0O=L0BM B I%0LO0IM O%L0I=0IBB L%O0OI0LM I%0L=0OBM B O%I0IL0M L%0O=I0LIBB :I%0L0PM O%I0I=L0BM B L%0OO0IM I%L0L=0IBB O%O0II0LM L%0O=0OBM B I%I0LL0M O%0I @=I0LIBB I%0O0PM L$I0I=L0BM B O#0LO0IM I"L0O=0IBB L!O0II0LM O 0L=0OBM B II0OL0M L0I=I0LIBB O0L0PM II0O=L0BM B L0IO0IM OL0L=0IBB IO0OI0LM L0I=0OBM B OI0LL0M I0O=I0LIBB O0I0PM LI0O=L0BM B I0LO0IM OL0I=0IBB LO0OI0LM I0L=0OBM B I0L0M 0=I0LIBB 00PM I0=L0BM B 0O0IIM B 1L0=0BO0I0LM 0=0OIM B 1I0L0IM B 0 @x=I0L1I 100PI0=L00O0IL0=0O0I0L0=0OI0L00=0IL0L 00=K0L00K0=00K 0K0=I000I0=I000II0=L00O0IL0=0O0I0L0=0OI0O 00=P0I00P0=K000PK0=P 00L0K0=P0L00P0 @p=I0L00PI0=L00O0IL0=0O0I0L0=0OI0L00=0IL0L 00=K0L00K0=00K 0K0=I000I0=I000II0=L00O0IL0=0O0I0L0=0OI0O 00=P0I00P0=K000PK0=P 00L0K0=P0L00P0 @I=I0LIBM ? @00PBM I01L0BBB ?0O0IB ?% L0=0IB M ? >O0I0LM 010OBBB ? =I0L0B 0=0IIBM L0 ?0 @ @=I0LM =? @0 0PM I0 =L0B 0 O0I=%?% L0 =0M =? O0 I0LM 0 =0OB =? I0 L0 0 =I0LM 0 0PM =%?% I0 =L0B =? 0 O0I L0 =0M =? O0 I0LM 0 =0OB I0 L0=%?% 0 =I0LM 0 0PM =? I0 =L0=? 0 O0I L0 =0 O0 I0L=%?% 0 =0O= I0 L0 0 =I0L? 0 0P=% I0 =L0 0 O0I= L0 =03 O0I0L0=0O=I0L00 alexel.realtech(0@, <FPZdn (2 < F P Z d n x  'g NoName (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x rr@NoName  &     .   &       "    .    &        4      2 %  !   -      1         :        ,           )   &           0        :               9        7          4    -$      8  !      &!     0            5  &      !  %        .   3"         ! (&      &    #        $         $        4                )1  .             0&         $       $      ),  !           -5    $           %4 !                 ,            !$            $0            > "       /,              #'     ,             5            #         )   ,                  #(  (     &   /   %           : $           ,  $          "     &  $   &           +         3     -           '       (                                                       (@<<<<<FPZdn (2 < F P Z d n x bPM@ NoName                                           (0@, <FPZdn (2 < F P Z d n x i i "NoName ' .\$'577 Z)='*c ! 7Z&D!< FR *  59M&*&5F("F  D*, +$, 3') #  . *'  . ! ) "&2  +## " "         !                   $                                                  (0@, <FPZdn (2 < F P Z d n x TT NoName 80\ ( !5 '$<% ~ST'Fx'rI!-I jH ()"\1!6M&NpJ'0h-$.6)!/:]@,bd5Bŀ:w@@w7 JC'"9Q  H]K%4["',@A6 =9@8),9n"G.# ,S 6  TN5': V3 E"&0 &++e.6'.%C9-M$&1Sd,2S72E.!1K9X &"T;A 0 0(D2%?$) % $&#!3 4% '- .+$ ;"'> (71 * #3  !%<  8 (9" 6,(  G9  #%4 08R (H1 $35! ! +0 -!$  4  " .:  #$($1 ""+$ ( #  #0  % .3 +  (1 1*    " *       #    $(     "  "     "                                                                                                                          (@ <<<<<FPZdn (2 < F P Z d n x -.L@NoName (0@, <FPZdn (2 < F P Z d n x $<Bassdrum  (0@, <FPZdn (2 < F P Z d n x kkNoName  %# L&2!)ûK/+C (   !)2)5& >#-    &?&! "Oα8/  )%?;$:"   %  &+3$  %&  Q)D0$ %  $H"$    >.  ) *!F! $' 3"( 0%   (  (" 4#!  &.-#   !@ #       1 )  "= +"      ) *1%    =+  "#"$  .'%" 03"&! &##  )  !!"!  &   $*    "  )3 -        5! (%$  ) P      !+!5*2 # '1 #      - 1"      %   %9 (                $  8+ -  *    ,! $    *4%4 ,   -1+  +   #  '* * 5&   & "  $    A"25. ( ! *. 2 5        8  +;/        8!    1     #&   5   .99 #!        5 (   )  3;%    "    +&&"   !          +     &%     "  - + !(    &         /  ,$  ,(&       * ## #     ! 3      ,&//)-%     (     "   %           $   3        <!    2"   1     #           ") " '!    (  '' (!"+    ""    "            %-      %+ ( )"          0! '  %*   #    %            %&$! "        "       &! !    -"     "! '' !'             &                  .!                 " 8+$          #  &           +            '      $             (   !                   !         &*            !           "          #    &                                                                                           !                                       !                                   !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                (0@, <FPZdn (2 < F P Z d n x  NoName $  9# #( "% #: # ; 21  /., .# (3" $%5/    % 2     $"  "" (                                                                                                                 (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x 2222" NoName    ZR]-Nz"__:A=^+|_OU O'Cliw],PzL2Dl H@|Skh2%L=?zx=[ Gp}|(b?ZB@gl!L"mVt~D7L r d lPZ  7lq8T$ ]4 etJri+I )%d9,$oKN  Yn =w Xokd 3j'o_"R*ut`?   1&:?rf8G< 7>!$yH+*`c 62 O6n|bno l(O|Q b Ozu?F]_; BQJs Q # 0(qS'~ W bo202tq-D hQ R   Lz{C5: U 2T-  r:p5m?NE{  R xM` d X  5 Ha*:bHE`YRG ZM 2 G =' F T *UV%r3gwq~B%A xJ P,O 85DAH wrE 2=_ = Q 2.?mb%[~8 bL2&it 92`4k?  qZ5& O] l!20 mjHG \.*B" H<sl_u O'*b*0 OG  iV u RarR [;%e\7`X S^  5trp:GByyw  EfotT '623?b\*5y "  l-0g*8q gc+O ~Lr1w+-> Jb {%S#Dm)S   q RO A37&dQ;Gm |@ 3^ER\WjI~vv5 Z  o * (J_\}Z ,  dg%e|7.pR >)R pk5% J Z iLEuI a H0:q%"6l WmS 0RXt % ug0j C  OEY | 4 * x n@azz! D^gBgq, 8( GjZWgz{*Nw %ATLi; . 5|D6dBR _-e? \l>)@<# < r*J_tAm0wwx}q7//Kck0~PiORUp B 04t%8zL "~=((x7I 0ea2zDs|:#i *|JUxz.si^!^[YbQW%E-k1mGw?bLWilg 0p-a9]?8  8g ~EEGEEfS~7Gx_E7bzTD\Cr0_.Z?9u^^:U e=a h-/:lgLrO0WP]@QU<2"{" q4UUjF y]AG eQ\:0OY[8wd-[zDP* ]_1 Zo*/u|za=`:f6GW.WxW`XXhTM[[BffI.lIl+TPb3vPr20y9y-BuBX ]Jb,>1% IBOL\ o;ZaaRRdj1:J[( /b+b;d0!zW0 FN:,OV )@M2^Ba3273O[-lmz'M8C4W#8/40M o1| OB# 7sFHX550,  i^Q=+ |Q_B"CFk#O-S5__ 5d%!B]|1F1 Jm,V*1lb-^=M@lt+-*v9SQzZ4iB#yuwB*oi4f\'\Z?XEdH]'/*'4]C{}9C(z T+tFO<?s{dEg~"w` R|^AJ> %H0z?8BG[YgZ,A|JJBk/4}c8D%q _WeHMq *y"5&=L#VH~`+*tl`YE#Z\ dz2R053(W+j :2+}LU*o%.>B?E(M  5:D"e qo2||@R2J 4d8zMPyiKg?z$5<b-e$PGx l}di/tZ"b* #q:!|FmoM{"q@Vt&W 9cH8~UBIGnJ8-&/ MjvZbqb(`oqZOw{A|;QnmK 3B-eO)A-Xh (HuB 'g_E@t\ XEs{<o ;A]Z%Je5lHI/vA\jHJ54|td>E` d>dvGxhWjerFK3wW 7bA&BJ hwcMEqoXv=|?#UG Qu:rd !#:f#rSg WL%d:+wlv"w~l: y\ Nl3i/  'M i7%_wMfRJMkjM`DJ%z U ~Gt[M#puOb0z|32 wq.yiH1Y~JA_Kh|#L<biN- Oft%S:jJU \h#661dkve#;<jPUJ; 5w7|aUw$wesijWLFD`id%1C o6cWjS. AzP2?<A1:VpWnaaci< `Wg^[/ {SQ*c<\wOy`_^x*'2EFa?q%iz@N+c\8q*kM]RE? C= /-fA+"l3s N?H AmBs#y(g1"&%mswZ.h 4i;?w/RF||^RUpLi ."2NbZW,k%M?n_ byR7P|% Tq*BQVfMY=t8="|S  3iCT_tG7\I+1%87 d-He<->y>RGk7W_21: ->:'Y9vJV**O]$*0i+Q=g -R$M+ 8GjHj* @oiyswzn%r ln 9uD?>0G0 5_wia?GL*s,uyORjB3"?.L@|72!Q)V:K?*+h:u|o8L#X%$s %:?V`)L$)R%7WT>IBAM f2%Ja8 vU]XO9_18`\B' @MDx"iW%8W E*-#N /9DB(w8(%oV7-" D;{_r#I<[SaB }57 G0Y`77MT  2nBn:+ >: X<$O4ac5".,;5=%D\8-6)6!>I "-C9"m@%8- 4( %=<<<FPZdn (2 < F P Z d n x \\ NoName                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x  heroes-sound-tracks-1.0/heroes09.xm0000644004117000411500000107017707141061662012755 Extended Module: FastTracker v2.00    @?P @EB?? ? 0?P PB?A ? @?P BB B ? P?P B?? ? GP EB?A ? BP BB G FP BB?? B ?P BA F ?P EB?? ? ?P B?A ? ?P BB B ? ?P B?? ? GP @EB?A ? BP PBB G @FP 0BBB? B P?P BA F 0?P 0EB?? ? ?P @B?A ? 0?P PBB B ? ?P B?? ? GP EB?A ? BP BB G FP BB?? B ?P BA F ?P EB?? ? ?P B?A ? ?P BB B ? ?P B?? ? GP EB?A ? BP BB G FP BBB? B ?P BBA F  @?P P=  ? P= ?P ? P?P ? ?P ? GP ? BP G FP B ?P F ?P ! ? "!?P #"? $#?P %$? %?P ? GP @? BP G FP B ?P F ?P P? ?P ? ?P ? ?P ? GP ? BP G FP B ?P F ?P ? ?P ? ?P ? ?P ? GP ? BP G FP B ?P F @?P PE? ?P O? P?P N? O?P M? NGP LE? MBP KG LFP JB K?P IF J?P HE? I?P G? H?P F? G?P E? FGP DE? EBP CG DFP BB C?P AF B?P @E? A?P ?? @?P >? ??P =? >GP EB?A @B BP BB @B FP BB?? PB ?P BA P?P EB?? `B ?P B?A `B ?P BB B pB ?P B?? pGP > EB?A B *BP BB B FP 0BBB? B ?P @BA ?P PEB?? B ?P B?A B ?P BB B pB ?P B?? pGP > EB?A `B BP BB `B FP BB?? PB ?P BA P?P EB?? @B ?P B?A @B ?P BB B 0B ?P B?? 0GP > EB?A B *BP BB B FP BBB? B ?P BBA   @?P PEB?? B ?P B?A B ?P BB B 0B ?P B?? 0GP > EB?A @B BP BB @B FP BB?? PB ?P BA P?P EB?? `B ?P B?A `B ?P BB B pB ?P @B?? pGP 0> EB?A B *BP BB B FP 0BBB? B ?P @BA ?P PEB?? B ?P B?A B ?P BB B B ?P B?? GP > EB?A B BP BB B FP BB?? B ?P BA ?P EB?? B ?P B?A B ?P BB B B ?P B?? GP > EB?A B *:BP BB B FP BBB? B ?P BBA   @?P PEB?? B ?P B?A B ?P BB B B ?P B?? GP > EB?A B BP BB B FP BB?? B ?P BA ?P EB?? B ?P B?A B ?P BB B B ?P B?? GP > EB?A B *BP BB B FP BBB? B ?P BA ?P EB?? B ?P 0B?A B ?P @BB B B ?P PB?? GP > EB?A B BP BB B FP BB?? B ?P BA ?P EB?? B ?P B?A B ?P BB B B ?P EB?? GP > B?BA B BP EBB B FP 0BBB? B ?P @EBBA   @?P PEB?? B ?P B?A B ?P BB B B ?P B?? GP > EB?A B BP BB B FP BB?? B ?P BA ?P EB?? B ?P B?A B ?P BB B B ?P B?? GP > EB?A B *,BP BB B FP BBB? B ?P BA ?P EB?? B ?P B?A B ?P BB B B ?P B?? GP > EB?A B BP BB B FP BB?? B ?P BA ?P EB?? B ?P B?A B ?P BB B B ?P B?? GP > EB?A B * BP BB B FP BBB? B ?P BBA   @E?B? ?A  B ?? > E?A B ?? A E?? ?A  B ?? > E?A B B? A E?? *?A  B ?? > E?A B ?? A E?? ?A  B ?? > E?A B B?  BA  @E?? 60?A  B 6?? > E?A 6B ?? 6A E?? 6?A  B 6?? > E?A B B? A E?? *0?A  B ?? > E?A B ?? A E?? ?A  B ?? > E?BA  B  B?    > BA  @V?P E ?B?    ?P ?A   ?P  B B   ?P ??   GP > E?A  BP B FP ?? B ?P A ?P E?? ?P ?A ?P B B ?P ?? GP 0> E?A BP @B FP PB? B ?P A ?P E?? ?P ?A ?P B B ?P ?? GP > E?A BP B FP ?? B ?P A ?P E?? ?P ?A ?P B B ?P ?? GP > E?A BP B FP 0B? B ?P BA   @R?P PE?? ?P ?A ?P B B ?P ?? GP > E?A BP B FP ?? B ?P A ?P E?? ?P ?A ?P B B ?P ?? GP 0> E?A BP @B FP PB? B ?P @A ?P E?? ?P ?A ?P B B ?P ?? GP > E?A pBP B pFP ?? `B ?P A `?P E?? PB?P ?A P?P B @B P ?P > ?? @P GP > 0E?A 0BP B 0FP > B? B   ?P > BA    @?P P? ?P ? P?P ? ?P ? GP ? BP G FP B ?P F ?P ? ?P ? ?P ? ?P ? GP @? BP G FP B ?P F ?P P? ?P ? ?P ? ?P ? GP ? BP G FP B ?P F ?P ? ?P ? ?P ? ?P ? GP ? BP G FP B ?P F @?P EB?B? B ?P B?A B ?P 0BBK B 0B ? p?P B?? 0GP > EB?A @B BP 0BK B @B FP BB?? PB ? `?P BK A P?P 0EB?6 0? `B ?P B?A `B ?P BBK B B ? P?P @B?? GP > EB?A B BP BK B B FP PBBB? B ? @?P BN A ?P EB?? B ?P 0B?A B ?P BBK B B ? 0?P B?? GP 0> EB?A B BP BK B B FP BB?? B ? ?P 0BK A ?P EB?? B ?P B?A B ?P 0BBK B B ??P @B?? GP > EB?A B BP PBK B B FP BBB? B ??P BBA  @?P EB?? pB ?P B?A pB ?P 0BBK B B ??P B?? GP > EB?A B BP 0BK B B FP BB?? B ??P BK A ?P 0EB?? B ?P B?A B ?P BBK B B ??P @B?? GP > EB?A B BP BK B B FP PBBB? B ??P BN A ?P EB?? B ?P 0B?A B ?P BBK B B ??P B?? GP 0> EB?A B BP BK B B FP BB?? B ??P 0BK A ?P EB?? B ?P B?A B ?P 0BBK B B ??P @B?? GP > EB?A B BP PBK B B FP BBB? B ??P BBA  @?P EB?? B ?P B?A B ?P 0BBK B B ??P B?? GP > EB?A B BP 0BK B B FP BB?? B ??P BK A ?P 0EB?? B ?P B?A B ?P BBK B B ??P @B?? GP > EB?A B BP BK B B FP PBBB? B ??P BN A ?P EB?? B ?P 0B?A B ?P BBK B B ??P B?? GP 0> EB?A B BP BK B B FP BB?? B ??P 0BK A ?P EB?? B ?P B?A B ?P 0BBK B B ??P @B?? GP > EB?A B BP PBK B B FP BBB? B ??P BBA  @9?P EB?B? B ?P B?BA B ?P 0BBK BB B ??P B?B? GP > EB?BA B BP 0BK BB B FP BB?B? B ??P BK BA ?P 0EB?B? B ?P B?BA B ?P BBK BB B ??P @B?B? GP > EB?BA B BP BK BB B FP PBBBB? B ??P BN BA ?P EB?B? B ?P 0B?BA B ?P BBK BB B ??P B?B? ?GP 0> EB?BA B ? 0BP BK BB B FP BB?B? B ? ?P 0BK BA ?P EB?B? B ?P B?BA B ?P 0BBK BB B ??P @EB?B? ?GP 0BB?BA B ? `BP PEBK BB B FP 0BBBB? B ??P 0EBBBA 3 @=P 0E=B= B =P 0=? B =P 0I @ B ==P 0== EP 0=? B @P 0I @ B DP 0== B ==P 0I ? =P 0== B =P 0=? B =P 0I @ B ==P 0== EP 0=? B @P 0I @ B DP 0@= B ==P 0L ? =P 0== B =P 0=? B =P 0I @ B ==P 0== =EP 0=? B = 0@P 0I @ B DP 0== B = =P 0I ? =P 0== B =P 0=? B =P 0I @ B ==P 0== =EP 0=? B = `@P 0I @ B DP 0@= B ==P 0@? 1 @=P 0== B =P 0=? B =P 0I @ B ==P 0== EP 0=? B @P 0I @ B DP 0== B ==P 0I ? =P 0== B =P 0=? B =P 0I @ B ==P 0== EP 0=? B @P 0I @ B DP 0@= B ==P 0L B? =P 0=B= B =P 0=? B =P 0I @ B ==P 0== =EP 0=? B = 0@P 0I @ B DP 0== B = =P 0I ? =P 0=B= B =P =? B =P 0I @ B ==P == =EP 0=B? B = `@P I @ B DP 0@= B ==P @? 1 @BP *EBBBB B BQBP QBBD B QBP 0QBBN E B BQBP QBBB QJP QEBBD pB QEP 0QBN E pB QIP QBBBB `B BQBP QBN D `QBP 00EBBB PB 0BP 0BBD PB 0BP 0BBN E @B B0BP @0BBB @0JP EBBD 0B EP BN E 0B IP PBBEB B BBP BQ D BP EBBB B BP 0BBD B BP BBN E B DBP BBB JP 0EBBD B EP BN E B IP BBBB B DBP 0BN D BP EBBB B BP BBD B BP 0BBN E B DBP @BBB JP EBBD B EP PBN E B IP BBEB B DBP BED  @BP EBBB B BP BBD B BP 0BBN E B EBP BBB JP EBBD B EP 0BN E B IP BBBB B EBP BN D BP 0EBBB B BP BBD B BP BBN E B EBP @BBB JP EBBD B EP BN E B IP PBBEB B EBP BQ D BP EBBB 0B BP 0BBD 0B BP BBN E @B GBP BBB @JP 0EBBD PB EP BN E PB IP BBBB `B GBP 0BN D `BP EBBB pB BP BBD pB BP 0BBN E B GBP @BBB JP EBBBD B EP PBN E B IP BBEB B GBP BEBD  @@P EB@B@ B @P B@B B @P 0BBL C B @@P B@@ HP EB@B pB CP 0BL C pB GP BB@@ `B @@P BL B `@P 0EB@@ PB @P B@B PB @P BBL C @B @@P @B@@ @HP EB@B 0B CP BL C 0B GP PBBC@ B @@P BO B @P EB@@ B @P 0B@B B @P BBL C B B@P B@@ HP 0EB@B B CP BL C B GP BB@@ B B@P 0BL B @P EB@@ B @P B@B B @P 0BBL C B B@P @B@@ HP EB@B B CP PBL C B GP BBC@ B B@P BCB  @@P EB@B@ B @P B@B B @P 0BBL C B C@P B@@ HP EB@B B CP 0BL C B GP BB@@ B C@P BL B @P 0EB@@ B @P B@B B @P BBL C B C@P @B@@ HP EB@B B CP BL C B GP PBBC@ B C@P BO B @P EB@@ 0B @P 0B@B 0B @P BBL C @B B@P B@@ @HP @EB@B PB CP BL C PB GP BB@@ `B B@P PBL B `@P EB@@ pB @P B@B pB @P PBBL C B >@P 0B@@ HP 0EB@BB B CP PBL C B GP @BBC@ B >@P @BCB  @z@P PE@B@ B @P @B B @P L C B @@P @@ HP @B B CP L C B GP @@ B @@P L B @P @@ B @P @B B @P L C B @@P @@ HP @B B CP L C B GP C@ B @@P O B @P @@ B @P @B B @P L C B B@P @@ HP @B B CP L C B GP @@ B B@P L B @P @@ B @P @B B @P L C B B@P @@ HP @B B CP L C B GP C@ B B@P CB  @w@P P@@ B @P @B B @P L C B C @P @@ HP @B B CP L C B GP @@ B C @P L B @P @@ B @P @B B @P L C B C @P @@ HP @B B CP L C B GP C@ B C @P O B @P P@B@ @P @@B @P @L C B 0@P P@@ HP 0@B CP 0L C GP P@@ B @@P L B @P @@ @P P@B @P L C > P@P @@ HP @B@B CP L C GP 0C@ > `@P CB B  @@P EB@B@ B @P B@B B @P 0BBL C B C@P B@@ HP EB@B B CP 0BL C B GP BB@@ B C@P BL B @P 0EB@@ B @P B@B B @P BBL C B C@P @B@@ HP EB@B B CP BL C B GP PBBC@ B C@P BO B @P EB@B@ 0B @P 0B@B 0B @P BBL C @B B@P B@@ @HP @EB@BB PB CP BL C PB GP BB@@ `B B@P PBL B `@P EB@B@ pB @P B@BB pB @P PBBL C B >@P 0B@@ HP 0EB@BB B CP PBL C B GP @BBCB@ B >@P @BCBB  @BP PEBBBB B BP PBBD B BP PBBN E B BBP PBBB JP PEBBD pB EP PBN E pB IP PBBBB `B BBP PBN D `BP PEBBB PB BP PBBD PB BP PBBN E @B BBP PBBB @JP PEBBD 0B EP PBN E 0B IP PBBEB B BBP PBQ D BP PEBBB B BP @BBD B BP PBBN E B DBP 0BBB JP PEBBD B EP BN E B IP PBBBB B DBP BN D BP @EBBB B BP BBD B BP 0BBN E B DBP BBB JP EBBD B EP BN E B IP BBEB B DBP BED Alexel(@@,9<FPZdn (2 < F P Z d n x  ZT NoName 0%#+&"%                   "                                              (0@, <FPZdn (2 < F P Z d n x F5   NoName alex.livernaux@(0@, <FPZdn (2 < F P Z d n x _F0$NoName                                                                                                        wanadoo.fr(0@, <FPZdn (2 < F P Z d n x \@Bassdrum  (0@, <FPZdn (2 < F P Z d n x ..' NoName "  %= ; 98I C 6@E 1 ;++58* GGD߼ B P< . 1 $   7" V! <4,? $ P?B G "N ' & B%&  4E0> "    !TϽ *D)$9@<7; -/ O=)+L- O3 &#D?M 1%(  6 @ $:12)7$%>  )"6"- (8%> $6?& +3 ?  V!/8 0/2$)# :O"-3   B %(B/   b۷ -2 3 6 D 8A F4!  &B ',$%2 #% ) / </0-  *< 3; 7/  ,&-: '?,98>: 83 ,( 72 (C6'  S 2 %!   2 /,-6 J ;-!6 %&"'!-   ) /". ) .09)0, /2 &.(=2$ 6 # '8   ,G!+* & 3922 :   H 1 $?  <  L+/ .0&.6 +* 8  8"+83$ /7',/ *% /2,( & . *8  (  -$ (2 ( #%. 03 7 8 . 2 &,0%# 8+   8#)) # ;& 7 , 6, . 2 0- 3 %(",  6 3# ' '& ,#&$(   )+  /%(,  +. " 1   +$ 6'.! !", * # # ' 3!,&'  / "1&  $"  -$ (& %* !    / ; / ("# $." ((!,'# %%#!.> 17  .0 ( >4  @   %- #   2 * )%% + $  . ( - & * ")%  9 ($( ! ,"/ 6 $*& %  &' #   >   %$ ) ((&  1 % %"& -  % .  *  ;/ % $   5%( ,   & %  # 5.  $+# 1! ) &   %) '& 6  !%#% .   1  (% )   ,  *$ &$" "%#'&   #$# # )   $ #  .  !  ' ( #"  #  # &'"""    " $ & # ( $*   2  '   )  '% '  "    4     ""%!  !  )   !     (( '  *"     ,!   ## !/  ,    ! '  % ##   $'  ! ! ! "     """!  $""     *'# ) &#% $ 2  $#! ! %  (      "   $  "  $% "   "   !     %            %           "                               " % !                                                                                                                                                          (0@, <FPZdn (2 < F P Z d n x CC+ NoName   FUN# D l, aG$j 4F.%8  ?P 5CJ   P J ?  8  1"== %*?C5!&# &  .,+ 86!' < /'% H0#'&4)%4 5 ! "2 A,   %)$,. $ ,'0/ ." &%# 2    !     &  !     !                                            (0@, <FPZdn (2 < F P Z d n x BB#NoName $ :0 '' ,   '  $ #*A )  !#$,02-&  % 5' = + &., %  6!%&0 13  S1  = +4;S, 7/'C  #& ,.( ,!4 ,#+, K "  /12 #+# XJ$+*(( 1#3* *" #!?"L+F 23 1.*;%!_ 5  W% K&& 7NGZ%ؔI1X +'*"'1 $UR H/  CC -%,܎qM6) &JD9G('.:( P( GM +$2 2 6./40 05ؐocv(\ "z,4" ; 3=$PPz"h& 'R  EʺwM'9(;%A  /&3$ >d$0=(,@ 3 '.}QH N7$+%()BQ_V&#b&$E>+ ( %*D :#,#<3$#*"6 @%CH.381+ -7 $ 4-"-3O :+2 =O   3G7(CB-8/& < ) Q .' ! H!) # %7G *@8 :( P:*!! ' FH  $ !9 5C&+>CF  aN/!" ) D J%8).= ". +a$&+ $* !  A 69-% 61(%;$ b< ?X)j2:%4 :=!3 <H$a3K 3'?)$%31>A4)0 3< B9&"%_!  8 0 1I6 *G9%+:GXĴf?%T ! 40< F>IH(M.&2 21# ":L $ V$]3Ye(+EG7!%O$5*PʺA3Y>ye!K  F&&%$ >hE!I=@& (߶e 1f@ e^ & \ %P*3T.W+ gR&- :*=(    8)D37  >& G#5#`" .-2)$&7%6D( 7QA :-= D>LJ. 3;*1OI 7#"(a9D!V4  481%5+9873J?#6 >X-  C,*#+9 %%)),#9 <+0,$+  ";#6   '@;7;- $A;  ,"1 )ES )#" S!R ")34$J $B,0+/֩8W=642 #  *p34* >'<@*:Ɔ0N<""-?F) M &4B"2&Q! .4) .%,%; 4 8 9*/'  0T    -* >K6&/ 552 " 51ܩb8%1>LK-"     0& '?"6+" 20%  $"5&%HF) 3  ; !. 5'" 5  1#&4D  '(" $ F #  /C5$: 6$ $ '!--     "* ;(# +#  "1  1( A><0'4'(% &$&(%+/ +G >1 )"4 AN 2&() 1#*( 'BG&* 3  ;! 1%! ( !$ %  #=3 )  *1<#A !#6$/*(   ,^X    (  5   &  !    !    %,  #      $#(        +   *        %&- #            '                    '  "                                                 (0@, <FPZdn (2 < F P Z d n x ;;@ NoName           # $#&%  3   * *")  #8+    6  (*   R " . !  %( "1(#     ! .)2 F ,.T  $) H!7 %.     %1" #  0':'1 #  )3  $ $ 69 +7   ! *0(     5  %1 00  2 O * (. ',)   29  0    #) 7 8/&$( - ! )  0  0!-' %. 0  ' , $    2  #!       %    &!%  (    2 3&)     /  $ "  * &             $  (#          #$                          !                                                                                                                                                                                                                                (0@, <FPZdn (2 < F P Z d n x @ NoName $  9# #( "% #: # ; 21  /., .# (3" $%5/    % 2     $"  "" (                                                                                                                 (0@, <FPZdn (2 < F P Z d n x 0 NoName      0p^>* ,,  #(%""$92& #-  +) 16    #"  !  ) # '&     !        #&    (                     !                                                          (0@, <FPZdn (2 < F P Z d n x ˿Ǿ@NoName                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              (0@, <FPZdn (2 < F P Z d n x #5#5@NoName                                                         &!            "              $  '                                      !      "( &(    #+(2&  !         * #"        %$,   & " $ !      "  $   ! )  -$!(       !&    * #, # 46 $ !!  $.- 8 , + (/   -!     %"&C      ( !    ,   - & &+1 $1#*   )#      &"2  ($   * .1  -  / $! 9 * !   %$+&- 0 .(   +    $ (    ) &") -  .'@ $ '  #0    % +/  "0&!       "     )# $  $2 , $ + +  +%+  )  ('"-) %   %%". 0:   ?%%-(-$ )  % 4 %#6 <  ".-%   " % )/ 1))0%   "%24 & ) 7 (+) - $A  && B  $ ):4(+3 #>h # > $&6) *!$/(&+&   &')& 1)$(  .)%/E#  D   ") %%4  -0),  !B@A%)37+F  0 7D & ' 8/ - 05 3H1) **   " %=2 !/ 4 7$"0 %',  '%! ' "  '9C 24 " ("8: ! 0/    8)))& % !    $# % L  (N  " *) %   %5 " <  $ # # /  ;,!   3" 6'  # '0   $ ,#A(% *#< .# 7  " ! (    %6 * ( !' -*" <$ $) &$ '  -   $ + "$ '   ( +  $  ! % $A     5 (#         &  !!#  #$&    &!  '-#         ' ) #     .%)!) ##  $ ,  ! % #$ % 5  !   0 (#.  #  % -&    =%  &   )1    1               /    !  % *(  * $   %        / $%, ) !$   )     !#    - $  #        2, " %         ' + #       !         2   %                        %%                  "    $   ' #                                             !                                                                                                  (0@, <FPZdn (2 < F P Z d n x 5up0@NoName #* 0 3 ּ+$ *# + (  &$!                                        (0@, <FPZdn (2 < F P Z d n x j @ NoName      %( "!         )( ! *<- -K"  )> "7" *7N3ME->5GJ! 8</=$B4ݸ# V,' %/7A 'NMN #Dп^}() 8<5% )6-  # $l 0B$)-#G, 4*1L)]ϿL޶}b,ض!O.-&97 F)   '&)' ( T]<,  %U?#-lN- #2'   1"& (3  4P:8]& $&+1% )&'0-. &Y.?:"J; 0+$+/ + % (' $&>QXAO2-  3$ 1   (+$& % * %MGNH #* *% & "()3=2 I>& #% )  #)(4 /M% &2&$'% $*5 :% AB" .''1-! #$  #PL # /.-#,*-%07[<  '-  +)0' &;>>%=2&( 0&(, *0:VM/ =( )/,  1%! * -G<%T , , #%$ %1# 0U'+ #%++&!(((3  #HX'(0, *0)- ; %DA$2+ -' / M:L4  ' /- %&%-2 D7\@>$3)!,+. /&(" )'  ,"A%H5% % (  3+ "#  )TF)%1-%   ' ).(! "'9Z4  #,/  / &&/#  612$E% +%%  2*) &>(]M21, ) ,2"  $!-,$( !)#ZA1$E-*! &/   )!(4 2 5T..&%!%-&& 1   !KW /1 !  *.)((0@, <FPZdn (2 < F P Z d n x @ "U0  ,1 /,) ) ) E#7 %)&..)3%,BC2 0R, J#* 3  +0$ &) .IG I3t,'W%' ,/*" #1( /& 0+HBD =! !("2 1'"' $$(.) LL "P( && - !)# ' 0  ,5I?0$# &`/ &6!:; = !;>!Z}%`G5+ H6X%S1A% A ,,=7# P IN2*8GP@?E(o-#.? \ҹ?WZ$b;56; (-' =C47LD1{;B RyS ^QI . HX7 9&)5(5>  LHNn%+{S/ P!CSDĻL4 $H( .1&'˽KLAN48  9;'0$  5&$   %%8 HC!B! )"!$       "/ &% ",, "'%,#'&87$%  #$           "&         $!              !                          !#$#                      (0@, <FPZdn (2 < F P Z d n x @NoName ' ( (%       !&)( % ! ""           #%  %# &% %% "#             "$ (' ,'-%+'"      !'*,+ '" !                   #'(!(!% !                                             !   !!                     "',-,*%                                                    $' '!&$                                                                      (0@, <FPZdn (2 < F P Z d n x  heroes-sound-tracks-1.0/heroes10.xm0000644004117000411500000070125507141061662012742 Extended Module: FastTracker v2.00 & #  " ! @B=D6=BBB=D6BBB6=D6CB6=D6BBBB=D6HBBB=D6BBB6=D6MBB6=D6BBB B @%B=DD 6PBB BBD =DA 6 BBBB D 6=D6PBB D 6=DA 6 BBBB D B=DD 6PBB BBD =DA 6 BBBB D 6=D6PBBB D 6=DA B 6 BBB B D B @#B=DD 6PBB BBD =DA 6 BBBB D 6=D6PBB D 6=DA 6 BBBB D B=DD 6PBB BBD =DA 6 BBBB D 6=D6PBBB D 6=DA 6 BBB B D B @B6BB6BB66B66BBB6BB6BB66#B66BB @B6(BB6BB66-B66BBB63BB6BB668B6=6BBB B @%B=DD 6PB BB BBD =DA 6 BBBB D 6=D6PBB D 6=DA 6 BBBB D B=DD 6PBB BBD =DA 6 BBBB D 6=D6PBBB D 6=DA 6 BBB B D B @B=D6PB NBLBBIBBBN=D6 BLBBIBBBNBL 6=D6PBI"BN$BBL&BI(6=D6 BN*BBL,BBBI.BN0B=D6PBL.BI,BBN*BBBL(=D6 BI&BBN$BBBL"BI 6=D6PBNBBLBBBBIB=DBNB6B 6 BLBBBIBB=DBNBBBLB @YBB G 06PBD BB BG D 6 BB BG D 6B" 6EG$ BD& 0B( 6G* 6 BD, BB. G0 BD. 06EB, BG* BD( B& 6 BG$ BD" B 6G 6@D BB G 6D 6BB BG D % @BB B 06%BD BBG BBB BD 6BBG BBB BD 6BG" 6%BB$ BBD& 0BG( 6BB* 6BBD, BBG. BB0 BBB. 06 B BD, BBG* BB( BD& 6BG$ BB" BD BG 6 BBB BBD BBG BBB 6B BBD BBG BBB %B @FBG 06@D BB BG D 6BB BG D 6B" 65G$ BD& 0B( 6G* 6BD, BB. G0 BD. 065B, BG* BD( B& 6BG$ BD" B 6G 60D BB G 6D 6BB BG D % @=B DD U @DIP B L 6DD U =DA P BL B D U 6P =DL" DU$ DB D P& 6L( =DA U* BP, B D L. 6U0 5=DD W2 0DP4 %B L 6DD W =DA P %BL 0B D W 56P @=DL DW DB D P 6L =DA W 0BP B D L 06DW 5D @=DD U @DP B L 6DD U =DA P BL B D U 6P =DL DU DB D P 6L =DA U BP B D L 6U 5=DD W 0DP %B L 6DD W =DA P %BL 0B D W 56P @=DL DW DB D P 6L =DA W 0BP B D L 06DW 5D @=DD U @DP B L 6DD U =DA P BL B D U 6P =DL DU DB D P 6L =DA U BP B D L 6U 5=DD W 0DP %B L 6DD W =DA P %BL 0B D W 56P @=DL DW DB D P 6L =DA W 0BP DD L 06DW 5D @=DD U @DP B L 6DD U =DA P BL B D U 6P =DL DU DB D P 6L =DA U BP B D L 6U 5=DD W 0DP %B L 6DD W =DA P %BL 0B D W 56P @=DL DW DB D P 6DL =B A W 0BP DD L 06DW 5D @=B DD R @D?DM B I 3DD R =DA M BI B D R 3M =DI DR DB D M 3I =DA R BM B D I 3R 5=DD T 0DM %B I 3DD T =DA M %BI 0B D T 53M @=DI DT DB D M 3I =DA T 0BM B D I 03DT 5D @gBB 06@=D BG BB D 6BG BB D 6G" 65B$ BD& 0G( 6B* 6BD, BG. B0 BN. 065P, BS* BN( P& 6BS$ BN" P 6S 60N BP S 6N 6BP BS N % @=DD R @D?DM B I 3DD R =DA M BI B D R 3M =DI DR DB D M 3I =DA R BM B D I 3R 5=DD T 0DDM %DB I 3DDD T =DA M %BI 0B D T 53M @=DI DDT DB D M 3DI B A T 0BM DB D I 03DDT 5D @BB DD U @DBGP BB L 6DBD U DA P BBL BB D U 6P 6DL DU DBB D P 6L 6DA U BBP BB D L 6U 5BDD W 0DP %BB L 6DBD W DA P %BBL 0BB D W 56P @6DL DW DBB D P 6L 6DA W 0BBP BB D L 06DW 5D @BDD U @DBGP BB L 6DBD U DA P BBL BB D U 6P 6DL DU DBB D P 6L 6DA U BBP BB D L 6U 5BDD W 0DP %BB L 6DBD W DA P %BBL 0BB D W 56P @6DL DW DBB D P 6L 6DA W 0BBP BB D L 06DW 5D @BB DD U @DBGP BB L 6DBD U B DA P BBL BB D U 6P 6B DL DU DBB D P 6L 6B DA U BBP BB D L 6U 5BB DD W 0DP %BB L 6DBD W B DA P %BBL 0BB D W 56P @6B DL DW DBB D P 6L 6B DA W 0BBP BB D L 06DW 5D @BB DD U @DBGP BB L 6DBD U B DA P BBL BB D U 6P 6B DL DU DBB D P 6L 6B DA U BBP BB D L 6U 5BB DD W 0DP %BB B L 6DBD W B DA P %BBL 0BB B D W 56P @6B DL DB W DBB B D P 6B L 6B DA W 0BBB P BB DD L 06DB B W 5DB  @dBDD B *PD        BB 6D    BD    DA B B   BBB D 6N6DDDBB D 6N6DA B BBBB D 6BDD *DBB 6DBD DA B PBBBB D 6N6DDDBB D 6N6DA B BBBB D 6DD @>BDD *PDBB 6DBD DA B BBBB D 6N%6DDDBB D 6N6DA B BBBB D 6BDD *DBB 6DBD DA B PBBBB D 6N06DDDBB D 6N6DA B BBBB D D6DD @>BDD B *PDBB 6DBD DA B BBBB D 6N@6DDDBB D 6N6DA B BBBB D 6BDD *DBB 6DBD DA B PBBBB D 6N@6DDDBB D 6N6DA B BBBB D 6DD @<BDD *PDBB 6DBD DA B BBBB D 6N@6DDDBB D 6N6DA B BBBB D 6BDD *DBB 6DBD DA B PBBBB D 6N@6DDDBB D 6N6DA B BBBB D 6DD @@BDD *PDBB 6DBD DA B BBBB D 6N@6DDDBB D 6N6DA B BBBB D 6BDD *DBB 6DBD DA B PBBBB D 6N@6DDDBB D 6ND6A B B BBBDD 6DDD @B=DD B *PDUNLBB 6DIBBD N=DA B BLBIBBB D 6N@NL 6=DDI"DN$BB D 6NL&I(6=DA B BN*BL,BBB D 6I.N0B=DD *DL.I,BB 6DN*BBD L(=DA B PBI&BN$BBB D 6N@L"I 6=DDNDLBBB D 6NIN6=DA B BLBIBB B D 6DNBDL @`B=DD *PDUBB 6DBBD =DA B BBBBB D 6N@6=DDDBB D 6N6=DA B BBBBB D 6B=DD *DBB 6DBBD =DA B PBBBBB D 6N@6=DDDBBB D 6N6=DA B BBBB B D 6DBD @hB=DD B *PDUBB 6DBBD =DA B BBBBB D 6N@6=DB DDBB D 6N6=DA B BBBBB D 6B=DD B *DBB 6DBBD =DA B PBBBBB D 6N@6=DB DDBBB D 6N6=DA B BBBB B D 6DBD @B=DD B *PDG 0D BB 6DB BBD G =DA B BD BB BBB D 6N@G D 6=DB DB" DG$ BB D 6ND& 0B( 6=DA B BG* BD, BBB D 6B. G0 D=B D B *DP. 0N, B 6DS* BD P( =A B PBN& S$ BD B 6N@P" N =B B DS B DP D B 6NN B S B A B BP B N D B 6DS B B DP %B   @=DD R @D?DM B I 3DD R =DA M BI B D R 3M =DI DR DB D M 3I =DA R BM B D I3 3R1 5=DD T/ 0DDM- %DB I+ 3DDD T) =DA M' %BI% 0B D T# 53M! @=DI DDT DB D M 3DI B A T 0BM DB D I 03DDT 5D @B=DD B *PDPBB 6DBBD =DA B BBBBB D 6N@6=DB DDBB D 6N6=DA B BBBBB D 6B=DD B *DBB 6DBBD =DA B PBBBBB D 6N@6=DB DDBBB D 6N6=DA B BBBB B D 6DBD @hB=DD B *PDPBB 6DBBD =DA B BBBBB D 6N@6=DB DDBB D 6N6=DA B BBBBB D 6B=DD B *DBB 6DBBD =DA B PBBBBB D 6N@6=DB DDBBB D 6N6=DA B BBBB DD 6DBD @B=DD *PDUPBB 6DBBD =DA B BBBBB D 6N@6=DDDBB D 6N6=DA B BBBBB D 6B=DD *DBB 6DBBD =DA B PBBBBB D 6N@6=DDDBBB D 6N6=DA B BBBB B D 6DBD @B=DD B *PDPBB 6DBBD =DA B BBBBB D 6N@6=DB DDBB D 6N6=DA B BBBBB D 6B=DD B *DBB 6DBBD =DA B PBBBBB D 6N@6=DB DDBBB D 6N6=DA B BBBB B D 6DBDAl(0@, <FPZdn (2 < F P Z d n x @NoName &        (0@, <FPZdn (2 < F P Z d n x @P NoName    ('=6$%!!  (0@, <FPZdn (2 < F P Z d n x @ NoName    +F3E]               (0@, <FPZdn (2 < F P Z d n x 3 NoName *  #"             #      (      $     &      !'                                (   "$                      /     *&                   +'     %)97  '," ",  &      :>'  +"   0,%  !  "% + *""   !"'%    '  #  (2(%#  &&  $., !&   ( -   &$       &              !   *                                                                   (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x ii( NoName     6 $  + 85  7$"  / .& "%  (&/ ! %&1(+ ! .    (  (! -        !                  $                         #                                                                                                                                                                  (0@, <FPZdn (2 < F P Z d n x \@Bassdrum  (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x 0NoName ' ( (%       !&)( % ! ""           #%  %# &% %% "#             "$ (' ,'-%+'"      !'*,+ '" !                   #'(!(!% !                                             !   !!                     "',-,*%                                                    $' '!&$                                                                      (0@, <FPZdn (2 < F P Z d n x CC+ NoName   FUN# D l, aG$j 4F.%8  ?P 5CJ   P J ?  8  1"== %*?C5!&# &  .,+ 86!' < /'% H0#'&4)%4 5 ! "2 A,   %)$,. $ ,'0/ ." &%# 2    !     &  !     !                                            (0@, <FPZdn (2 < F P Z d n x ;;/ NoName           # $#&%  3   * *")  #8+    6  (*   R " . !  %( "1(#     ! .)2 F ,.T  $) H!7 %.     %1" #  0':'1 #  )3  $ $ 69 +7   ! *0(     5  %1 00  2 O * (. ',)   29  0    #) 7 8/&$( - ! )  0  0!-' %. 0  ' , $    2  #!       %    &!%  (    2 3&)     /  $ "  * &             $  (#          #$                          !                                                                                                                                                                                                                                (0@, <FPZdn (2 < F P Z d n x   -NoName    $q+ -$ & $$   ,&0'!   " & %=$:3"(   (&!N  !,' !   3%.")  '!    !   #! < & %$  $ "#  &    $ +(  .               !  "$>   (  5   &  !    !    %,  #      $#(        +   *        %&- #            '                    '  "                                                 (0@, <FPZdn (2 < F P Z d n x BB#NoName $ :0 '' ,   '  $ #*A )  !#$,02-&  % 5' = + &., %  6!%&0 13  S1  = +4;S, 7/'C  #& ,.( ,!4 ,#+, K "  /12 #+# XJ$+*(( 1#3* *" #!?"L+F 23 1.*;%!_ 5  W% K&& 7NGZ%ؔI1X +'*"'1 $UR H/  CC -%,܎qM6) &JD9G('.:( P( GM +$2 2 6./40 05ؐocv(\ "z,4" ; 3=$PPz"h& 'R  EʺwM'9(;%A  /&3$ >d$0=(,@ 3 '.}QH N7$+%()BQ_V&#b&$E>+ ( %*D :#,#<3$#*"6 @%CH.381+ -7 $ 4-"-3O :+2 =O   3G7(CB-8/& < ) Q .' ! H!) # %7G *@8 :( P:*!! ' FH  $ !9 5C&+>CF  aN/!" ) D J%8).= ". +a$&+ $* !  A 69-% 61(%;$ b< ?X)j2:%4 :=!3 <H$a3K 3'?)$%31>A4)0 3< B9&"%_!  8 0 1I6 *G9%+:GXĴf?%T ! 40< F>IH(M.&2 21# ":L $ V$]3Ye(+EG7!%O$5*PʺA3Y>ye!K  F&&%$ >hE!I=@& (߶e 1f@ e^ & \ %P*3T.W+ gR&- :*=(    8)D37  >& G#5#`" .-2)$&7%6D( 7QA :-= D>LJ. 3;*1OI 7#"(a9D!V4  481%5+9873J?#6 >X-  C,*#+9 %%)),#9 <+0,$+  ";#6   '@;7;- $A;  ,"1 )ES )#" S!R ")34$J $B,0+/֩8W=642 #  *p34* >'<@*:Ɔ0N<""-?F) M &4B"2&Q! .4) .%,%; 4 8 9*/'  0T    -* >K6&/ 552 " 51ܩb8%1>LK-"     0& '?"6+" 20%  $"5&%HF) 3  ; !. 5'" 5  1#&4D  '(" $ F #  /C5$: 6$ $ '!--     "* ;(# +#  "1  1( A><0'4'(% &$&(%+/ +G >1 )"4 AN 2&() 1#*( 'BG&* 3  ;! 1%! ( !$ %  #=3 )  *1<#A !#6$/*(   ,^X )    ( $    +0 *  %%& !   0        ! %+     ,)  *    +!       .  ( ' $ #             .             '  # )) 3  !    !      %      $%        $   !   3'#) !     *      2. A: (&'! &% '8  &)! #'   !  /  %%     " $&&         !    !     + "        !  !  "'     -#       #       '     %      0('    3  ! 3 !    --!    "  '      *   "                &     *                 * # "+" $   #% /     %%   -* ) #,!".     "1 ##  '"      3          ) # 0    ! '  !   & -   )+     &  ")$  # '!,  # '"&    %     )!  #  /   0   (  $"  *   0 .  #0 %   #( 1!%  !0   &$   )    "        !   +)  !         3     $      !)- !     ?   *   ")      &% # % 26  )               (  !   ) ,                  0         '  ( F'   ,." $  # '             ! '    $  .#  +, % %  .- / */    '   (       ,  6# #4!#        *   &   %     /"!    " %(    (%#   %   %       + +     " $   ! &   -    2 "#   $    .   0! 2      #! "# (   +; ; : !+ ' #% )  1 )! $" (    " #!  )    /  !        )       !&+ !        %)&"  "    $+-     &      & ! # '      #'%(     !    &         (        &&  !  +#6       "'   &"< !+6$C%  #  $      !    +# 0  ," )%&   !"     "  ) !        ) #/ &  +   0!     *  ' 2 (   6  #%3%; +  #  +)$.   " - %             '$ # !&7      #+40   !   *+. $      "  "! (!( /  % &$  !   +  %! $+5($  ,! %! ! "  ("("# <     %! &/   "@ 2     "   1H'   $  3(  , -" "   $#$#"/ " ..     0 )!)2/% & ) 5  %%  %        /;   $ + *!  6$    %, #  %    $   #  %    $   )   ,  ($+ )-  $  #  3  1 "  # ' !        (    ,#   ($ ))  L*%  + %'( 3 (       %   $  $$!-% )#   "    # &'&5   )      =6  1-( $- +           - !      !" "  6$ /!)<0    # &"   5    # ' "'   " # '             #  ! '  ,   =7   %#/  &%  $         " $  ! #  mail:(0@, <FPZdn (2 < F P Z d n x G%                                                                                  "            $          ! $ !     "       $!  (  ,,    " !  ! %%8 (1".$   (   & $4!.   (  .)$ ߮"ر& 0.R3 -U .ؼ -   - 9 (#  RE* A<$ & ';A,<@)%?"3  66O?* 2)44"4;'.?2!!#+5P=3%Ӹ,JJ%E(,%I! 0 <[)92U.8B7 S4]JX'& "0 W L 03 d =04m !3&E%8"! ":3)Ǵ#I>. \uEz0E *MBeܸ% b2C&+8 ():4#(2  4%2jV& *k 1-4\ ,Q+%"DWYſ/@#BU?ߚnyזUu?  H ͹/ !0í:) t2N))U̲N :)FE/*(I-}Gt f3Ձ;3 9`ۨ%DƹBeL:3֮IY܂?3#g WP?9a;D#<1q*j*]aS\u!P,(7J LoF0F\[Z# " YǥBTкi %) W;Jo419 ߿P 9!Dܼ'EG[-& ī*^jc1R6M"x9Ϲ!^ؾ&6! , eF!( &&O #01" )եQ8*"#6bf0 R#i1AJ1J(!7 :D֠V C17@٩p,B5`J :%) F H $#0 ?.:% v0 d 6r/~%$3 &SG* ѡ9(, 4cE 28 N# fX; I(5$c>WE8")>)P4 KXV)4fv)o29' "&ğ$ d۫:A6־10GGWݯekPf _Sd3 iQ+6ԸmEt&"*Fhm85/>_J:tX?T8)|y٫-f('*'g-=a}tfjF@IaNwKjU o~Eg6@N/T|bDO<W}ag{HKʾrV|qe6_' ҭA3 Ӱz ^N.!EôoҜidw%")U?0 ܥfLGt Ʌfy$ W1#&u\)}AD[ 3p@,-*z\3U%M|ny*E.34kVXg.bvƶ-/L)$ǻ5Ik\ψrWWP J AqS%/cwp] c^u1g%NG| jgsMsG|v%Yvj@ MJ6Qt*1DEӢWYhfz>_r)[)N:8~0vScR/nxl|vHo|@={_4naBˬ.YB 2Դ3X@7CHK[5vAum{^vSs4F$1?+uH߽')U;aqG. #"[)hmvmh8 m'3XD;bM6.]sƯZ(&z7eIKƛL@.2 >-f-U|s8 OGJuqs"~M7 6˕mLZ}Fx b얘ri_@J4ܗdu{Wۅj o ?6Zq}C%-c a 5*IedC"8qbvG5e{3D]'U?6ΗF+ىW0Uqp iIu9S* 39Yp#% j x6OS48HkDKq`R$ymco %1]fҡ&b1,jPS?r$j E@p̮,e. :dŐ LqA0>`\kՊ?s S29ŁP5ƹ'![=}:9 JTkBƿ{2;G]1 7D#3QV3#*y0 ǍIC% G "g(:>O7/#_* h9Z=<4o[ӠQiĖ_- #gbE/C5Lk 3==*?0'#ŻJ252#19!?å?j C 1aXF]r M3`- "ɨ|: IK~8 7F* Lb <;$ H(zKI)` <dˍi/ B EIk 1ܞ#<گ5*^0(.ދ>Q=f2t(6 8RL4ԦF"ǿ/'62 ((jҪK (<->Ndz+3 -!+F& $I/%$E Q NI%Mʸ3F -":;ң1j5!NI-l"s6+3#,+g.'=c5:2/ OkB:-Co,꿤=5R3 6M3^%= G;/  DP-ִ8KBc;h 2NU%BI92/b h$,B #D_V$Սp#&*-E T- 1- F%%W6Q! B)W &!)06I" 3 >>(<=(;1 [P ha+ŽK3I+41'1 م2J &2'}'-- ; B@K5+D 1:- 2 1'H7s' 4==#4$˦}01/ /!"'! B 53 7$ ݵt'ۜ$/ݻDP w+C2($ X?@ &η̖.-4 T FG N6,[Ta 66I L<EԽC 9?y2hzK C1ո"= 4#*ə2"!`S5J` !:[.FHP>ud %>_ϻ)`o;$3.-4* ?.-/9&bljU9U()CcP$wVW 6ph("[GIUWs &8{ϽV-%I '(PE^d$c-6qz*=w><#&tSs  VIK ƞYe=H 3LS1 T&:_.^$QR  c賠x`ve.v~J*YZ] ވֶl1/L' ]n睮xXY+N139" )@L 8kl5{QnuGZ=wS Rw&hpݨ`F@^TB)(Bsw@ $oS1^6qkvBBJD<oi픎B 0%s䫱CRSl Јum ;r:utueA@cZ{?ri1mO[)+}i\|_"-{$6a>oAI4S7"ZGI!0%%"=su~z1HiTjwT&>oT2n`&Us |gw5 I?}AֶmbQ}h50`h1DDTBR<1VFƫ\D?~F`;}. GK^\ β1vħ~Z| wRL fd-1 P":H?ݤpo0$BRaIb1o)"ZU&<ˇZW8jDc\-<Ft*잤]WXM6+_l͊u:VQ9_ܪ!U=pFr]83`84a yq%~ƀɯ#L" :߲1Eϫd$iYĉr \F4`^T/XbnOT 7Z6pyao1*7ZZSƎ!pgkp..?tF?r]䎁1LrG 9~-B-UA6~] %3_+y3MSns4s3vtoM|DSӑyد)wP:(r,rʄOPnk/܋OE(3ylm yU^ # g"}ߦR>:#]= D_f%d?c>!v:fVԓi}n8jƈŁ:Hk=VbX>HFjw+I/X^"EN'50|M :_ i5>I e>`|\3t_m:J ~z||>!7X<`,*D`LQ0wk%&<>X㡑*cŽ:7:hYr>$bյFeEU"QMb>@湃[mҟLsg(/T3`|lİM;:jzLV] ,U᝝q"6VخrSE*~YOd^FSkyKI2&?θh(}=dgc[t?ij@e˭uJ#>n}jf8670LWYp `&E S}b9.$: 1k0" <@ ]7r]H7/AYM1'Fh ^ +># Y3+K A'/ 0.(0k%B61 Lb1 M:)J 8,D/HI ,7!.&#,V."'J0 J;J 0/&&6 /6M  1$9((   9$<!""9')- 2C  $@<9:  #-62 & 228 ,  $   - ( 7+  3., 5#'K(6  " %!-08:40" 4)$ & /$A,      ='  &0*# " " 4%3,& $8 )1 (;=#"'% )&7;#0  ! $ )@3'-"  / A>% 0! # & #" !#* 5;) 8;'&0;$' #  +    !  " !  *2 2 $) $ ,(*$# $. ")   $ # &  (  ,$ " %  $#           $       "    !        !                                                               alex.livernaux@(0@, <FPZdn (2 < F P Z d n x TT@NoName          )  '            $&  "                                                               &   !.          +  !$                                                              !   "       &    &    " % $                     ' #                                                                                    ! "    !  #                                      !                                                             "                                                                                                                                                                                                                                                                                                                                                                                       wanadoo.fr(0@, <FPZdn (2 < F P Z d n x  home:(0@, <FPZdn (2 < F P Z d n x l=*rB@NoName                                                                                                                                                                                                                                                                                                                                                                                                                         !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        !http://perso.wanadoo(!.fr/liverneaux(heroes-sound-tracks-1.0/menu.xm0000644004117000411500000061734607141061662012267 Extended Module: FastTracker v2.00 l     @:6a6aalaa !"#$%&'()*+,a-9a8a @YD6@61*8@=1D8=6@98D196@=1D 8=@98D9@ 1 9 = 1 D98=98D8 19@=1D88=9D8D6@1*9@ =1D9=6@89D186@=1D 9=@89D9@ 18=1D99=89D8 18@=1D8@9=@89 @6a1= 5 Ca @6@6= 19@=18=6@98196@=1 8=@989@ 1 9 = 1 98=988 19@=18a8=986@919@=18=6@98196@=1 a8=@989@ 819=198=988 19@=18@a8=@98 @6@619@=18=6@98196@=1 8=@989@ 19=198=988 19@=18a8=986@1919@=18=6@98196@=1 8=@9D8D9@ 19=D1D9a8=98D= B Ca19@=D1D9@8=@9D'8 @#D6@1*8@=1D8=6@98D196@=1D 8=@98D9@ 1 9 = 1 D98=98D8 19@=1D88=9D8D6@1*9@=1D9=6@89D186@=1D a9=@8D9D9@ 18=D1D99=89D8 B B 5 C18@=D1D8B 9=8D'9 @"D6@B B =BD@I=DDI6@EDDB =E6@I=D DI@EDD9@ B =EI=D9DIEDD8 B =E@I=D8DaIEDDD6@B =@E@I=DEI6@DEDB =D6@I=D EI@DED9@ B =DI=D9EIDED1 B =D@I=D1@EaI@DE @+D6@B ==D@I=DDI6@EDDB =E6@I=D DI@EDD1@ B =EI=D1DIEDD9 B =E@I=D8DIEDDD6@B =E@I=DEI6@DEDB =D6@I=D EI@DDED1@ B =DID=D1EIDED9 B B C=aD@ID=D8@B EI@DD'E @"D6@B B =BD@I=DDI6@EDDB =E6@I=D DI@EDD9@ B =EI=D9DIEDD8 B =E@I=D8DaIEDDD6@B =DE@I=DEI6@DEDB =D6@I=D EI@DED9@ B =DI=D9EIDED1 B =D@I=D1@EaI@DE @+D6@B ==D@I=DDI6@EDDB =E6@I=D DI@EDD1@ B =EI=D1DIEDD9 B =E@I=D8DIEDDD6@B =E@I=DEI6@DEDB =D6@I=D EI@DDED1@ B =DID=D1EIDED9 B B C=aD@ID=D8@B EI@DD'E @D6@619@=1D8=6@98D196@=1D 8=@98D9@ 19=1D98=98D8 19@=1D8a8=9D8D6@1919@=1D8=6@98D196@=1D 8=@9D8D9@ 19=D1D9a8=98D= a19@=D1D9@8=@9D'8 @#D6@6B = 1=-9@=1D8=6@98D1a96@=1D 8=@98D9@ 1 9 = 1 D98=98D= 19@=1D9a8=9D8D6@919@=1D8=6@98D196@=1D a8=@98D9@ 819=1D98=98D= 19@=1D9@a8=@98 @ D6@619@=1D8=6@98D196@=1D 8=@98D9@ 19=1D98=98D8 19@=1D8a8=9D8D6@1919@=1D8=6@98D196@=1D 8=@9D8D9@ 1= 5 C9=D1D9a8=98D= a19@=D1D9@8=@9D'8 @D6@6B = =E@I=DDI6@EDD=E6@I=D DI@EDD9@ = E I = D9DIEDD= =E@I=D9aDIEDDD6@9=E@I=DDI6@EDD=E6@I=D aDI@EDD9@ 8=EI=D9DIEDD= =E@I=D9@aDI@ED @D6@6= =E@I=DDI6@EDD=E6@I=D DI@EDD9@ = E I = D9DIEDD= =E@I=D9aDIEDDD6@1=E@I=DDI6@EDD=E6@I=D DI@EDD9@ =EI=D9DIEDD= a=E@I=D9@DI@ED @!D:@:B : 5F=@A5D<A:@=<D5=:@A5D <A@=<D:@ 5 = A 5 D:<A=<D: 5=@A5D:a<A=aD<D:@<5D=@A5D<A:@=<D5=:@A5D <A@=<D:@ 5=A5D:<A=<D: a5=@A5D:@<A@=a< @D:@5: 5A=@A5D<A:@=<D5=:@A5D <A@=<D:@ 5=A5D:<A=<D: 5=@A5D:<A=D<D:@5=@A5D<A:@=<D5=:@A5D <A@=D<D:@ 5=AD5D:<A=<D: a5=@AD5D:@<A@=D'< @D6@6= =E@I=DDI6@EDD=E6@I=D DI@EDD9@ = E I = D9DIEDD= =E@I=D9DIEDDD6@=E@I=DDI6@EDD=E6@I=D DI@EDDD9@ =EID=D9DIEDD= B C=E@ID=D9@DI@ED'D @D:@:B : 5=@A5D<A:@=<D5=:@A5D <A@=<D:@ 5 = A 5 D:<A=<D: 5=@A5D:a<A=D<D:@B 5=@A5<A:@=<5=:@A5 <A@=<:@ 5=A5:<A=<: B C5=@A5:@<A@=< @WD:@5: 5A=@A5D<A:@=<D5=:@A5D <A@=<D:@ 5 = A 5 D:<A=<D: 5=@A5D:<A=D<D:@5=@A5D<A:@=<D5=:@A5D <A@=<D:@ 5=A5D:<A=<D: a5=@A5D:@<A@=< @_D:@: 5=@A5D<A:@=<D5=:@A5D <A@=<D:@ 5 = A 5 D:<A=<D: 5=@A5D:<A=D<D:@B 5=@A5<A:@=<5=:@A5 <A@=D<D:@ 5=AD5D:<A=<D: B Ca5=@AD5D:@<A@=D' < @!D:@:B : 5F=@A5D<A:@=<D5=:@A5D <A@=<D:@ 5 = A 5 D:<A=<D: 5=@A5D:a<A=aD<D:@<5H=@A5D<A:@=<D5=:@A5D <A@=<D:@ 5=A5D:<A=<D: a5=@A5D:@<A@=a< @D6@6B = 19@=1D8=6@98D196@=1D 8=@98D9@ 1 9 = 1 D98=98D= 19@=1D9a8=9D8D6@919@=1D8=6@98D196@=1D a8=@98D9@ 819=1D98=98D= 19@=1D9@a8=@98Alexel / RealTech(0@, <FPZdn (2 < F P Z d n x 4 3@ NoName                                   "  $      "      %     ! 7          #"  #        /!  /  "      4*           '      !                                                                                                                                                                                                  (0@, <FPZdn (2 < F P Z d n x ,,@ NoName      #' 1!/    #3 . #" 6   #'!   2-- &  /'   F 2   & * ' 3  7%"/%H/FC # + .3  $ 7'    0    # ,G- & /, 5    #       ! % % ! #   .0 $     "            "                    !  !     )%        $              $      &  $                 !                          $                                                                                                                                            smp : RolandJv880(0@, <FPZdn (2 < F P Z d n x @       (         !  $ *        &                                            %'' "'           $!'    #         6 '  !                  (   )             %          *   "'    "                                                                                                                        KorgM3r(0@, <FPZdn (2 < F P Z d n x 44@ NoName                                                                                                                                                                                                      TbXXX(0@, <FPZdn (2 < F P Z d n x 0 NoName                  (9<<<<<FPZdn (2 < F P Z d n x ga` synth_2use_2                                                                                                                                                                                                                                                                                                    etc..(0@, <FPZdn (2 < F P Z d n x 33@ NoName      "& .         ! ! "#!        )                '                  !    "   #   " %b  &C ,    5/+ ! *!   *     #$& !   !                                         (<<<<<<FPZdn (2 < F P Z d n x mNN  Synth07.smp2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    (0@, <FPZdn (2 < F P Z d n x G?5NoName  $          (          !&        "       4  '   !%4"*       /     6.   (0  +    $  ; ! 6   .  "0,9. 6    43-* *  G0!.*#,$ 1,/ "   !E =I 9M   $&N21 LA3+J0$ % (   ' >&( 3 -1"  )3;6= *&* $& !  )*-#"    1 &8!9 + G " (+% ! "  .  )> 89"E $ 2 % 1#    8"2#441@$)  6L() %    ! 4  %%/ &% &  1   ,#))#% 2  ,  "- ("$1$  ,-   $ !*  '*+<0  */#  &  =   )!#  " %=%'7 B$ ! $&  &- < .' '(  &  ) # ;   #   .! , $#,6?'4 %+&. - 0    %/  5: 7 ? +," 1 !2( 8' ?/,& A+,& ( > ?' ?::2 5 6 @ 3 $& "* #  & ,!< "" *  # 3)$ &*'0.%2-"  <$ *5   #    # #" -'" & 7   * #  $%  $! (%#%($  +4   33    .)  #6%!! F '& '$S1&   ',/  ! ( 2  !$      # $ 4  '/ !! !  !=  #'0/    ( "     !-,  %!! !+    +  *!  $!          $         (' %         ,'      !(0    ( ,  %       &  % )"      ; 7%          "            "              * !&  @ )        !   %    6%  +  %   &    !$   % (          9  !    -      -!          $ .',      ! #   &       #  ( #  *           !   #  "       '         $ %         %   $% "                                              ( ! *,              &              "               ,                                                                                                                          %                                                                                                                                                                                                                                                                                                  (@=<<<<<FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x :xL:0 Synth07.smp2                                                                                                                                                                                                                                                                                          ( 4<<<<<FPZdn (2 < F P Z d n x 0JAj@  Synth07.smp2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   (0@, <FPZdn (2 < F P Z d n x ?' synth_2use_2 R1 8b%L J, J; H Ƃ  U#      Y (    #    e #   "  }0       ߍ(     !   '    Ŭ '     /  Ͱ!3  3  ,   "   ! *   #     (     *   ) +                                                                                                                                                     (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x  (0@, <FPZdn (2 < F P Z d n x  heroes-sound-tracks-1.0/endscroll.xm0000644004117000411500000121651507141061663013303 Extended Module: nanny (short vers.) FastTracker v2.00   @=0@B96 6a%a  a*060@*$aaaa@ BB0 B B 1%aB= B aaB B 0 B0 B 0aB B %  @}*%6 PBEIB B B 6B0 B G фBB @ B0 B B 0aB = B 0aB B0 B 0 @ BB B0 B @ BB0 B B B 6*B B= B aB B 0 B0 B 0BB % %*B B B B0 BB B0 B B 0aB = B 0B0 B 0 (*BB B0 aBB0 B B 1*B= B aB B 0 B0 B 0BB % **B B B B0 BB B0 B B 0aB = B 0B0 B 0 BB B0 BB0 B B 6*B= B aB B 0 B0 B 0BB % %*B B B B0 BB B0 B B 0aB = B 0B0 B 0 (*BB aB0 BB0 B B 1*B= B aB B 0 B0 B 0B B %  @C*%B B B B0 B G рBB @ B0 B B 0aB = B 0B B0 B 0 @ BB B0 B @ BB0 B B B 6*B B= B aB B 0 B0 B 0BB % %*B B B B0 BB B0 B B 0aB = B 0B0 B 0 (*BB B0 aBB0 B B 1*B= B aB B 0 B0 B 0BB % **B B B B0 BB B0 B B 0aB = B 0B0 B 0 BB B0 BB0 B B 6*B= B aB B 0 B0 B 0BB % %*B B B B0 BB B0 B B 0aB = B 0B0 B 0 (*BB aB0 @ DBB0 B B 1*B= B aB B 0 aaaaB0 B 0aB B %  @**BEIBaB BB0 BB0 aaB B0 **BaB0 BB0 B 6*BaB aB0 B %*BEH?B B0 BB0 aB B0 (*aBB0 a@BB0 B 1*BaaB B0 B**BEIBB B0 BB0 aB B0 **BB0 aBB0 B 6*BaB aB0 B%*?$B B BBaBBBBaaaaBaBB B0 B  @**6 NQU=45B B B %0%4*`B0 %0%BB N%0%B0 B B 0%0%aB = B 0a%0%B0 B 0 %0%**BB %0P%aB0 %0a%@0Q%0%B%0%B0 B a%0%B %0P%6*B= B %0a%aB B 0 %0%aaB0 B 0N%0%BB % a%0%%*4 NSX@B B B %0S%B0 %0%BB %0a%B0 B B 0P%0%aB = B 0a%0%B0 B 0 %0%(*BB %0L%B0 %0a%a%0%BI%0%B0 B a%0%B %0%1*B= B %0L%aB B 0 %0%aaB0 B 0%0a%BB % %0%**6 NQUBB B B %0%B0 %0%BB N%0%B0 B B 0%0%aB = B 0%0%B0 B 0 %0%**BB %0%B0 %0%aa%0%B%0%B0 B %0%B %0%6*B= B %0L%aB B 0 %0a%aaB0 B 0N%0%BB % %0%%*1 NSX;B B B a%0%B0 %0%BB %0I%B0 B B 0%0%aB = B 0%0a%B0 B 0 %0%(*BB Q%0%B0 %0%a%0%B%0%B0 B a%0%B %0%1*@B= B %0P%aB B 0 %0a%aaaB0 B 0%0%B B % %0% @J**6 NQU=P B B B %0%Q$B0 %0%BB N%0%B0 B B 0%0%aB = B 0a%0%B0 B 0 %0%**BB %0P%aB0 %0a%aQ%0%B%0%P$B0 B a%0%aB %0P%6*B= B %0a%aB B 0 %0%aaL$B0 B 0N%0%BB % a%0%%*; NSX@N$B B B %0S%B0 %0%BB %0a%I$B0 B B 0P%0%aB = B 0a%0%B0 B 0 %0%(*L$BB %0L%B0 %0a%a%0%BI%0%B0 B a%0%B %0%1*B= B %0L%aB B 0 %0%aaB0 B 0%0a%BB % %0%**6 NQUBNB B B %0%B0 %0%BB N%0%B0 B B 0%0%a$B = B 0%0%#B0 B 0 %0%**"BB %0%!B0 %0%a a%0%B%0%B0 B %0%B %0%6*B= B %0L%aB B 0 %0a%aaB0 B 0N%0%BB % %0%%*4 NSX;B B B a%0%B0 %0%BB %0I%B0 B B 0%0%aB = B 0%0a%B0 B 0 %0%(*BB Q%0%B0 %0%a@ a%0%B%0%B0 B a%0%B %0%1*@B= B %0P%aB B 0 %0a%aaaB0 B 0%0%B B % %0% @**BEIB@%aB 6PBB0 ƄBDŽB0 ȄaaB  B0  **a@B aB0   90@B B0  B  6*@B aB  aB0  B  %*BEH?aB  B0  BB0 aB B0 (*aBB0 a@BB0 B 1*BaaB B0 B**BEIBB B0 BB0 aB B0 **BB0 aBB0 B 6*BaB aB0 B%*BEH?B B0 BB0 aB B0 (*aBB0 a@BB0 B 1*BaaB B0 B  @2NQUB aB0 BN%0B0 %0B a%0B0 %0B%0P%B0 %0a%aQ%0%B%0%B0 a%0%B %0P%B%0a%B %0%B0 N%0%Ba%0%NSXB %0S%B0 %0%B%0a%B0 P%0%B a%0%B0 %0%B%0L%B0 %0a%%0%BI%0%B0 a%0%B %0%B%0L%B %0%B0 %0a%B%0%NQUB %0%B0 %0%BN%0%B0 %0%B %0%B0 %0%B%0%B0 %0%a%0%B%0%B0 %0%B %0%B%0L%B %0a%B0 N%0%B%0%NSXB a%0%B0 %0%B%0I%B0 %0%B %0a%B0 %0%BQ%0%B0 %0%(%0%B%0%B0 a%0%B %0%;B%0P%B %0a%aaB0 %0%B %0% @**65NQU15=B B B %%1 B0 %%BB N%Q%B0 B B 0%%aaB = B 0a%a%B0 B 0 %%**BB aB0  N%Q% B B0 B aa B 6* B= B a B B 0  aB0 B 0L%P%6 0@ BB % /%* NSX;B B B . B0 - BB ,B0 B B 0+aB = B 0*B0 B 0 )(*BB (B0 'aaa&B%B0 B $B #1*B= B N%K%0"aB B 0 aa!aB0 B 0 BB % **NQU=B B B %%B0 %%BB N%Q%B0 B B 0%%aB = B 0a%a%B0 B 0 %%**BB B0 aN%Q%BB0 B aaB 6*B= B aB B 0 aB0 B 0L%P%BB % %*NSX@B B B B0 BB B0 B B 0aB = B 0B0 B 0 (*BB B0 aaaBB0 B B 1*B= B N%0K%aB B 0 aaaB0 B 0B B %  @**NQU=P B B B %%Q$B0 %%BB N%Q%B0 B B 0%%aB = B 0a%a%B0 B 0 %%**BB aB0 aN%Q%BP$B0 B aaaB 6*B= B aB B 0 aL$B0 B 0L%P%BB % %*NSX;N$B B B B0 BB I$B0 B B 0aB = B 0B0 B 0 (*L$BB B0 aaaBB0 B B 1*B= B N%0K%aB B 0 aaaB0 B 0BB % **NQU=NB B B %%B0 %%BB N%Q%B0 B B 0%%a$B = B 0a%a%#B0 B 0 %%**"BB !B0 a N%Q%BB0 B aaB 6*B= B aB B 0 aB0 B 0L%P%BB % %*NSX@B B B B0 BB B0 B B 0aB = B 0B0 B 0 (*BB B0 a= aaaaBB0 B 1*BB N%K%0aB B 0 aaB0 B 0B B %  @j**ILG6 B B B *B0 *B G рBB *@ B0 B 0a*B B 0*B B0 B 0 **@ BB *B0 *B *@ Ba*B0 *B B *B BB *B B 0 *B0 B 0*BB % %*B B *B0 *BB *B0 B 0a*B B 0* B0 B 0 (*BB *B0 **Ba*B0 *B *BB *B B 0 *B0 B 0*BB % **B B *B0 *BB *B0 B 0a*B B 0*B0 B 0 **BB *B0 **Ba*B0 *B *BB *B B 0 *B0 B 0*BB % %*B B *B0 *BB *B0 B 0a*B B 0*B0 B 0 (*BB *B0 **Ba*B0 *B *BB *B B 0 *B0 B 0*B B %  @g***B B **B0 **BB **B0 B 0a**B B 0**B0 B 0 ***BB **B0 ****B*a*B0 *B *BB *B B 0 **B0 B 0**BB % %**B B **B0 **BB **B0 B 0a**B B 0**B0 B 0 *(*BB **B0 ****B*a*B0 *B *BB *B B 0 **B0 B 0**BB % ***B B **B0 **BB **B0 B 0a**B B 0**B0 B 0 ***BB **B0 ****B*a*B0 *B *BB *B B 0 **B0 B 0**BB % %**B B **B0 **BB **B0 B 0a**B B 0**B0 B 0 *(*BB **B0 **D**B*a*B0 B **B *1*B= B *a*B B 0 **aB0 B 0**B B %  @**L G N @6 B B B B0 B G рBB @ B0 B B 0aB = B 0B B0 B 0 **@ BB a B0 B "@ $B%B0 B B B 6*B B= B aB B 0 aB0 B 0BB % %*K G N BB B B B0 BB B0 B B 0aB = B 0 B0 B 0 (*BB B0 aBB0 B B 1*B= B aB B 0 aB0 B 0BB % **I E L @B B B B0 BB B0 B B 0aB = B 0B0 B 0 **BB B0 aBB0 B B 6*B= B aB B 0 B0 B 0BB % %*B B B B0 BB B0 B B 0aB = B 0B0 B 0 (*aBB B0 aI N G DBB0 B B 1*B= B aB B 0 aB0 B 0B B %  @V**L G N @B B B B0 BB B0 B B 0aB = B 0B0 B 0 **BB aB0 BB0 B B 6*B= B aB B 0 aB0 B 0BB % %*K G N BB B B B0 BB B0 B B 0aB = B 0B0 B 0 (*BB B0 aBB0 B B 1*B= B aB B 0 aB0 B 0BB % **I E L @B B B B0 BB B0 B B 0aB = B 0B0 B 0 **BB B0 aBB0 B B 6*B= B aB B 0 B0 B 0BB % %*B B B B0 BB B0 B B 0aB = B 0B0 B 0 (*aBB B0 aI N G DBB0 B B 1*B= B aB B 0 aB0 B 0B B %  @**L G N @6 B B B GB0 BB B0 B B 0aB = B 0B0 B 0 **BB aB0 BB0 B aB 6*B= B DaB B 0 BaB0 B 0aBB % %*K G N BB B B B0 BB aB0 B B 0aB = B 0@ B0 B 0 (*BB aBB0 aBB0 B B 1*B= B aB B 0 aB0 B 0aBB % **I E L @B B B @B0 BB B0 B B 0aB = B 0B0 B 0 **BB B0 aBB0 B B 6*B= B aB B 0 B0 B 0BB % %*B B B B0 BB B0 B B 0aB = B 0B0 B 0 (*aBB aB0 aI N G DDBB0 B B 1*B= B aB B 0 aB0 B 0aB B %  @**L G N @?B B B @B0 >BB B0 B B 0a=B = B 0B0 B 0 **  (#+ (+$#"-4 &*  *4M$//'+$A+ &'  '(A0%/%K (9  ; !    1.(&1 ! =+    , (/E86& + ( (3( *$*$ ,  3 )-% >     '( '0,#*  $,,  $"     !) 7 ,8 %  !/ %  '   )   , ( (01  + $O ! . 9)H *<),'54% #$ '7 %&" ,'' >+/!  !0 " !$/    (!  *    * '#" .    6(=     ""  *  ,  ;    , " ) -          1    "  '!2 "    (                       ! !              !          !!                        $                                                                                                                                                     .org_(0@, <FPZdn (2 < F P Z d n x hQ9@NoName  DK *!(    6' :) ?' # (%!  $%'    )   '"/ !*'  %0!0 #  ,)8D 7B  9 < 7% 5    ,7*  ,  '%I1 ! "@ .  1,,&0"/$!4 " 3%9!%+%$ #)ϡj6'7 <":E,"( % !! $  *!J 5A 58*?:L(O8    - 2 )# $4 %3"E!.$(%9"6 '. 4 3 '0 /4" 2M+ '(,%' !M% $6 E#% AG"    (* * $" $,'&(# .@"(#"&-F&V̴ a6͢RL%; "B D&<#1# 3$ 0"2/ /%$ !< &طN!! ) ! ()!@(B  &/ >9".A &    >:+D(&,      ?4?; 2 +:"   &6ŰeL7T-+̷'_+ Tf4X7 aRbl9*&3    # &:&% : E( B%"#%ڽ'D5, /<81    #$ .N!< #" /1  )  !)F;85M$;   CN> )3<, )D$  :! A/(O> "8%)67 < F 95 '  !)   $ $+>H#F ! 3&0 /:/߿F''B) /  F$! /7:A+ $!  # A ()- % ,8#$ 1 ""% *& ( (&=%1$ % * :/+:-4 6- A;,)9  *!% 'AJ MLǾH)>.G'&$ 4 $ ;&  &)##&    ) -% 3Bո O "<4*.# 3  #3'8%"*    #"!/  &91)8 &/? 3"L 3 :4  &9;74 .! B "-ӺA45  & 8*"C 1#8  <<* 3). !  "9'", # $(%# <8&$ /$#%5I81O%( ('  50  5$#22  %   3&"  !&. &"8!+B)&,    &2 );    =!JH $G9, . " ! %;H1#$!;E,#)6 /9)(&-  !48 (%   C/.)   $/!% ,  " *+#-+@3&     -!"$2 "'! !    / &1Ұ#)( #  ).$#- : - *%$$       0/%  !  )  + 90  />8 %3&     ),* ##   %  ! $ 53&7. ))4 $ -$'  "6 $        # ' 0.  ('  +   ,(  &$ %%4( - '    & (% =         & / *  )6$ $ ..#% 3#1 A815 0     7   %  $& - % #  )  !    !!   ;    "#*   !%        +' "' !# 1      $ #2    *     ) .&1    $ #)        $    ""    $  )  (    + +  $(   ##      7 (        *       & *$4  '      !   . &( )      ((        )    0       + $ *"#     *                        &   )"            !              #  %                                      #                                             #                                             "                                                                                                                                                                                                                                                                                                                        #                                                                                                            _(0@, <FPZdn (2 < F P Z d n x e1@ NoName Get the full version_(0@, <FPZdn (2 < F P Z d n x tXtX NoName  $"3:"     ! & !,#    #-!/(   !                                                                         here :_(0@, <FPZdn (2 < F P Z d n x  g g@ NoName                            http://perso.wanadoo._(0@, <FPZdn (2 < F P Z d n x aa NoName                                                                                                      fr/liverneaux/_(0@, <FPZdn (2 < F P Z d n x KK@ NoName   5,%5E1Γ=JV"7qI?6.*$3:.Zk愻^227I©y!M#L'843$FW$zAXhrH=v7L5R CG 1=C,1EN %.O+ɧ[=4. ]RO%)0) Q>T'5(/2&WA24&Z,. :-? $Χ,(?   jN  :#,.?D?@24*;* !1? C 2D A,9B  !.4//(%7 >3' 7* 5)   )   40(> E ()  : 4 0 $+  8+" %?   + &  !   64#%'   &&      *    #4              %&           '(  #                                                                           _(@d<<<<FPZdn (2 < F P Z d n x ;0m/                                                                                                                                                                                                                               "   %  " ##" $$ && $( $*#+!*#  +#  *# *#*#)#)"(#  '#  %$ #$  !$   %  $  $   $ '  ' ' &  %  %  "    "            !  !                                                                                                                                                             !#  & (   !(   "+  &*  ()  )( *& )' (%%"$  "                                                                                                                                                                                                                                                                                                                                                                                                          _(@!q<<<<FPZdn (2 < F P Z d n x q f@35.wav                          #" !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        !  $&#"+,) $*+%   (**""   ")+( '(%  "%' ',+%   $-.* $)*&   %))"$#   $'# '*&  ),,%    '((   !'($  "    #'' #'&"  !!**(  "''#   $&&          %&"    $'&"   %'#   !"     !%#    %%"     !$$   "!    !$!  %%!     #&$    "#  !!  "$#     %%!                                                                                                                                                                                                                                                                                                                                                                                                                                                                      $#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     _(@Y<<<<FPZdn (2 < F P Z d n x  @08.wav      #1          $         %4    1+"    &  $%    ( !    *'.$$       "    '     "        '!( &$        3 +" "# % &                                    3   !                  "                    *                       )           &                            _(@ <<<FPZdn (2 < F P Z d n x  NoName "_(@1<<<<FPZdn (2 < F P Z d n x  NoName      )          *                  (  #       "     !                  !. !  ! /    !         '!#   *          4           '          '         /   )/  $       $ &      # -&(      7  %       "7 " #    1    # $ %  9)6$  $!   #     &!  #%) "  '  +"   ' *  4#          0 # . "   20 (!+ #/ !  %,  D'  3  9) + % 3)  9 $!-   ! >   (*/+ K  ' ( -)    ;, "  $#& M  #&)" 8 '    !  0    "    *84(!H    ! "  *(  %,* 1 -  &% +)!     # 4  >$.  2#&  -@!*% "+ 37*0 $3 2(# (?0 5G' %3 $' J "   7, :# (    * 5  $ I   D  A   ! %  "  !  / !       ",-!.0 ' 2  $  ."/   #@ !/ 8  )% %$  ) (   )+  #   #) (')2 ,! 6 $% /) '#  (+()  @ (3  4',"-!( $#+ T ! 2 2" !4   $1(*  # ?!  @     #  )/#  4  ' ,-  6'' !)   #%   +)("> '(  $  % ''$41(!#'-3 $1"# D,;,!  %<   #   %/8 = *۱-4+ /& 2  F,   . (.5%%"# 1- * + *3   ;  >' ? %I3%)& $+  "/  &,'.* )'36?$  (, &4  '% U) +%2A 2** .3 ( $ +   ZG# *6D&)(&$ 3  & "$' $ 1 -0  ( ' 4) && 4# ( (%  9'. !   D *#  KOF"!$$-# 8  !C9$%))'.11 @+& &+4"+=  ? , % *& 63 &( ))#,   ( 3)"$>&6 )? 0 $7+ D &9%&-*!#   $ , *3 (*E2 7 + (&5 . * - 4 " $ *("    !"@ ( %"> &< %  H'D 6 +0O ! < $ ' ,% #0  12  /  2&($ .%&  <9*$), " '! " #)PF/E25* "&   + 8$  !9 . */ 0$:'"  B < F +;! M" @" $ &  !.) 8"$.:)! !;4 /)ԿB"# #,%5%'2 ; !" ( -)  $5/.%1 + #9$ - &,*  &% "( ()"'**- " 1!  /.*&"6'&  !%*  .&.$ 7 (3' (0,D    & & ')#[ > 0 - '8 &   5 !$2  ! *) $ T '  $ !-  1-۾10   '1 :!"  ) !  = 0   *! J2 $#8 1 +% ( $& #(":  >&,0&">#   "  )# - "(* 8' 6).8#"! /.1!'06 ) : # 0   )  : +P.  $ / &% -  * /#,  8  @   %*/# #'6 /+ ;)'   (0: 7  ((0"   :/1 ?  . (&  *($(  ># # C  1     "($    &   .B/ 0-  # # "( %2  ( "    # -   -    #% *. +5     (&"!'+,#3)*& %'   7  &4   #  &$   E&)     0 +%3&  + O   F *1*! %) \ $ ' $ ''.N5& 4 ")   ($D ( 3 I* !$( !$  $+(  # &$   . (5 6,!+ !+ " 0 "   P# 0 7      &+  6  >'   (  ) #&3  ) +   ,  (+)2  $'. L)   ;9!   "13 0 ! ?$   #$ 7" ,%)"  % 3 !   C% 8+ 8  *    ?  $4!  ) &!9  &! *) (1  $%! # :)     $ :$$   ,  $ #   "" ! !# "       ")  5)   .(/   * #>   & # .   ,)5 , (  &$F     & 6' " + %      )&& 0& $   %   ,$*    -*        "    + ,  '  "  , $ ++   4  9  $  1   ? '   3 & - ($   & + &(   "%" %  )  5(       &  #      2 $  ",!&     #   & /  +  ,.#       '    !      '  ##"" ! 0 1*      '+  !!    ,  #         +!  *    , )$   < &    "  !         !  1   "    4   ) #                    '   #1 2 " !     & *      / *  '   &      &#     "1              (   "      * )               !                               &                                         $      #                         $                 $    %                                                                                                                           #                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              _(0@, <FPZdn (2 < F P Z d n x  _(0@6<<<FPZdn (2 < F P Z d n x  _(0@, <FPZdn (2 < F P Z d n x  _(0@, <FPZdn (2 < F P Z d n x  heroes-sound-tracks-1.0/sound.conf0000644004117000411500000000074507141067033012737 HEROES01:heroes01.xm:Corridor 1:Alexel HEROES02:heroes02.xm:Caero:Tnk HEROES03:heroes03.xm:Dark Ages:Alexel HEROES04:heroes04.xm:Corridor 2:Alexel HEROES05:heroes05.xm:Vulcano:Tnk HEROES06:heroes06.xm:Electric Dream:Tnk HEROES07:heroes07.xm:Metal Master:Tnk HEROES08:heroes08.xm:Moon 51:Tnk HEROES09:heroes09.xm:Corridor 3:Alexel HEROES10:heroes10.xm:Sweet Dream:Alexel INTRO:intro.xm:Heroes Intro:Alexel ENDSCROLL:endscroll.xm:Heroes End Scroll:Alexel MENU:menu.xm:Heroes Menu:Alexel