Jump to content

How To Install LEGOLAND on a 64-bit Computer


Mr. Eight-Three-One
 Share

Recommended Posts

Mr. Eight-Three-One

As most of you may know, LEGOLAND is one of those annoying games that is perfectly 32-bit in every regard, except for its installer -- it's 16-bit, which basically means it's impossible to run on a 64-bit computer, regardless of what you try. For the longest time, most people believed the only way to solve this was by installing it from one computer and copying the files to another, but you lose the registry values in the process. I thought about writing an alternate installer, but I can't figure out how to extract any of the files manually. Thanks to the guys at ReactOS though, I found a simple way of doing it.
First, you must copy all of the files from your disc to the hard drive. Now download this file. Extract and place it in the directory where you copied all the game files to, and launch via it. It's basically a 32-bit version of the InstallShield V3 setup program. Install as you typically would, and the game should be good to go! Word of advice though, this is also one of those that ignores the default installation directory and just puts it into C:Program Files instead of C:Program Files (x86), so you may want to fix that. I don't know if that's a quirk with you, but it is for me. Enjoy the game!


gallery_1828_185_16913.png

Link to comment
Share on other sites

ReactOS? That's where I found out info about the 16-bit InstallShields too!

 

Great tutorial, legoking! This is great piece of advice.

 

I thought about writing an alternate installer, but I can't figure out how to extract any of the files manually.

 

As I don't own LEGOLAND, I can't make one myself. However, I can give some pointers. (NOTE: Most oft his applies to Inno Setup only, but some is more general. I have never used NSIS, so I cannot help with that).

 

1: Are there any CAB files on the disc? Look for a CAB and HDR file with a name kinda like 'data1' (so there would be two files: 'data1.cab' and data1.hdr'). You'll need to get a tool to extract that CAB to the harddrive. My Racers Alternate Installer contains a copy of one, and it may work. If there are no CABs, see if the files are sitting uncompressed on the disc.

 

2: If CAB, after copying the two files to the HDD, instruct the installer to pass the command line parameters ([Run] section) to the extractor to extract it. You'll need the CAB name and location, and destination if you copied the CAB to a Temp folder and now Program Files. If uncompressed, the installer simply needs to copy the files to the HDD (LOCOhas both, but the CAB never extracts, thus I pull from the uncompressed files). You use a [Files] section either way.

 

3. Have the installer delete the CAB, HDR, and extractor after installation. [installDelete]

 

4: Have the installer delete the games file upon uninstallation. If the files were uncompressed, all files referenced in [Files] will be deleted. If CAB, make a [uninstallDelete] section that lists all the game files to delete. If the save games are not stored in Program Files, use a wildcard delete (*). If they are, you'll need to add each file that is in the root of the folder, and use a folders type to delete the other stuff. Also add a [Dirs] section to create the Save folder, or it will be automatically uninstalled (odd, but true).

 

5: If the game has an option to install videos, or has multiple releases with different files, you'll need to delete those files depending on the circumstance. If you recreate the videos option, you'll need to delete the videos upon installation. If multiple files, the non-standard files will need to be deleted upon uninstallation. I find the best way to do this is to have a hard-coded Python EXE(s) to delete them, unless you know/want to learn Pascal.

 

6: Multiple installation types (use CD, don't use CD) can be tricky to set up, depending on the disc layout and files to be/not to be installed.

 

Some installers that example this list would be my Racers alternate installer, which has CABs, videos, ICD, and saves, and my Island one, showing the multiple installation types and uncompressed files.

Link to comment
Share on other sites

Mr. Eight-Three-One

Thanks!

Actually the games you wrote installers for don't have 16-bit installers, otherwise they would outright refuse to launch and throw up an error "The program or feature [Game] cannot be run due to incompatibility with 64-bit versions of Windows. Please contact the software vendor to see if an updated version is available." Lego Racers 1 and 2 as well as Loco have 32-bit installers, they're probably just not cooperating well with newer computers.

This game has CAB files, but only for DirectX. The game files are packaged in some incomprehensible file format. The movies are the only easy thing to find. Until someone has trouble with this method though, I think it's pretty unneeded.

Link to comment
Share on other sites

Thanks!

Actually the games you wrote installers for don't have 16-bit installers, otherwise they would outright refuse to launch and throw up an error "The program or feature [Game] cannot be run due to incompatibility with 64-bit versions of Windows. Please contact the software vendor to see if an updated version is available." Lego Racers 1 and 2 as well as Loco have 32-bit installers, they're probably just not cooperating well with newer computers.

This game has CAB files, but only for DirectX. The game files are packaged in some incomprehensible file format. The movies are the only easy thing to find. Until someone has trouble with this method though, I think it's pretty unneeded.

 

You're welcome.

 Actually (here we go, back and forth :P), they do have 16-bit installers. As I wrote on my alternate installers topic:

 

What does this mean, and how does the relate to the installation failures? Simple.

_INST32I.EX_ is a helper file, which takes 16-bit commands and translate them to 32-bit commands for 32-bit Windows. On 64-bit Windows,

32-bit commands are handled by WoW64. So when the installer is launched, _INST32I.EX_ translates the 16-bit commands to 32-bit, WoW64

translates the 32-bit commands to 64-bit, and because of this constant translation, the installer stalls while Windows figures out what to do

with it. It's like what happens when you get stuck in rush-hour traffic.

 

That _INST32I.EX_ file is just picky(er) with some games and computers.

 

That... is a weird layout. I have no idea. Like I said, since I don't own LEGOLAND, I can't take a look at it.

Link to comment
Share on other sites

Mr. Eight-Three-One

Even if it does though, the SETUP.EXE files are 32-bit in those games. Here, it's a 16-bit EXE. As in, you could theoretically launch it in Windows 3.1 (though it will just gripe at you and say it doesn't support it). With LEGO Racers and LOCO, it will just say "Error Code: 21" when you launch it Windows 3.1, which means it's 32-bit and doesn't know what to do with it. 64-bit versions of Windows dropped all support for 16-bit EXEs though, and thus it refuses to launch under every circumstance, no matter what compatibility mode or workaround you try. As such, LEGOLAND will not install natively without this modification. This game isn't alone either, a LOT of old games have this problem. The older Humongous games have a unique situation where their EXEs are 16-bit, but they do nothing except launch another EXE in disguise as a different extension (the W32 file) -- but they had every reason, they were able to run on Windows 3.1!

  • Like 2
Link to comment
Share on other sites

Nothing pops up. It's running in Process Explorer and it creates temp files in the disc folder, but there's no install window.

 

EDIT: Disregard. It took the installer 20 minutes to cache the files.

Link to comment
Share on other sites

Mr. Eight-Three-One

I already covered this above, but...

The Humongous games are actually made to play off the disc rather than be installed. Thankfully there's a different way for those -- copy the game files to your hard drive, delete the EXE, and rename the W32 to an EXE. That should work.

There are other games where this trick will work though; SimCity 2000 for Windows is one of them.

  • Like 1
Link to comment
Share on other sites

eagleeyedan

I already covered this above, but...

The Humongous games are actually made to play off the disc rather than be installed. Thankfully there's a different way for those -- copy the game files to your hard drive, delete the EXE, and rename the W32 to an EXE. That should work.

There are other games where this trick will work though; SimCity 2000 for Windows is one of them.

Awesome thanks :D Got Spy Fox working again. Ahh, good old times :)

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...
  • 4 weeks later...

OK, so I know own LEGOLAND. As you said, the installer is 16-bit, and the download you linked should install it. It did, and I got a complete log of the actions it took in the process so I can write an alternate installer. However, I'm a bit confused by what you said:

 

This game has CAB files, but only for DirectX. The game files are packaged in some incomprehensible file format. The movies are the only easy thing to find

 

My files are uncompressed, and are lying on the disc. Does your disc layout look like this, and if not, can you provide an image and/or a file tree?

 

gallery_2686_215_71088.png

 

C:/LEGOLANDautorun.bmp
C:/LEGOLANDAutorun.exe
C:/LEGOLANDAutorun.inf
C:/LEGOLANDBillund.avi
C:/LEGOLANDCalifornia.avi
C:/LEGOLANDcfgmgr32.dll
C:/LEGOLANDdirectx.cab
C:/LEGOLANDdirectx.inf
C:/LEGOLANDdna.avi
C:/LEGOLANDdsetup.dll
C:/LEGOLANDdsetup32.dll
C:/LEGOLANDdxsetup.exe
C:/LEGOLANDegypt.avi
C:/LEGOLANDEreg.Bin
C:/LEGOLANDereg01.ini
C:/LEGOLANDereg3201.dll
C:/LEGOLANDERegUI.ini
C:/LEGOLANDeregui32.dll
C:/LEGOLANDERHttp01.dll
C:/LEGOLANDfilelist.py
C:/LEGOLANDGraphics1.res
C:/LEGOLANDGraphics2.res
C:/LEGOLANDHTTP01.ini
C:/LEGOLANDINCA.AVI
C:/LEGOLANDInstallerDump.CSV
C:/LEGOLANDIntro.avi
C:/LEGOLANDISDBGN.DLL
C:/LEGOLANDLegoland.res
C:/LEGOLANDlmi.avi
C:/LEGOLANDLogo.bmp
C:/LEGOLANDlose.avi
C:/LEGOLANDmain.z
C:/LEGOLANDMedieval.avi
C:/LEGOLANDMYIr50_32.dll
C:/LEGOLANDreadme.txt
C:/LEGOLANDRegBody.txt
C:/LEGOLANDRegFax.txt
C:/LEGOLANDRegINet.txt
C:/LEGOLANDRegmail.txt
C:/LEGOLANDRegrcrd.txt
C:/LEGOLANDREGSVR32.EXE
C:/LEGOLANDRegXmit.txt
C:/LEGOLANDRRaiders.avi
C:/LEGOLANDsetup.bmp
C:/LEGOLANDSETUP.EXE
C:/LEGOLANDSETUP.INI
C:/LEGOLANDSETUP.INS
C:/LEGOLANDSETUP.ISS
C:/LEGOLANDsetup.pkg
C:/LEGOLANDsetup32.exe
C:/LEGOLANDsetupapi.dll
C:/LEGOLANDSPIDER.AVI
C:/LEGOLANDwestern.avi
C:/LEGOLANDwin.avi
C:/LEGOLANDWindsor.avi
C:/LEGOLAND_INST32I.EX_
C:/LEGOLAND_ISDEL.EXE
C:/LEGOLAND_setup.001
C:/LEGOLAND_SETUP.DLL
C:/LEGOLAND_setup.lib
C:/LEGOLANDINDEOiv5setup.exe
C:/LEGOLANDSpeechabu sim.wav
C:/LEGOLANDSpeechabu simz.wav
C:/LEGOLANDSpeechanubis.wav
C:/LEGOLANDSpeechanubisz.wav
C:/LEGOLANDSpeechballoonz.wav
C:/LEGOLANDSpeechballoonzZ.wav
C:/LEGOLANDSpeechbank.wav
C:/LEGOLANDSpeechbankz.wav
C:/LEGOLANDSpeechbarrel.wav
C:/LEGOLANDSpeechbarrelz.wav
C:/LEGOLANDSpeechbarrow.wav
C:/LEGOLANDSpeechbarrowz.wav
C:/LEGOLANDSpeechbig oblisk.wav
C:/LEGOLANDSpeechbig obliskz.wav
C:/LEGOLANDSpeechboating school mermaid.wav
C:/LEGOLANDSpeechboating school mermaidz.wav
C:/LEGOLANDSpeechboating school water.wav
C:/LEGOLANDSpeechboating school waterz.wav
C:/LEGOLANDSpeechboating school.wav
C:/LEGOLANDSpeechboating schoolz.wav
C:/LEGOLANDSpeechboating school_01.wav
C:/LEGOLANDSpeechBriefing tutorial five_01.wav
C:/LEGOLANDSpeechbriefing tutorial five_02.wav
C:/LEGOLANDSpeechbriefing tutorial four_01.wav
C:/LEGOLANDSpeechbriefing tutorial four_02.wav
C:/LEGOLANDSpeechbriefing tutorial one_01.wav
C:/LEGOLANDSpeechbriefing tutorial one_02.wav
C:/LEGOLANDSpeechbriefing tutorial three_01.wav
C:/LEGOLANDSpeechbriefing tutorial three_02.wav
C:/LEGOLANDSpeechBRIEFING TUTORIAL TWO_01.wav
C:/LEGOLANDSpeechBRIEFING TUTORIAL TWO_02.wav
C:/LEGOLANDSpeechbush 1.wav
C:/LEGOLANDSpeechbush 1z.wav
C:/LEGOLANDSpeechbush 2.wav
C:/LEGOLANDSpeechbush 2z.wav
C:/LEGOLANDSpeechcacti 1.wav
C:/LEGOLANDSpeechcacti 1z.wav
C:/LEGOLANDSpeechcacti 2.wav
C:/LEGOLANDSpeechcacti 2z.wav
C:/LEGOLANDSpeechcacti 3.wav
C:/LEGOLANDSpeechcacti 3z.wav
C:/LEGOLANDSpeechcactus 1.wav
C:/LEGOLANDSpeechcactus 1z.wav
C:/LEGOLANDSpeechcactus 2.wav
C:/LEGOLANDSpeechcactus 2z.wav
C:/LEGOLANDSpeechcactus 3.wav
C:/LEGOLANDSpeechcactus 3z.wav
C:/LEGOLANDSpeechcarousel.wav
C:/LEGOLANDSpeechcarouselz.wav
C:/LEGOLANDSpeechcastle bbq.wav
C:/LEGOLANDSpeechcastle bbqz.wav
C:/LEGOLANDSpeechCASTLE FOOD_01.wav
C:/LEGOLANDSpeechcastle level 1.wav
C:/LEGOLANDSpeechcastle level 1z.wav
C:/LEGOLANDSpeechcastle obj.wav
C:/LEGOLANDSpeechcastle objz.wav
C:/LEGOLANDSpeechcastle tree 1.wav
C:/LEGOLANDSpeechcastle tree 1z.wav
C:/LEGOLANDSpeechcastle tree 2.wav
C:/LEGOLANDSpeechcastle tree 2z.wav
C:/LEGOLANDSpeechcastle tree 3.wav
C:/LEGOLANDSpeechcastle tree 3z.wav
C:/LEGOLANDSpeechcastle well.wav
C:/LEGOLANDSpeechcastle wellz.wav
C:/LEGOLANDSpeechcatapult.wav
C:/LEGOLANDSpeechcatapultz.wav
C:/LEGOLANDSpeechchuck wagon.wav
C:/LEGOLANDSpeechchuck wagonz.wav
C:/LEGOLANDSpeechCOASTER POWER CUT_01.wav
C:/LEGOLANDSpeechCONGRATS GAME LEVEL EIGHT_01.wav
C:/LEGOLANDSpeechCONGRATS GAME LEVEL FIVE_01.wav
C:/LEGOLANDSpeechCONGRATS GAME LEVEL FOUR_01.wav
C:/LEGOLANDSpeechCONGRATS GAME LEVEL NINE_01.wav
C:/LEGOLANDSpeechCONGRATS GAME LEVEL ONE_01.wav
C:/LEGOLANDSpeechCONGRATS GAME LEVEL SEVEN_01.wav
C:/LEGOLANDSpeechCONGRATS GAME LEVEL SIX_01.wav
C:/LEGOLANDSpeechCONGRATS GAME LEVEL TEN_01.wav
C:/LEGOLANDSpeechCONGRATS GAME LEVEL THREE_01.wav
C:/LEGOLANDSpeechCONGRATS GAME LEVEL TWO_01.wav
C:/LEGOLANDSpeechCONGRATS TUTORIAL FIVE_01.wav
C:/LEGOLANDSpeechCONGRATS TUTORIAL FOUR_01.wav
C:/LEGOLANDSpeechCONGRATS TUTORIAL ONE_01.wav
C:/LEGOLANDSpeechCONGRATS TUTORIAL THREE_01.wav
C:/LEGOLANDSpeechCONGRATS TUTORIAL TWO_01.wav
C:/LEGOLANDSpeechcopters.wav
C:/LEGOLANDSpeechcoptersz.wav
C:/LEGOLANDSpeechcroctree.wav
C:/LEGOLANDSpeechcroctreez.wav
C:/LEGOLANDSpeechcrystal power station.wav
C:/LEGOLANDSpeechcrystal power stationz.wav
C:/LEGOLANDSpeechdino big.wav
C:/LEGOLANDSpeechdino bigz.wav
C:/LEGOLANDSpeechdino mini.wav
C:/LEGOLANDSpeechdino miniz.wav
C:/LEGOLANDSpeechdino small.wav
C:/LEGOLANDSpeechdino smallz.wav
C:/LEGOLANDSpeechdriving school pumps.wav
C:/LEGOLANDSpeechdriving school pumpsz.wav
C:/LEGOLANDSpeechdriving school roads.wav
C:/LEGOLANDSpeechdriving school roadsz.wav
C:/LEGOLANDSpeechdriving school.wav
C:/LEGOLANDSpeechdriving schoolz.wav
C:/LEGOLANDSpeechearth slide ride.wav
C:/LEGOLANDSpeechearth slide ridez.wav
C:/LEGOLANDSpeechegypt gatez.wav
C:/LEGOLANDSpeechegyptian statue.wav
C:/LEGOLANDSpeechegyptian statuez.wav
C:/LEGOLANDSpeechend level_01.wav
C:/LEGOLANDSpeechentrance 1.wav
C:/LEGOLANDSpeechentrance 1z.wav
C:/LEGOLANDSpeechexplorers institute.wav
C:/LEGOLANDSpeechexplorers institutez.wav
C:/LEGOLANDSpeechFINAL LEVEL OBJECTIVES_01.wav
C:/LEGOLANDSpeechFINAL OBJECTIVE GAME LEVEL NINE_01.wav
C:/LEGOLANDSpeechFINAL OBJECTIVE GAME LEVEL NINE_02.wav
C:/LEGOLANDSpeechfirst ride_01.wav
C:/LEGOLANDSpeechFIXED BRIDGE MESSAGE ONE_01.wav
C:/LEGOLANDSpeechFIXED BRIDGE MESSAGE TWO_01.wav
C:/LEGOLANDSpeechfixed bridge message_02.wav
C:/LEGOLANDSpeechflower bed 1.wav
C:/LEGOLANDSpeechflower bed 1z.wav
C:/LEGOLANDSpeechflower bed 2.wav
C:/LEGOLANDSpeechflower bed 2z.wav
C:/LEGOLANDSpeechflower bed 3.wav
C:/LEGOLANDSpeechflower bed 3z.wav
C:/LEGOLANDSpeechflower bed 4.wav
C:/LEGOLANDSpeechflower bed 4z.wav
C:/LEGOLANDSpeechflowers.wav
C:/LEGOLANDSpeechflowersz.wav
C:/LEGOLANDSpeechfoodcart drink.wav
C:/LEGOLANDSpeechfoodcart drinkz.wav
C:/LEGOLANDSpeechfoodcart food.wav
C:/LEGOLANDSpeechfoodcart foodz.wav
C:/LEGOLANDSpeechfoodcart icecream.wav
C:/LEGOLANDSpeechfoodcart icecreamz.wav
C:/LEGOLANDSpeechfort.wav
C:/LEGOLANDSpeechfortz.wav
C:/LEGOLANDSpeechfountain 1.wav
C:/LEGOLANDSpeechfountain 1z.wav
C:/LEGOLANDSpeechfountain 2.wav
C:/LEGOLANDSpeechfountain 2z.wav
C:/LEGOLANDSpeechfountain 3.wav
C:/LEGOLANDSpeechfountain 3z.wav
C:/LEGOLANDSpeechGAME LEVEL EIGHT HINTS_01.wav
C:/LEGOLANDSpeechGAME LEVEL EIGHT HINTS_02.wav
C:/LEGOLANDSpeechGAME LEVEL EIGHT HINTS_03.wav
C:/LEGOLANDSpeechGAME LEVEL EIGHT HINTS_04.wav
C:/LEGOLANDSpeechGAME LEVEL EIGHT HINTS_05.wav
C:/LEGOLANDSpeechGAME LEVEL EIGHT_01.wav
C:/LEGOLANDSpeechGAME LEVEL EIGHT_02.wav
C:/LEGOLANDSpeechGAME LEVEL FIVE HINTS_01.wav
C:/LEGOLANDSpeechGAME LEVEL FIVE HINTS_02.wav
C:/LEGOLANDSpeechGAME LEVEL FIVE HINTS_03.wav
C:/LEGOLANDSpeechGAME LEVEL FIVE HINTS_04.wav
C:/LEGOLANDSpeechGAME LEVEL FIVE HINTS_05.wav
C:/LEGOLANDSpeechGAME LEVEL FIVE HINTS_06.wav
C:/LEGOLANDSpeechGAME LEVEL FIVE HINTS_07.wav
C:/LEGOLANDSpeechgame level five_01.wav
C:/LEGOLANDSpeechgame level five_02.wav
C:/LEGOLANDSpeechGAME LEVEL FOUR HINTS_01.wav
C:/LEGOLANDSpeechGAME LEVEL FOUR HINTS_02.wav
C:/LEGOLANDSpeechGAME LEVEL FOUR HINTS_03.wav
C:/LEGOLANDSpeechGAME LEVEL FOUR HINTS_04.wav
C:/LEGOLANDSpeechGAME LEVEL FOUR HINTS_05.wav
C:/LEGOLANDSpeechGAME LEVEL FOUR HINTS_06.wav
C:/LEGOLANDSpeechgame level four_01.wav
C:/LEGOLANDSpeechgame level four_02.wav
C:/LEGOLANDSpeechGAME LEVEL FOUR_03.wav
C:/LEGOLANDSpeechGAME LEVEL NINE HINTS_01.wav
C:/LEGOLANDSpeechGAME LEVEL NINE HINTS_02.wav
C:/LEGOLANDSpeechGAME LEVEL NINE HINTS_03.wav
C:/LEGOLANDSpeechGAME LEVEL NINE HINTS_04.wav
C:/LEGOLANDSpeechGAME LEVEL NINE HINTS_05.wav
C:/LEGOLANDSpeechGAME LEVEL NINE HINTS_06.wav
C:/LEGOLANDSpeechGAME LEVEL NINE HINTS_07.wav
C:/LEGOLANDSpeechGAME LEVEL NINE HINTS_08.wav
C:/LEGOLANDSpeechGAME LEVEL NINE HINTS_09.wav
C:/LEGOLANDSpeechGAME LEVEL NINE_01.wav
C:/LEGOLANDSpeechGAME LEVEL NINE_02.wav
C:/LEGOLANDSpeechGAME LEVEL NINE_03.wav
C:/LEGOLANDSpeechGAME LEVEL ONE HINTS_01.wav
C:/LEGOLANDSpeechGAME LEVEL ONE HINTS_02.wav
C:/LEGOLANDSpeechGAME LEVEL ONE HINTS_03.wav
C:/LEGOLANDSpeechGAME LEVEL ONE HINTS_04.wav
C:/LEGOLANDSpeechGAME LEVEL ONE HINTS_05.wav
C:/LEGOLANDSpeechGAME LEVEL ONE HINTS_06.wav
C:/LEGOLANDSpeechGAME LEVEL ONE HINTS_07.wav
C:/LEGOLANDSpeechGAME LEVEL ONE HINTS_08.wav
C:/LEGOLANDSpeechGAME LEVEL ONE HINTS_09.wav
C:/LEGOLANDSpeechgame level one_01.wav
C:/LEGOLANDSpeechgame level one_02.wav
C:/LEGOLANDSpeechGAME LEVEL SEVEN HINTS_01.wav
C:/LEGOLANDSpeechGAME LEVEL SEVEN HINTS_02.wav
C:/LEGOLANDSpeechGAME LEVEL SEVEN HINTS_03.wav
C:/LEGOLANDSpeechGAME LEVEL SEVEN HINTS_04.wav
C:/LEGOLANDSpeechGAME LEVEL SEVEN HINTS_05.wav
C:/LEGOLANDSpeechGAME LEVEL SEVEN HINTS_06.wav
C:/LEGOLANDSpeechGAME LEVEL SEVEN HINTS_07.wav
C:/LEGOLANDSpeechGAME LEVEL SEVEN_01.wav
C:/LEGOLANDSpeechGAME LEVEL SEVEN_02.wav
C:/LEGOLANDSpeechGAME LEVEL SIX HINTS_01.wav
C:/LEGOLANDSpeechGAME LEVEL SIX HINTS_02.wav
C:/LEGOLANDSpeechGAME LEVEL SIX HINTS_03.wav
C:/LEGOLANDSpeechGAME LEVEL SIX HINTS_04.wav
C:/LEGOLANDSpeechGAME LEVEL SIX HINTS_05.wav
C:/LEGOLANDSpeechGAME LEVEL SIX HINTS_06.wav
C:/LEGOLANDSpeechGAME LEVEL SIX_01.wav
C:/LEGOLANDSpeechGAME LEVEL SIX_02.wav
C:/LEGOLANDSpeechGAME LEVEL TEN HINTS_01.wav
C:/LEGOLANDSpeechGAME LEVEL TEN HINTS_02.wav
C:/LEGOLANDSpeechGAME LEVEL TEN HINTS_03.wav
C:/LEGOLANDSpeechGAME LEVEL TEN HINTS_04.wav
C:/LEGOLANDSpeechGAME LEVEL TEN_01.wav
C:/LEGOLANDSpeechGAME LEVEL TEN_02.wav
C:/LEGOLANDSpeechGAME LEVEL TEN_03.wav
C:/LEGOLANDSpeechGAME LEVEL THREE HINTS_01.wav
C:/LEGOLANDSpeechGAME LEVEL THREE HINTS_02.wav
C:/LEGOLANDSpeechGAME LEVEL THREE HINTS_03.wav
C:/LEGOLANDSpeechGAME LEVEL THREE HINTS_04.wav
C:/LEGOLANDSpeechGAME LEVEL THREE HINTS_05.wav
C:/LEGOLANDSpeechGAME LEVEL THREE HINTS_06.wav
C:/LEGOLANDSpeechGAME LEVEL THREE HINTS_07.wav
C:/LEGOLANDSpeechGAME LEVEL THREE HINTS_08.wav
C:/LEGOLANDSpeechGAME LEVEL THREE HINTS_09.wav
C:/LEGOLANDSpeechgame level three_01.wav
C:/LEGOLANDSpeechGAME LEVEL THREE_02.wav
C:/LEGOLANDSpeechGAME LEVEL TWO HINTS_01.wav
C:/LEGOLANDSpeechGAME LEVEL TWO HINTS_02.wav
C:/LEGOLANDSpeechGAME LEVEL TWO HINTS_03.wav
C:/LEGOLANDSpeechGAME LEVEL TWO HINTS_04.wav
C:/LEGOLANDSpeechGAME LEVEL TWO HINTS_05.wav
C:/LEGOLANDSpeechGAME LEVEL TWO HINTS_06.wav
C:/LEGOLANDSpeechGAME LEVEL TWO HINTS_07.wav
C:/LEGOLANDSpeechgame level two_01.wav
C:/LEGOLANDSpeechgame level two_02.wav
C:/LEGOLANDSpeechGAME ONE HINTS_01.wav
C:/LEGOLANDSpeechGAME ONE HINTS_02.wav
C:/LEGOLANDSpeechGAME ONE HINTS_03.wav
C:/LEGOLANDSpeechGAME ONE HINTS_04.wav
C:/LEGOLANDSpeechGAME ONE HINTS_05.wav
C:/LEGOLANDSpeechGAME ONE HINTS_06.wav
C:/LEGOLANDSpeechGAME ONE HINTS_07.wav
C:/LEGOLANDSpeechGAME SIX HINTS_01.wav
C:/LEGOLANDSpeechGAME SIX HINTS_02.wav
C:/LEGOLANDSpeechGAME SIX HINTS_03.wav
C:/LEGOLANDSpeechGAME SIX HINTS_04.wav
C:/LEGOLANDSpeechGAME SIX HINTS_05.wav
C:/LEGOLANDSpeechGAME SIX HINTS_06.wav
C:/LEGOLANDSpeechGAME TEN HINTS_01.wav
C:/LEGOLANDSpeechGAME TEN HINTS_03.wav
C:/LEGOLANDSpeechGAME TEN HINTS_04.wav
C:/LEGOLANDSpeechgeneral store.wav
C:/LEGOLANDSpeechgeneral storez.wav
C:/LEGOLANDSpeechgold rush.wav
C:/LEGOLANDSpeechgold rushz.wav
C:/LEGOLANDSpeechGOOD PARK_01.wav
C:/LEGOLANDSpeechHEAT WAVE_01.wav
C:/LEGOLANDSpeechhedge.wav
C:/LEGOLANDSpeechhedgez.wav
C:/LEGOLANDSpeechHUNGER_01.wav
C:/LEGOLANDSpeechjail cell.wav
C:/LEGOLANDSpeechjail cellz.wav
C:/LEGOLANDSpeechjoust.wav
C:/LEGOLANDSpeechjoustz.wav
C:/LEGOLANDSpeechjungle cruise monkey bridge.wav
C:/LEGOLANDSpeechjungle cruise monkey bridgez.wav
C:/LEGOLANDSpeechjungle cruise monkey fish.wav
C:/LEGOLANDSpeechjungle cruise monkey fishz.wav
C:/LEGOLANDSpeechjungle cruise monkey tree.wav
C:/LEGOLANDSpeechjungle cruise monkey treez.wav
C:/LEGOLANDSpeechjungle cruise water.wav
C:/LEGOLANDSpeechjungle cruise waterz.wav
C:/LEGOLANDSpeechjungle cruise.wav
C:/LEGOLANDSpeechjungle cruisez.wav
C:/LEGOLANDSpeechjungle cruise_01.wav
C:/LEGOLANDSpeechkeep.wav
C:/LEGOLANDSpeechkeepz.wav
C:/LEGOLANDSpeechlego media shop.wav
C:/LEGOLANDSpeechLEGO media shopz.wav
C:/LEGOLANDSpeechlego shop 1.wav
C:/LEGOLANDSpeechLEGO shop 1z.wav
C:/LEGOLANDSpeechlego shop 2.wav
C:/LEGOLANDSpeechLEGO shop 2z.wav
C:/LEGOLANDSpeechlog flume csaw.wav
C:/LEGOLANDSpeechlog flume CSAWz.wav
C:/LEGOLANDSpeechlog flume drop.wav
C:/LEGOLANDSpeechlog flume dropz.wav
C:/LEGOLANDSpeechlog flume entrance.wav
C:/LEGOLANDSpeechlog flume entrancez.wav
C:/LEGOLANDSpeechlog flume hold up.wav
C:/LEGOLANDSpeechlog flume hold upz.wav
C:/LEGOLANDSpeechlog flume special corner 1.wav
C:/LEGOLANDSpeechlog flume special corner 1z.wav
C:/LEGOLANDSpeechlog flume special corner 2.wav
C:/LEGOLANDSpeechlog flume special corner 2z.wav
C:/LEGOLANDSpeechlog flume special corner 3.wav
C:/LEGOLANDSpeechlog flume special corner 3z.wav
C:/LEGOLANDSpeechlog flume special corner 4.wav
C:/LEGOLANDSpeechlog flume special corner 4z.wav
C:/LEGOLANDSpeechlog flume track.wav
C:/LEGOLANDSpeechlog flume trackz.wav
C:/LEGOLANDSpeechlog flume tunnel.wav
C:/LEGOLANDSpeechlog flume tunnelz.wav
C:/LEGOLANDSpeechLOG FLUME_01.wav
C:/LEGOLANDSpeechLOSE_01.wav
C:/LEGOLANDSpeechmechanics hut.wav
C:/LEGOLANDSpeechmechanics hutz.wav
C:/LEGOLANDSpeechmini pine tree.wav
C:/LEGOLANDSpeechmini pine treez.wav
C:/LEGOLANDSpeechminiland australia.wav
C:/LEGOLANDSpeechminiland australiaz.wav
C:/LEGOLANDSpeechminiland denmark.wav
C:/LEGOLANDSpeechminiland denmarkz.wav
C:/LEGOLANDSpeechminiland egypt.wav
C:/LEGOLANDSpeechminiland egyptz.wav
C:/LEGOLANDSpeechminiland france.wav
C:/LEGOLANDSpeechminiland francez.wav
C:/LEGOLANDSpeechminiland holland.wav
C:/LEGOLANDSpeechminiland hollandz.wav
C:/LEGOLANDSpeechminiland india.wav
C:/LEGOLANDSpeechminiland indiaz.wav
C:/LEGOLANDSpeechminiland italy.wav
C:/LEGOLANDSpeechminiland italyz.wav
C:/LEGOLANDSpeechminiland london.wav
C:/LEGOLANDSpeechminiland londonz.wav
C:/LEGOLANDSpeechminiland new york.wav
C:/LEGOLANDSpeechminiland new yorkz.wav
C:/LEGOLANDSpeechminiland san francisco.wav
C:/LEGOLANDSpeechminiland san franciscoz.wav
C:/LEGOLANDSpeechminiland washington.wav
C:/LEGOLANDSpeechminiland washingtonz.wav
C:/LEGOLANDSpeechmoney_01.wav
C:/LEGOLANDSpeechmoney_02.wav
C:/LEGOLANDSpeechmonktree.wav
C:/LEGOLANDSpeechmonktreez.wav
C:/LEGOLANDSpeechOBJLIST10_01.wav
C:/LEGOLANDSpeechOBJLIST10_02.wav
C:/LEGOLANDSpeechOBJLIST10_03.wav
C:/LEGOLANDSpeechOBJLIST10_04.wav
C:/LEGOLANDSpeechOBJLIST10_05.wav
C:/LEGOLANDSpeechOBJLIST10_06.wav
C:/LEGOLANDSpeechOBJLIST10_07.wav
C:/LEGOLANDSpeechOBJLIST10_08.wav
C:/LEGOLANDSpeechOBJLIST10_09.wav
C:/LEGOLANDSpeechOBJLIST10_10.wav
C:/LEGOLANDSpeechOBJLIST10_11.wav
C:/LEGOLANDSpeechOBJLIST10_12.wav
C:/LEGOLANDSpeechOBJLIST10_13.wav
C:/LEGOLANDSpeechOBJLIST10_14.wav
C:/LEGOLANDSpeechOBJLIST10_15.wav
C:/LEGOLANDSpeechOBJLIST10_16.wav
C:/LEGOLANDSpeechOBJLIST10_17.wav
C:/LEGOLANDSpeechOBJLIST10_18.wav
C:/LEGOLANDSpeechOBJLIST10_19.wav
C:/LEGOLANDSpeechOBJLIST10_20.wav
C:/LEGOLANDSpeechOBJLIST10_21.wav
C:/LEGOLANDSpeechOBJLIST10_22.wav
C:/LEGOLANDSpeechOBJLIST10_23.wav
C:/LEGOLANDSpeechOBJLIST10_24.wav
C:/LEGOLANDSpeechOBJLIST10_25.wav
C:/LEGOLANDSpeechOBJLIST10_26.wav
C:/LEGOLANDSpeechOBJLIST10_27.wav
C:/LEGOLANDSpeechOBJLIST10_28.wav
C:/LEGOLANDSpeechOBJLIST10_29.wav
C:/LEGOLANDSpeechOBJLIST10_30.wav
C:/LEGOLANDSpeechOBJLIST10_31.wav
C:/LEGOLANDSpeechOBJLIST10_32.wav
C:/LEGOLANDSpeechOBJLIST10_33.wav
C:/LEGOLANDSpeechOBJLIST10_34.wav
C:/LEGOLANDSpeechOBJLIST10_35.wav
C:/LEGOLANDSpeechOBJLIST10_36.wav
C:/LEGOLANDSpeechOBJLIST11_01.wav
C:/LEGOLANDSpeechOBJLIST11_02.wav
C:/LEGOLANDSpeechOBJLIST11_03.wav
C:/LEGOLANDSpeechOBJLIST11_04.wav
C:/LEGOLANDSpeechOBJLIST11_05.wav
C:/LEGOLANDSpeechOBJLIST11_06.wav
C:/LEGOLANDSpeechOBJLIST11_07.wav
C:/LEGOLANDSpeechOBJLIST11_08.wav
C:/LEGOLANDSpeechOBJLIST11_09.wav
C:/LEGOLANDSpeechOBJLIST11_10.wav
C:/LEGOLANDSpeechOBJLIST11_11.wav
C:/LEGOLANDSpeechOBJLIST11_12.wav
C:/LEGOLANDSpeechOBJLIST11_13.wav
C:/LEGOLANDSpeechOBJLIST11_14.wav
C:/LEGOLANDSpeechOBJLIST11_15.wav
C:/LEGOLANDSpeechOBJLIST11_16.wav
C:/LEGOLANDSpeechOBJLIST11_17.wav
C:/LEGOLANDSpeechOBJLIST11_18.wav
C:/LEGOLANDSpeechOBJLIST11_19.wav
C:/LEGOLANDSpeechOBJLIST11_20.wav
C:/LEGOLANDSpeechOBJLIST11_21.wav
C:/LEGOLANDSpeechOBJLIST11_22.wav
C:/LEGOLANDSpeechOBJLIST11_23.wav
C:/LEGOLANDSpeechOBJLIST11_24.wav
C:/LEGOLANDSpeechOBJLIST11_25.wav
C:/LEGOLANDSpeechOBJLIST11_26.wav
C:/LEGOLANDSpeechOBJLIST11_27.wav
C:/LEGOLANDSpeechOBJLIST11_28.wav
C:/LEGOLANDSpeechOBJLIST11_29.wav
C:/LEGOLANDSpeechOBJLIST11_30.wav
C:/LEGOLANDSpeechOBJLIST11_31.wav
C:/LEGOLANDSpeechOBJLIST11_32.wav
C:/LEGOLANDSpeechOBJLIST11_33.wav
C:/LEGOLANDSpeechOBJLIST11_34.wav
C:/LEGOLANDSpeechOBJLIST11_35.wav
C:/LEGOLANDSpeechOBJLIST11_36.wav
C:/LEGOLANDSpeechOBJLIST11_37.wav
C:/LEGOLANDSpeechOBJLIST12_01.wav
C:/LEGOLANDSpeechOBJLIST12_02.wav
C:/LEGOLANDSpeechOBJLIST12_03.wav
C:/LEGOLANDSpeechOBJLIST12_04.wav
C:/LEGOLANDSpeechOBJLIST12_05.wav
C:/LEGOLANDSpeechOBJLIST12_06.wav
C:/LEGOLANDSpeechOBJLIST12_07.wav
C:/LEGOLANDSpeechOBJLIST12_08.wav
C:/LEGOLANDSpeechOBJLIST12_09.wav
C:/LEGOLANDSpeechOBJLIST12_10.wav
C:/LEGOLANDSpeechOBJLIST12_11.wav
C:/LEGOLANDSpeechOBJLIST12_12.wav
C:/LEGOLANDSpeechOBJLIST12_13.wav
C:/LEGOLANDSpeechOBJLIST12_14.wav
C:/LEGOLANDSpeechOBJLIST12_15.wav
C:/LEGOLANDSpeechOBJLIST12_16.wav
C:/LEGOLANDSpeechOBJLIST12_17.wav
C:/LEGOLANDSpeechOBJLIST12_18.wav
C:/LEGOLANDSpeechOBJLIST12_19.wav
C:/LEGOLANDSpeechOBJLIST12_20.wav
C:/LEGOLANDSpeechOBJLIST12_21.wav
C:/LEGOLANDSpeechOBJLIST12_22.wav
C:/LEGOLANDSpeechOBJLIST12_23.wav
C:/LEGOLANDSpeechOBJLIST12_24.wav
C:/LEGOLANDSpeechOBJLIST13_01.wav
C:/LEGOLANDSpeechOBJLIST13_02.wav
C:/LEGOLANDSpeechOBJLIST13_03.wav
C:/LEGOLANDSpeechOBJLIST13_04.wav
C:/LEGOLANDSpeechOBJLIST13_05.wav
C:/LEGOLANDSpeechOBJLIST13_06.wav
C:/LEGOLANDSpeechOBJLIST13_07.wav
C:/LEGOLANDSpeechOBJLIST13_08.wav
C:/LEGOLANDSpeechOBJLIST13_09.wav
C:/LEGOLANDSpeechOBJLIST13_10.wav
C:/LEGOLANDSpeechOBJLIST13_11.wav
C:/LEGOLANDSpeechOBJLIST13_12.wav
C:/LEGOLANDSpeechOBJLIST13_13.wav
C:/LEGOLANDSpeechOBJLIST13_14.wav
C:/LEGOLANDSpeechOBJLIST13_15.wav
C:/LEGOLANDSpeechOBJLIST13_16.wav
C:/LEGOLANDSpeechOBJLIST13_17.wav
C:/LEGOLANDSpeechOBJLIST13_18.wav
C:/LEGOLANDSpeechOBJLIST13_19.wav
C:/LEGOLANDSpeechOBJLIST13_20.wav
C:/LEGOLANDSpeechOBJLIST13_21.wav
C:/LEGOLANDSpeechOBJLIST13_22.wav
C:/LEGOLANDSpeechOBJLIST13_23.wav
C:/LEGOLANDSpeechOBJLIST13_24.wav
C:/LEGOLANDSpeechOBJLIST13_25.wav
C:/LEGOLANDSpeechOBJLIST13_26.wav
C:/LEGOLANDSpeechOBJLIST13_27.wav
C:/LEGOLANDSpeechOBJLIST13_28.wav
C:/LEGOLANDSpeechOBJLIST14_01.wav
C:/LEGOLANDSpeechOBJLIST14_02.wav
C:/LEGOLANDSpeechOBJLIST14_03.wav
C:/LEGOLANDSpeechOBJLIST14_04.wav
C:/LEGOLANDSpeechOBJLIST14_05.wav
C:/LEGOLANDSpeechOBJLIST14_06.wav
C:/LEGOLANDSpeechOBJLIST14_07.wav
C:/LEGOLANDSpeechOBJLIST14_08.wav
C:/LEGOLANDSpeechOBJLIST14_09.wav
C:/LEGOLANDSpeechOBJLIST14_10.wav
C:/LEGOLANDSpeechOBJLIST14_11.wav
C:/LEGOLANDSpeechOBJLIST14_12.wav
C:/LEGOLANDSpeechOBJLIST14_13.wav
C:/LEGOLANDSpeechOBJLIST14_14.wav
C:/LEGOLANDSpeechOBJLIST14_15.wav
C:/LEGOLANDSpeechOBJLIST14_16.wav
C:/LEGOLANDSpeechOBJLIST14_17.wav
C:/LEGOLANDSpeechOBJLIST14_18.wav
C:/LEGOLANDSpeechOBJLIST14_19.wav
C:/LEGOLANDSpeechOBJLIST14_20.wav
C:/LEGOLANDSpeechOBJLIST14_21.wav
C:/LEGOLANDSpeechOBJLIST14_22.wav
C:/LEGOLANDSpeechOBJLIST14_23.wav
C:/LEGOLANDSpeechOBJLIST14_24.wav
C:/LEGOLANDSpeechOBJLIST14_25.wav
C:/LEGOLANDSpeechOBJLIST14_26.wav
C:/LEGOLANDSpeechOBJLIST14_27.wav
C:/LEGOLANDSpeechOBJLIST14_28.wav
C:/LEGOLANDSpeechOBJLIST14_29.wav
C:/LEGOLANDSpeechOBJLIST14_30.wav
C:/LEGOLANDSpeechOBJLIST14_31.wav
C:/LEGOLANDSpeechOBJLIST14_32.wav
C:/LEGOLANDSpeechOBJLIST14_33.wav
C:/LEGOLANDSpeechOBJLIST14_34.wav
C:/LEGOLANDSpeechOBJLIST14_35.wav
C:/LEGOLANDSpeechOBJLIST14_36.wav
C:/LEGOLANDSpeechOBJLIST14_37.wav
C:/LEGOLANDSpeechOBJLIST14_38.wav
C:/LEGOLANDSpeechOBJLIST14_39.wav
C:/LEGOLANDSpeechOBJLIST14_40.wav
C:/LEGOLANDSpeechOBJLIST14_41.wav
C:/LEGOLANDSpeechOBJLIST14_42.wav
C:/LEGOLANDSpeechOBJLIST14_43.wav
C:/LEGOLANDSpeechOBJLIST14_44.wav
C:/LEGOLANDSpeechOBJLIST14_45.wav
C:/LEGOLANDSpeechOBJLIST14_46.wav
C:/LEGOLANDSpeechOBJLIST14_47.wav
C:/LEGOLANDSpeechOBJLIST14_48.wav
C:/LEGOLANDSpeechOBJLIST14_49.wav
C:/LEGOLANDSpeechOBJLIST14_50.wav
C:/LEGOLANDSpeechOBJLIST14_51.wav
C:/LEGOLANDSpeechOBJLIST14_52.wav
C:/LEGOLANDSpeechOBJLIST15_01.wav
C:/LEGOLANDSpeechOBJLIST15_02.wav
C:/LEGOLANDSpeechOBJLIST15_03.wav
C:/LEGOLANDSpeechOBJLIST15_04.wav
C:/LEGOLANDSpeechOBJLIST15_05.wav
C:/LEGOLANDSpeechOBJLIST15_06.wav
C:/LEGOLANDSpeechOBJLIST15_07.wav
C:/LEGOLANDSpeechOBJLIST15_08.wav
C:/LEGOLANDSpeechOBJLIST15_09.wav
C:/LEGOLANDSpeechOBJLIST15_10.wav
C:/LEGOLANDSpeechOBJLIST15_11.wav
C:/LEGOLANDSpeechOBJLIST15_12.wav
C:/LEGOLANDSpeechOBJLIST15_13.wav
C:/LEGOLANDSpeechOBJLIST15_14.wav
C:/LEGOLANDSpeechOBJLIST15_15.wav
C:/LEGOLANDSpeechOBJLIST15_16.wav
C:/LEGOLANDSpeechOBJLIST15_17.wav
C:/LEGOLANDSpeechOBJLIST15_18.wav
C:/LEGOLANDSpeechOBJLIST15_19.wav
C:/LEGOLANDSpeechOBJLIST15_20.wav
C:/LEGOLANDSpeechOBJLIST15_21.wav
C:/LEGOLANDSpeechOBJLIST15_22.wav
C:/LEGOLANDSpeechOBJLIST15_23.wav
C:/LEGOLANDSpeechOBJLIST15_24.wav
C:/LEGOLANDSpeechOBJLIST15_25.wav
C:/LEGOLANDSpeechOBJLIST15_26.wav
C:/LEGOLANDSpeechOBJLIST15_27.wav
C:/LEGOLANDSpeechOBJLIST15_28.wav
C:/LEGOLANDSpeechobjlist1_01.wav
C:/LEGOLANDSpeechobjlist1_02.wav
C:/LEGOLANDSpeechobjlist1_03.wav
C:/LEGOLANDSpeechobjlist1_04.wav
C:/LEGOLANDSpeechobjlist1_05.wav
C:/LEGOLANDSpeechobjlist1_06.wav
C:/LEGOLANDSpeechobjlist1_07.wav
C:/LEGOLANDSpeechobjlist1_08.wav
C:/LEGOLANDSpeechobjlist1_09.wav
C:/LEGOLANDSpeechobjlist1_10.wav
C:/LEGOLANDSpeechobjlist1_11.wav
C:/LEGOLANDSpeechobjlist1_12.wav
C:/LEGOLANDSpeechobjlist1_13.wav
C:/LEGOLANDSpeechobjlist1_14.wav
C:/LEGOLANDSpeechobjlist1_15.wav
C:/LEGOLANDSpeechobjlist1_16.wav
C:/LEGOLANDSpeechobjlist1_17.wav
C:/LEGOLANDSpeechobjlist1_18.wav
C:/LEGOLANDSpeechOBJLIST2_01.wav
C:/LEGOLANDSpeechOBJLIST2_02.wav
C:/LEGOLANDSpeechOBJLIST2_03.wav
C:/LEGOLANDSpeechOBJLIST2_04.wav
C:/LEGOLANDSpeechOBJLIST2_05.wav
C:/LEGOLANDSpeechOBJLIST2_06.wav
C:/LEGOLANDSpeechOBJLIST2_07.wav
C:/LEGOLANDSpeechOBJLIST2_08.wav
C:/LEGOLANDSpeechOBJLIST2_09.wav
C:/LEGOLANDSpeechOBJLIST2_10.wav
C:/LEGOLANDSpeechOBJLIST2_11.wav
C:/LEGOLANDSpeechOBJLIST2_12.wav
C:/LEGOLANDSpeechOBJLIST2_13.wav
C:/LEGOLANDSpeechOBJLIST2_14.wav
C:/LEGOLANDSpeechOBJLIST2_15.wav
C:/LEGOLANDSpeechOBJLIST2_16.wav
C:/LEGOLANDSpeechOBJLIST2_17.wav
C:/LEGOLANDSpeechOBJLIST2_18.wav
C:/LEGOLANDSpeechOBJLIST2_19.wav
C:/LEGOLANDSpeechOBJLIST2_20.wav
C:/LEGOLANDSpeechOBJLIST2_21.wav
C:/LEGOLANDSpeechOBJLIST2_22.wav
C:/LEGOLANDSpeechOBJLIST2_23.wav
C:/LEGOLANDSpeechOBJLIST2_24.wav
C:/LEGOLANDSpeechOBJLIST2_25.wav
C:/LEGOLANDSpeechOBJLIST2_26.wav
C:/LEGOLANDSpeechOBJLIST2_27.wav
C:/LEGOLANDSpeechOBJLIST2_28.wav
C:/LEGOLANDSpeechOBJLIST2_29.wav
C:/LEGOLANDSpeechOBJLIST2_3.wav
C:/LEGOLANDSpeechOBJLIST2_30.wav
C:/LEGOLANDSpeechOBJLIST2_31.wav
C:/LEGOLANDSpeechOBJLIST2_32.wav
C:/LEGOLANDSpeechOBJLIST2_33.wav
C:/LEGOLANDSpeechOBJLIST2_34.wav
C:/LEGOLANDSpeechOBJLIST2_35.wav
C:/LEGOLANDSpeechOBJLIST2_36.wav
C:/LEGOLANDSpeechOBJLIST2_37.wav
C:/LEGOLANDSpeechOBJLIST2_38.wav
C:/LEGOLANDSpeechOBJLIST2_39.wav
C:/LEGOLANDSpeechOBJLIST2_4.wav
C:/LEGOLANDSpeechOBJLIST2_40.wav
C:/LEGOLANDSpeechOBJLIST2_41.wav
C:/LEGOLANDSpeechOBJLIST2_42.wav
C:/LEGOLANDSpeechOBJLIST2_43.wav
C:/LEGOLANDSpeechOBJLIST2_44.wav
C:/LEGOLANDSpeechOBJLIST2_45.wav
C:/LEGOLANDSpeechOBJLIST2_46.wav
C:/LEGOLANDSpeechOBJLIST2_47.wav
C:/LEGOLANDSpeechOBJLIST2_48.wav
C:/LEGOLANDSpeechOBJLIST2_49.wav
C:/LEGOLANDSpeechOBJLIST2_5.wav
C:/LEGOLANDSpeechOBJLIST2_50.wav
C:/LEGOLANDSpeechOBJLIST2_51.wav
C:/LEGOLANDSpeechOBJLIST2_52.wav
C:/LEGOLANDSpeechOBJLIST2_53.wav
C:/LEGOLANDSpeechOBJLIST2_54.wav
C:/LEGOLANDSpeechOBJLIST2_55.wav
C:/LEGOLANDSpeechOBJLIST2_56.wav
C:/LEGOLANDSpeechOBJLIST2_6.wav
C:/LEGOLANDSpeechOBJLIST2_7.wav
C:/LEGOLANDSpeechOBJLIST2_8.wav
C:/LEGOLANDSpeechOBJLIST2_9.wav
C:/LEGOLANDSpeechOBJLIST3_01.wav
C:/LEGOLANDSpeechOBJLIST3_02.wav
C:/LEGOLANDSpeechOBJLIST3_03.wav
C:/LEGOLANDSpeechOBJLIST3_04.wav
C:/LEGOLANDSpeechOBJLIST3_05.wav
C:/LEGOLANDSpeechOBJLIST3_06.wav
C:/LEGOLANDSpeechOBJLIST3_07.wav
C:/LEGOLANDSpeechOBJLIST3_08.wav
C:/LEGOLANDSpeechOBJLIST3_09.wav
C:/LEGOLANDSpeechOBJLIST3_10.wav
C:/LEGOLANDSpeechOBJLIST3_11.wav
C:/LEGOLANDSpeechOBJLIST3_12.wav
C:/LEGOLANDSpeechOBJLIST3_13.wav
C:/LEGOLANDSpeechOBJLIST3_14.wav
C:/LEGOLANDSpeechOBJLIST3_15.wav
C:/LEGOLANDSpeechOBJLIST3_16.wav
C:/LEGOLANDSpeechOBJLIST3_17.wav
C:/LEGOLANDSpeechOBJLIST3_18.wav
C:/LEGOLANDSpeechOBJLIST3_19.wav
C:/LEGOLANDSpeechOBJLIST3_20.wav
C:/LEGOLANDSpeechOBJLIST3_21.wav
C:/LEGOLANDSpeechOBJLIST3_22.wav
C:/LEGOLANDSpeechOBJLIST3_23.wav
C:/LEGOLANDSpeechOBJLIST3_24.wav
C:/LEGOLANDSpeechOBJLIST3_25.wav
C:/LEGOLANDSpeechOBJLIST3_26.wav
C:/LEGOLANDSpeechOBJLIST3_27.wav
C:/LEGOLANDSpeechOBJLIST3_28.wav
C:/LEGOLANDSpeechOBJLIST3_29.wav
C:/LEGOLANDSpeechOBJLIST3_30.wav
C:/LEGOLANDSpeechOBJLIST3_31.wav
C:/LEGOLANDSpeechOBJLIST3_32.wav
C:/LEGOLANDSpeechOBJLIST4_01.wav
C:/LEGOLANDSpeechOBJLIST4_02.wav
C:/LEGOLANDSpeechOBJLIST4_03.wav
C:/LEGOLANDSpeechOBJLIST4_04.wav
C:/LEGOLANDSpeechOBJLIST4_07.wav
C:/LEGOLANDSpeechOBJLIST4_08.wav
C:/LEGOLANDSpeechOBJLIST4_09.wav
C:/LEGOLANDSpeechOBJLIST4_10.wav
C:/LEGOLANDSpeechOBJLIST4_11.wav
C:/LEGOLANDSpeechOBJLIST4_12.wav
C:/LEGOLANDSpeechOBJLIST4_13.wav
C:/LEGOLANDSpeechOBJLIST4_14.wav
C:/LEGOLANDSpeechOBJLIST4_15.wav
C:/LEGOLANDSpeechOBJLIST4_16.wav
C:/LEGOLANDSpeechOBJLIST4_17.wav
C:/LEGOLANDSpeechOBJLIST4_18.wav
C:/LEGOLANDSpeechOBJLIST4_19.wav
C:/LEGOLANDSpeechOBJLIST4_20.wav
C:/LEGOLANDSpeechOBJLIST5_01.wav
C:/LEGOLANDSpeechOBJLIST5_02.wav
C:/LEGOLANDSpeechOBJLIST5_03.wav
C:/LEGOLANDSpeechOBJLIST5_04.wav
C:/LEGOLANDSpeechOBJLIST5_05.wav
C:/LEGOLANDSpeechOBJLIST5_06.wav
C:/LEGOLANDSpeechOBJLIST5_07.wav
C:/LEGOLANDSpeechOBJLIST5_08.wav
C:/LEGOLANDSpeechOBJLIST5_09.wav
C:/LEGOLANDSpeechOBJLIST5_10.wav
C:/LEGOLANDSpeechOBJLIST5_11.wav
C:/LEGOLANDSpeechOBJLIST5_12.wav
C:/LEGOLANDSpeechOBJLIST5_13.wav
C:/LEGOLANDSpeechOBJLIST5_14.wav
C:/LEGOLANDSpeechOBJLIST5_15.wav
C:/LEGOLANDSpeechOBJLIST5_16.wav
C:/LEGOLANDSpeechOBJLIST5_17.wav
C:/LEGOLANDSpeechOBJLIST5_18.wav
C:/LEGOLANDSpeechOBJLIST5_19.wav
C:/LEGOLANDSpeechOBJLIST5_20.wav
C:/LEGOLANDSpeechOBJLIST5_21.wav
C:/LEGOLANDSpeechOBJLIST5_22.wav
C:/LEGOLANDSpeechOBJLIST5_23.wav
C:/LEGOLANDSpeechOBJLIST5_24.wav
C:/LEGOLANDSpeechOBJLIST5_25.wav
C:/LEGOLANDSpeechOBJLIST5_26.wav
C:/LEGOLANDSpeechOBJLIST5_27.wav
C:/LEGOLANDSpeechOBJLIST5_28.wav
C:/LEGOLANDSpeechOBJLIST5_29.wav
C:/LEGOLANDSpeechOBJLIST5_30.wav
C:/LEGOLANDSpeechOBJLIST5_31.wav
C:/LEGOLANDSpeechOBJLIST5_32.wav
C:/LEGOLANDSpeechOBJLIST5_33.wav
C:/LEGOLANDSpeechOBJLIST5_34.wav
C:/LEGOLANDSpeechOBJLIST6_01.wav
C:/LEGOLANDSpeechOBJLIST6_02.wav
C:/LEGOLANDSpeechOBJLIST6_03.wav
C:/LEGOLANDSpeechOBJLIST6_04.wav
C:/LEGOLANDSpeechOBJLIST6_05.wav
C:/LEGOLANDSpeechOBJLIST6_06.wav
C:/LEGOLANDSpeechOBJLIST6_07.wav
C:/LEGOLANDSpeechOBJLIST6_08.wav
C:/LEGOLANDSpeechOBJLIST6_09.wav
C:/LEGOLANDSpeechOBJLIST6_10.wav
C:/LEGOLANDSpeechOBJLIST6_11.wav
C:/LEGOLANDSpeechOBJLIST6_12.wav
C:/LEGOLANDSpeechOBJLIST6_13.wav
C:/LEGOLANDSpeechOBJLIST6_14.wav
C:/LEGOLANDSpeechOBJLIST6_15.wav
C:/LEGOLANDSpeechOBJLIST6_16.wav
C:/LEGOLANDSpeechOBJLIST6_17.wav
C:/LEGOLANDSpeechOBJLIST6_18.wav
C:/LEGOLANDSpeechOBJLIST6_19.wav
C:/LEGOLANDSpeechOBJLIST6_20.wav
C:/LEGOLANDSpeechOBJLIST6_21.wav
C:/LEGOLANDSpeechOBJLIST6_22.wav
C:/LEGOLANDSpeechOBJLIST6_23.wav
C:/LEGOLANDSpeechOBJLIST6_24.wav
C:/LEGOLANDSpeechOBJLIST6_25.wav
C:/LEGOLANDSpeechOBJLIST6_26.wav
C:/LEGOLANDSpeechOBJLIST6_27.wav
C:/LEGOLANDSpeechOBJLIST6_28.wav
C:/LEGOLANDSpeechOBJLIST6_29.wav
C:/LEGOLANDSpeechOBJLIST6_30.wav
C:/LEGOLANDSpeechOBJLIST6_31.wav
C:/LEGOLANDSpeechOBJLIST6_32.wav
C:/LEGOLANDSpeechOBJLIST7_01.wav
C:/LEGOLANDSpeechOBJLIST7_02.wav
C:/LEGOLANDSpeechOBJLIST7_03.wav
C:/LEGOLANDSpeechOBJLIST7_04.wav
C:/LEGOLANDSpeechOBJLIST7_05.wav
C:/LEGOLANDSpeechOBJLIST7_06.wav
C:/LEGOLANDSpeechOBJLIST7_07.wav
C:/LEGOLANDSpeechOBJLIST7_08.wav
C:/LEGOLANDSpeechOBJLIST7_09.wav
C:/LEGOLANDSpeechOBJLIST7_10.wav
C:/LEGOLANDSpeechOBJLIST7_11.wav
C:/LEGOLANDSpeechOBJLIST7_12.wav
C:/LEGOLANDSpeechOBJLIST7_13.wav
C:/LEGOLANDSpeechOBJLIST7_14.wav
C:/LEGOLANDSpeechOBJLIST7_15.wav
C:/LEGOLANDSpeechOBJLIST7_16.wav
C:/LEGOLANDSpeechOBJLIST7_17.wav
C:/LEGOLANDSpeechOBJLIST7_18.wav
C:/LEGOLANDSpeechOBJLIST7_19.wav
C:/LEGOLANDSpeechOBJLIST7_20.wav
C:/LEGOLANDSpeechOBJLIST7_21.wav
C:/LEGOLANDSpeechOBJLIST7_22.wav
C:/LEGOLANDSpeechOBJLIST7_23.wav
C:/LEGOLANDSpeechOBJLIST7_24.wav
C:/LEGOLANDSpeechOBJLIST7_25.wav
C:/LEGOLANDSpeechOBJLIST7_26.wav
C:/LEGOLANDSpeechOBJLIST7_27.wav
C:/LEGOLANDSpeechOBJLIST7_28.wav
C:/LEGOLANDSpeechOBJLIST7_29.wav
C:/LEGOLANDSpeechOBJLIST7_30.wav
C:/LEGOLANDSpeechOBJLIST7_31.wav
C:/LEGOLANDSpeechOBJLIST7_32.wav
C:/LEGOLANDSpeechOBJLIST7_33.wav
C:/LEGOLANDSpeechOBJLIST7_34.wav
C:/LEGOLANDSpeechOBJLIST8_01.wav
C:/LEGOLANDSpeechOBJLIST8_02.wav
C:/LEGOLANDSpeechOBJLIST8_03.wav
C:/LEGOLANDSpeechOBJLIST8_04.wav
C:/LEGOLANDSpeechOBJLIST8_05.wav
C:/LEGOLANDSpeechOBJLIST8_06.wav
C:/LEGOLANDSpeechOBJLIST8_07.wav
C:/LEGOLANDSpeechOBJLIST8_08.wav
C:/LEGOLANDSpeechOBJLIST8_09.wav
C:/LEGOLANDSpeechOBJLIST8_10.wav
C:/LEGOLANDSpeechOBJLIST8_11.wav
C:/LEGOLANDSpeechOBJLIST8_12.wav
C:/LEGOLANDSpeechOBJLIST8_13.wav
C:/LEGOLANDSpeechOBJLIST8_14.wav
C:/LEGOLANDSpeechOBJLIST8_15.wav
C:/LEGOLANDSpeechOBJLIST8_16.wav
C:/LEGOLANDSpeechOBJLIST8_17.wav
C:/LEGOLANDSpeechOBJLIST8_18.wav
C:/LEGOLANDSpeechOBJLIST8_19.wav
C:/LEGOLANDSpeechOBJLIST8_20.wav
C:/LEGOLANDSpeechOBJLIST8_21.wav
C:/LEGOLANDSpeechOBJLIST8_22.wav
C:/LEGOLANDSpeechOBJLIST8_23.wav
C:/LEGOLANDSpeechOBJLIST8_24.wav
C:/LEGOLANDSpeechOBJLIST8_25.wav
C:/LEGOLANDSpeechOBJLIST8_26.wav
C:/LEGOLANDSpeechOBJLIST8_27.wav
C:/LEGOLANDSpeechOBJLIST8_28.wav
C:/LEGOLANDSpeechOBJLIST8_29.wav
C:/LEGOLANDSpeechOBJLIST8_30.wav
C:/LEGOLANDSpeechOBJLIST8_31.wav
C:/LEGOLANDSpeechOBJLIST8_32.wav
C:/LEGOLANDSpeechOBJLIST8_33.wav
C:/LEGOLANDSpeechOBJLIST8_34.wav
C:/LEGOLANDSpeechOBJLIST8_35.wav
C:/LEGOLANDSpeechOBJLIST8_36.wav
C:/LEGOLANDSpeechOBJLIST9_01.wav
C:/LEGOLANDSpeechOBJLIST9_02.wav
C:/LEGOLANDSpeechOBJLIST9_03.wav
C:/LEGOLANDSpeechOBJLIST9_04.wav
C:/LEGOLANDSpeechOBJLIST9_05.wav
C:/LEGOLANDSpeechOBJLIST9_06.wav
C:/LEGOLANDSpeechOBJLIST9_07.wav
C:/LEGOLANDSpeechOBJLIST9_08.wav
C:/LEGOLANDSpeechOBJLIST9_09.wav
C:/LEGOLANDSpeechOBJLIST9_10.wav
C:/LEGOLANDSpeechOBJLIST9_11.wav
C:/LEGOLANDSpeechOBJLIST9_12.wav
C:/LEGOLANDSpeechOBJLIST9_13.wav
C:/LEGOLANDSpeechOBJLIST9_14.wav
C:/LEGOLANDSpeechOBJLIST9_15.wav
C:/LEGOLANDSpeechOBJLIST9_16.wav
C:/LEGOLANDSpeechOBJLIST9_17.wav
C:/LEGOLANDSpeechOBJLIST9_18.wav
C:/LEGOLANDSpeechOBJLIST9_19.wav
C:/LEGOLANDSpeechOBJLIST9_20.wav
C:/LEGOLANDSpeechOBJLIST9_21.wav
C:/LEGOLANDSpeechOBJLIST9_22.wav
C:/LEGOLANDSpeechOBJLIST9_23.wav
C:/LEGOLANDSpeechOBJLIST9_24.wav
C:/LEGOLANDSpeechOBJLIST9_25.wav
C:/LEGOLANDSpeechOBJLIST9_26.wav
C:/LEGOLANDSpeechOBJLIST9_27.wav
C:/LEGOLANDSpeechOBJLIST9_28.wav
C:/LEGOLANDSpeechOBJLIST9_29.wav
C:/LEGOLANDSpeechOBJLIST9_30.wav
C:/LEGOLANDSpeechOBJLIST9_31.wav
C:/LEGOLANDSpeechOBJLIST9_32.wav
C:/LEGOLANDSpeechOBJLIST9_33.wav
C:/LEGOLANDSpeechOBJLIST9_34.wav
C:/LEGOLANDSpeechoblisk small.wav
C:/LEGOLANDSpeechoblisk smallz.wav
C:/LEGOLANDSpeechoctopus cafe.wav
C:/LEGOLANDSpeechoctopus cafez.wav
C:/LEGOLANDSpeechpalm tree.wav
C:/LEGOLANDSpeechpalm trees 2.wav
C:/LEGOLANDSpeechpalm trees 2z.wav
C:/LEGOLANDSpeechpalm treez.wav
C:/LEGOLANDSpeechPath control.wav
C:/LEGOLANDSpeechPath controlz.wav
C:/LEGOLANDSpeechPath.wav
C:/LEGOLANDSpeechPathz.wav
C:/LEGOLANDSpeechPIZZA ICE CREAM_01.wav
C:/LEGOLANDSpeechplane ride.wav
C:/LEGOLANDSpeechplane ridez.wav
C:/LEGOLANDSpeechplants 1.wav
C:/LEGOLANDSpeechplants 1z.wav
C:/LEGOLANDSpeechplants 2.wav
C:/LEGOLANDSpeechplants 2z.wav
C:/LEGOLANDSpeechplants 3.wav
C:/LEGOLANDSpeechplants 3z.wav
C:/LEGOLANDSpeechplants 4.wav
C:/LEGOLANDSpeechplants 4z.wav
C:/LEGOLANDSpeechpotting shed.wav
C:/LEGOLANDSpeechpotting shedz.wav
C:/LEGOLANDSpeechPOWER CUT_01.wav
C:/LEGOLANDSpeechpyramid 1.wav
C:/LEGOLANDSpeechpyramid 1z.wav
C:/LEGOLANDSpeechpyramid 2.wav
C:/LEGOLANDSpeechpyramid 2z.wav
C:/LEGOLANDSpeechrestaurant 1.wav
C:/LEGOLANDSpeechrestaurant 1z.wav
C:/LEGOLANDSpeechrestaurant 2.wav
C:/LEGOLANDSpeechrestaurant 2z.wav
C:/LEGOLANDSpeechsafari ride.wav
C:/LEGOLANDSpeechsafari ridez.wav
C:/LEGOLANDSpeechsaloon.wav
C:/LEGOLANDSpeechsaloonz.wav
C:/LEGOLANDSpeechSENSORY COASTER_01.wav
C:/LEGOLANDSpeechshark cafe brolly.wav
C:/LEGOLANDSpeechshark cafe brollyz.wav
C:/LEGOLANDSpeechshark cafe.wav
C:/LEGOLANDSpeechshark cafez.wav
C:/LEGOLANDSpeechsheriff.wav
C:/LEGOLANDSpeechsheriffz.wav
C:/LEGOLANDSpeechshrub.wav
C:/LEGOLANDSpeechshrubz.wav
C:/LEGOLANDSpeechsmall power station.wav
C:/LEGOLANDSpeechsmall power stationz.wav
C:/LEGOLANDSpeechspace tower ride.wav
C:/LEGOLANDSpeechspace tower ridez.wav
C:/LEGOLANDSpeechsphinx.wav
C:/LEGOLANDSpeechsphinxz.wav
C:/LEGOLANDSpeechspider ride.wav
C:/LEGOLANDSpeechspider ridez.wav
C:/LEGOLANDSpeechspinning barrels ride.wav
C:/LEGOLANDSpeechspinning barrels ridez.wav
C:/LEGOLANDSpeechsquare_track.wav
C:/LEGOLANDSpeechsquare_trackz.wav
C:/LEGOLANDSpeechsquare_track_height.wav
C:/LEGOLANDSpeechsquare_track_heightz.wav
C:/LEGOLANDSpeechsquare_track_height_0.wav
C:/LEGOLANDSpeechsquare_track_height_0z.wav
C:/LEGOLANDSpeechsquare_track_height_path.wav
C:/LEGOLANDSpeechsquare_track_height_pathz.wav
C:/LEGOLANDSpeecht-rex.wav
C:/LEGOLANDSpeecht-rexz.wav
C:/LEGOLANDSpeechtemple slide.wav
C:/LEGOLANDSpeechtemple slidez.wav
C:/LEGOLANDSpeechtemple.wav
C:/LEGOLANDSpeechtemplez.wav
C:/LEGOLANDSpeechTEXT0000.wav
C:/LEGOLANDSpeechTEXT0001.wav
C:/LEGOLANDSpeechTEXT0002.wav
C:/LEGOLANDSpeechTEXT0003.wav
C:/LEGOLANDSpeechTEXT0004.wav
C:/LEGOLANDSpeechTEXT0005.wav
C:/LEGOLANDSpeechTEXT0006.wav
C:/LEGOLANDSpeechtext0007.wav
C:/LEGOLANDSpeechtext0008.wav
C:/LEGOLANDSpeechText0009.wav
C:/LEGOLANDSpeechtext0010.wav
C:/LEGOLANDSpeechTEXT0011.wav
C:/LEGOLANDSpeechTEXT0020.wav
C:/LEGOLANDSpeechTEXT0021.wav
C:/LEGOLANDSpeechTEXT0021_A.wav
C:/LEGOLANDSpeechTEXT0022.wav
C:/LEGOLANDSpeechTEXT0023.wav
C:/LEGOLANDSpeechTEXT0024.wav
C:/LEGOLANDSpeechTEXT0025.wav
C:/LEGOLANDSpeechTEXT0026.wav
C:/LEGOLANDSpeechTEXT0027.wav
C:/LEGOLANDSpeechTEXT0028.wav
C:/LEGOLANDSpeechTEXT0029.wav
C:/LEGOLANDSpeechTEXT0030.wav
C:/LEGOLANDSpeechTEXT0031.wav
C:/LEGOLANDSpeechTEXT0032.wav
C:/LEGOLANDSpeechTEXT0033.wav
C:/LEGOLANDSpeechTEXT0034.wav
C:/LEGOLANDSpeechTEXT0038.wav
C:/LEGOLANDSpeechTEXT0039.wav
C:/LEGOLANDSpeechTEXT0040.wav
C:/LEGOLANDSpeechTEXT0041.wav
C:/LEGOLANDSpeechTEXT0042.wav
C:/LEGOLANDSpeechText0043.wav
C:/LEGOLANDSpeechTEXT0044.wav
C:/LEGOLANDSpeechTEXT0045.wav
C:/LEGOLANDSpeechTEXT0046.wav
C:/LEGOLANDSpeechTEXT0047.wav
C:/LEGOLANDSpeechTEXT0050.wav
C:/LEGOLANDSpeechtext0060.wav
C:/LEGOLANDSpeechTEXT0061.wav
C:/LEGOLANDSpeechTEXT0062.wav
C:/LEGOLANDSpeechTEXT0063.wav
C:/LEGOLANDSpeechTEXT0064.wav
C:/LEGOLANDSpeechTEXT0065.wav
C:/LEGOLANDSpeechTEXT0066.wav
C:/LEGOLANDSpeechTEXT0069.wav
C:/LEGOLANDSpeechTEXT0070.wav
C:/LEGOLANDSpeechTEXT0071.wav
C:/LEGOLANDSpeechTEXT0072.wav
C:/LEGOLANDSpeechTEXT0073.wav
C:/LEGOLANDSpeechTEXT0074.wav
C:/LEGOLANDSpeechTEXT0075.wav
C:/LEGOLANDSpeechTEXT0076.wav
C:/LEGOLANDSpeechTEXT0077.wav
C:/LEGOLANDSpeechTEXT0078.wav
C:/LEGOLANDSpeechTEXT0080.wav
C:/LEGOLANDSpeechTEXT0081.wav
C:/LEGOLANDSpeechTEXT0082.wav
C:/LEGOLANDSpeechTEXT0090.wav
C:/LEGOLANDSpeechTEXT0091.wav
C:/LEGOLANDSpeechTEXT0092.wav
C:/LEGOLANDSpeechTEXT0093.wav
C:/LEGOLANDSpeechTEXT0094.wav
C:/LEGOLANDSpeechTEXT0095.wav
C:/LEGOLANDSpeechTEXT0096.wav
C:/LEGOLANDSpeechTEXT0097.wav
C:/LEGOLANDSpeechTEXT0098.wav
C:/LEGOLANDSpeechTEXT0099.wav
C:/LEGOLANDSpeechTEXT0100.wav
C:/LEGOLANDSpeechTEXT0101.wav
C:/LEGOLANDSpeechTEXT0110.wav
C:/LEGOLANDSpeechTEXT0111.wav
C:/LEGOLANDSpeechTEXT0112.wav
C:/LEGOLANDSpeechTEXT0113.wav
C:/LEGOLANDSpeechTEXT0114.wav
C:/LEGOLANDSpeechTEXT0115.wav
C:/LEGOLANDSpeechTEXT0116.wav
C:/LEGOLANDSpeechTEXT0117.wav
C:/LEGOLANDSpeechTEXT0118.wav
C:/LEGOLANDSpeechTEXT0119.wav
C:/LEGOLANDSpeechTEXT0120.wav
C:/LEGOLANDSpeechTEXT0121.wav
C:/LEGOLANDSpeechTEXT0122.wav
C:/LEGOLANDSpeechTEXT0123.wav
C:/LEGOLANDSpeechTEXT0125.wav
C:/LEGOLANDSpeechTEXT0130.wav
C:/LEGOLANDSpeechTEXT0131.wav
C:/LEGOLANDSpeechTEXT0132.wav
C:/LEGOLANDSpeechTEXT0133.wav
C:/LEGOLANDSpeechTEXT0134.wav
C:/LEGOLANDSpeechTEXT0135.wav
C:/LEGOLANDSpeechTEXT0136.wav
C:/LEGOLANDSpeechTEXT0137.wav
C:/LEGOLANDSpeechTEXT0138.wav
C:/LEGOLANDSpeechTEXT0139.wav
C:/LEGOLANDSpeechTEXT0140.wav
C:/LEGOLANDSpeechTEXT0141.wav
C:/LEGOLANDSpeechTEXT0142.wav
C:/LEGOLANDSpeechTEXT0143.wav
C:/LEGOLANDSpeechTEXT0144.wav
C:/LEGOLANDSpeechTEXT0145.wav
C:/LEGOLANDSpeechTEXT0146.wav
C:/LEGOLANDSpeechTEXT0147.wav
C:/LEGOLANDSpeechTEXT0148.wav
C:/LEGOLANDSpeechTEXT0149.wav
C:/LEGOLANDSpeechTEXT0151.wav
C:/LEGOLANDSpeechTEXT0160.wav
C:/LEGOLANDSpeechTEXT0161.wav
C:/LEGOLANDSpeechTEXT0162.wav
C:/LEGOLANDSpeechTEXT0200.wav
C:/LEGOLANDSpeechTEXT0201.wav
C:/LEGOLANDSpeechTEXT0210.wav
C:/LEGOLANDSpeechTEXT0211.wav
C:/LEGOLANDSpeechTEXT0212.wav
C:/LEGOLANDSpeechTEXT0220.wav
C:/LEGOLANDSpeechTEXT0221.wav
C:/LEGOLANDSpeechTEXT0222.wav
C:/LEGOLANDSpeechTEXT0300.wav
C:/LEGOLANDSpeechTEXT0301.wav
C:/LEGOLANDSpeechTEXT0302.wav
C:/LEGOLANDSpeechTEXT0303.wav
C:/LEGOLANDSpeechTEXT0304.wav
C:/LEGOLANDSpeechTEXT0305.wav
C:/LEGOLANDSpeechTEXT0306.wav
C:/LEGOLANDSpeechTEXT0307.wav
C:/LEGOLANDSpeechTEXT0308.wav
C:/LEGOLANDSpeechTEXT0309.wav
C:/LEGOLANDSpeechTEXT0310.wav
C:/LEGOLANDSpeechTEXT0311.wav
C:/LEGOLANDSpeechTEXT0312.wav
C:/LEGOLANDSpeechTEXT0313.wav
C:/LEGOLANDSpeechTEXT0314.wav
C:/LEGOLANDSpeechTEXT0315.wav
C:/LEGOLANDSpeechTEXT0316.wav
C:/LEGOLANDSpeechTEXT0317.wav
C:/LEGOLANDSpeechTEXT0318.wav
C:/LEGOLANDSpeechTEXT0319.wav
C:/LEGOLANDSpeechTEXT0320.wav
C:/LEGOLANDSpeechTEXT0321.wav
C:/LEGOLANDSpeechTEXT0322.wav
C:/LEGOLANDSpeechTEXT0323.wav
C:/LEGOLANDSpeechTEXT0324.wav
C:/LEGOLANDSpeechTEXT0325.wav
C:/LEGOLANDSpeechTEXT0326.wav
C:/LEGOLANDSpeechTEXT0327.wav
C:/LEGOLANDSpeechTEXT0328.wav
C:/LEGOLANDSpeechTEXT0329.wav
C:/LEGOLANDSpeechTEXT0330.wav
C:/LEGOLANDSpeechTEXT0331.wav
C:/LEGOLANDSpeechTEXT0332.wav
C:/LEGOLANDSpeechTEXT0333.wav
C:/LEGOLANDSpeechTEXT0334.wav
C:/LEGOLANDSpeechTEXT0335.wav
C:/LEGOLANDSpeechTEXT0336.wav
C:/LEGOLANDSpeechTEXT0337.wav
C:/LEGOLANDSpeechTEXT0339.wav
C:/LEGOLANDSpeechTEXT0341.wav
C:/LEGOLANDSpeechTEXT0342.wav
C:/LEGOLANDSpeechTEXT0343.wav
C:/LEGOLANDSpeechTEXT0344.wav
C:/LEGOLANDSpeechTEXT0345.wav
C:/LEGOLANDSpeechTEXT0346.wav
C:/LEGOLANDSpeechTEXT0347.wav
C:/LEGOLANDSpeechTEXT0348.wav
C:/LEGOLANDSpeechTEXT0350.wav
C:/LEGOLANDSpeechTEXT0351.wav
C:/LEGOLANDSpeechTEXT0352.wav
C:/LEGOLANDSpeechTEXT0353.wav
C:/LEGOLANDSpeechTEXT0354.wav
C:/LEGOLANDSpeechTEXT0355.wav
C:/LEGOLANDSpeechTEXT0356.wav
C:/LEGOLANDSpeechTEXT0357.wav
C:/LEGOLANDSpeechTEXT0358.wav
C:/LEGOLANDSpeechTEXT0359.wav
C:/LEGOLANDSpeechTEXT0360.wav
C:/LEGOLANDSpeechTEXT0361.wav
C:/LEGOLANDSpeechTEXT0362.wav
C:/LEGOLANDSpeechTEXT0363.wav
C:/LEGOLANDSpeechTEXT0364.wav
C:/LEGOLANDSpeechTEXT0365.wav
C:/LEGOLANDSpeechTEXT0367.wav
C:/LEGOLANDSpeechTEXT0368.wav
C:/LEGOLANDSpeechTEXT0369.wav
C:/LEGOLANDSpeechTEXT0372.wav
C:/LEGOLANDSpeechTEXT0380.wav
C:/LEGOLANDSpeechTEXT0391.wav
C:/LEGOLANDSpeechTEXT0400.wav
C:/LEGOLANDSpeechTEXT0410.wav
C:/LEGOLANDSpeechTEXT0420.wav
C:/LEGOLANDSpeechTEXT0430.wav
C:/LEGOLANDSpeechTEXT0440.wav
C:/LEGOLANDSpeechTEXT0450.wav
C:/LEGOLANDSpeechTEXT0460.wav
C:/LEGOLANDSpeechTEXT0470.wav
C:/LEGOLANDSpeechTEXT0480.wav
C:/LEGOLANDSpeechTEXT0490.wav
C:/LEGOLANDSpeechTEXT0500.wav
C:/LEGOLANDSpeechTEXT0510.wav
C:/LEGOLANDSpeechTEXT0520.wav
C:/LEGOLANDSpeechTEXT0530.wav
C:/LEGOLANDSpeechTEXT0540.wav
C:/LEGOLANDSpeechTEXT0550.wav
C:/LEGOLANDSpeechTEXT0552.wav
C:/LEGOLANDSpeechTEXT0560.wav
C:/LEGOLANDSpeechTEXT0561.wav
C:/LEGOLANDSpeechTEXT0565.wav
C:/LEGOLANDSpeechTEXT0566.wav
C:/LEGOLANDSpeechTEXT0567.wav
C:/LEGOLANDSpeechTEXT0570.wav
C:/LEGOLANDSpeechTEXT0571.wav
C:/LEGOLANDSpeechTEXT0572.wav
C:/LEGOLANDSpeechTEXT0573.wav
C:/LEGOLANDSpeechTEXT0580.wav
C:/LEGOLANDSpeechText0581.wav
C:/LEGOLANDSpeechTEXT0590.wav
C:/LEGOLANDSpeechTEXT0591.wav
C:/LEGOLANDSpeechTEXT0600.wav
C:/LEGOLANDSpeechTEXT0610.wav
C:/LEGOLANDSpeechTEXT0620.wav
C:/LEGOLANDSpeechTEXT0630.wav
C:/LEGOLANDSpeechTEXT0650.wav
C:/LEGOLANDSpeechTEXT0700.wav
C:/LEGOLANDSpeechTEXT0701.wav
C:/LEGOLANDSpeechTEXT0702.wav
C:/LEGOLANDSpeechtext0703.wav
C:/LEGOLANDSpeechTEXT0720.wav
C:/LEGOLANDSpeechtext1000.wav
C:/LEGOLANDSpeechTEXT1010.wav
C:/LEGOLANDSpeechTEXT1100.wav
C:/LEGOLANDSpeechTEXT1101.wav
C:/LEGOLANDSpeechTEXT1102.wav
C:/LEGOLANDSpeechTEXT1110.wav
C:/LEGOLANDSpeechTEXT1200.wav
C:/LEGOLANDSpeechTEXT1210.wav
C:/LEGOLANDSpeechTEXT1300.wav
C:/LEGOLANDSpeechTEXT1301.wav
C:/LEGOLANDSpeechTEXT1302.wav
C:/LEGOLANDSpeechTEXT1303.wav
C:/LEGOLANDSpeechTEXT1304.wav
C:/LEGOLANDSpeechTEXT1305.wav
C:/LEGOLANDSpeechTEXT1306.wav
C:/LEGOLANDSpeechTEXT1307.wav
C:/LEGOLANDSpeechTEXT1308.wav
C:/LEGOLANDSpeechTEXT1309.wav
C:/LEGOLANDSpeechTEXT1310.wav
C:/LEGOLANDSpeechTEXT2020.wav
C:/LEGOLANDSpeechtext2100.wav
C:/LEGOLANDSpeechTEXT2101.wav
C:/LEGOLANDSpeechtext2102.wav
C:/LEGOLANDSpeechTEXT2103.wav
C:/LEGOLANDSpeechTEXT2104.wav
C:/LEGOLANDSpeechtext2105.wav
C:/LEGOLANDSpeechtext2106.wav
C:/LEGOLANDSpeechtext2107.wav
C:/LEGOLANDSpeechtext2108.wav
C:/LEGOLANDSpeechtext2109.wav
C:/LEGOLANDSpeechtext2110.wav
C:/LEGOLANDSpeechTEXT2111.wav
C:/LEGOLANDSpeechTEXT2112.wav
C:/LEGOLANDSpeechTEXT2113.wav
C:/LEGOLANDSpeechTEXT2114.wav
C:/LEGOLANDSpeechText2115.wav
C:/LEGOLANDSpeechTEXT2190.wav
C:/LEGOLANDSpeechTEXT2191.wav
C:/LEGOLANDSpeechTEXT2194.wav
C:/LEGOLANDSpeechTEXT2200.wav
C:/LEGOLANDSpeechTEXT2201.wav
C:/LEGOLANDSpeechTEXT2300.wav
C:/LEGOLANDSpeechtree 1.wav
C:/LEGOLANDSpeechtree 1z.wav
C:/LEGOLANDSpeechtree 2.wav
C:/LEGOLANDSpeechtree 2z.wav
C:/LEGOLANDSpeechtree 3.wav
C:/LEGOLANDSpeechtree 3z.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_01.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_02.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_03.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_04.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_05.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_06.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_07.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_08.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_09.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_10.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_11.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_12.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_13.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_14.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_15.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FIVE HINTS_16.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FOUR HINTS_01.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FOUR HINTS_02.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FOUR HINTS_03.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FOUR HINTS_04.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FOUR HINTS_05.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FOUR HINTS_06.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FOUR HINTS_07.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FOUR HINTS_08.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL FOUR HINTS_09.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL ONE HINTS_01.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL ONE HINTS_02.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL ONE HINTS_03.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL ONE HINTS_04.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL ONE HINTS_05.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_01.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_02.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_03.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_04.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_05.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_06.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_07.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_08.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_09.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_10.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_11.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_12.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_13.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL THREE HINTS_14.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL TWO HINTS_01.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL TWO HINTS_02.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL TWO HINTS_03.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL TWO HINTS_04.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL TWO HINTS_05.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL TWO HINTS_06.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL TWO HINTS_07.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL TWO HINTS_08.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL TWO HINTS_09.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL TWO HINTS_10.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL TWO HINTS_11.wav
C:/LEGOLANDSpeechTUTORIAL LEVEL TWO HINTS_12.wav
C:/LEGOLANDSpeechUNKNOWN_HINTS_16.wav
C:/LEGOLANDSpeechUNKNOWN_HINTS_17.wav
C:/LEGOLANDSpeechwater works crocodile fountain.wav
C:/LEGOLANDSpeechwater works crocodile fountainz.wav
C:/LEGOLANDSpeechwater works elephant fountain.wav
C:/LEGOLANDSpeechwater works elephant fountainz.wav
C:/LEGOLANDSpeechwater works entrance.wav
C:/LEGOLANDSpeechwater works entrancez.wav
C:/LEGOLANDSpeechwater works shower.wav
C:/LEGOLANDSpeechwater works showerz.wav
C:/LEGOLANDSpeechwater works water block.wav
C:/LEGOLANDSpeechwater works water blockz.wav
C:/LEGOLANDSpeechwaterpump.wav
C:/LEGOLANDSpeechwaterpumpz.wav
C:/LEGOLANDSpeechwest bush 1.wav
C:/LEGOLANDSpeechwest bush 1z.wav
C:/LEGOLANDSpeechwest bush 2.wav
C:/LEGOLANDSpeechwest bush 2z.wav
C:/LEGOLANDSpeechwest bush 3.wav
C:/LEGOLANDSpeechwest bush 3z.wav
C:/LEGOLANDSpeechWESTERN FOOD_01.wav
C:/LEGOLANDSpeechzebra crossing.wav
C:/LEGOLANDSpeechzebra crossingz.wav

Link to comment
Share on other sites

Mr. Eight-Three-One

Oh, I didn't even know you could log the installation. But yes, there ARE things compressed in there. If there aren't, then how do you explain how they get all the music and the things in the "zbuffer" folder once it's installed? I'm sure you could since you logged it, but that's not "everything lying on the disc uncompressed" to me.

EDIT: Le said he just scanned over it without really thinking about it because he was in a rush, disregard this.

Link to comment
Share on other sites

Yes, like I said, I was in a rush when I made that post, so my knowledge of how it worked was not completely clear. I've been looking at this morning, however, and I have a better understanding of what is going on.

 

Indeed, the files are in a compressed archive on the disc, inside main.z. It's not an UNIX archive as TheDoctor gave me a link for, but it is an InstallShield 3.x archive, and can be opened using (Guess what?) UniExtract, namely, i3comp.exe. When opened, most of the game contents come out, such as IMusic, the AVIs, and the zbuffer folder. The rest is the uncompressed data on the disc.

 

I'm already working on the alternate installer, progress can be found here. I think a first version will be done this afternoon; recreating the Full, Minimal,  and Custom options will come later.

 

EDIT: I meant to ask, are there copies of LEGOLAND that have different layouts than mine? I always want to support as many versions as possible. If your disc is different, will you post an image of your disc root and/or a file tree?

 

EDIT 2: Also, if your disc as a PDF manual, say so as well, so I can install it if it exists on the disc.

 

EDIT 3: Installer released, download here.

Edited by le717
  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

Hello!

 

Thank you so so so much for posting the new installer, I've managed to get my old LEGOLAND installed :) It lets me sign in and start the game, but as soon as I click to start the tutorial the programme closes and says it has stopped responding. 

 

Any Ideas? I'm not great with computers so any help would be greatly appreciated :P

Link to comment
Share on other sites

Mr. Eight-Three-One

Try running it as an administrator. Right click LEGOLAND.EXE, click properties, go to "Compatibility" and check "Run as administrator". You can also run it as an admin from the right click menu, but doing it the other way makes it so you don't have to do that every time.

Link to comment
Share on other sites

Hello!

 

Thank you so so so much for posting the new installer, I've managed to get my old LEGOLAND installed :)

 

Good to know it worked for you, whichever one you used. :) And welcome to RRU! I hope you stay a while, you'll find whatever information you want on the classic LEGO games here.

 

It lets me sign in and start the game, but as soon as I click to start the tutorial the programme closes and says it has stopped responding. 

 

Any Ideas? I'm not great with computers so any help would be greatly appreciated :P

 

First off, please make a new topic in the Support area if the Search doesn't yield any results so the thread can have a chance at staying on topic. ;)

 

Second, what MrEightThreeOne ninja'd me at saying. Running as Administrator sometimes helps with these things.

 

If that doesn't work, please report back with your OS, graphics card, and other system specs so we can better understand how to help you fix your issue. You can do this by opening the Run command (Windows key + r), typing 'dxdiag', pressing the 'Save all information' button, and pasting the contents in a spoiler.

 


Text here

Link to comment
Share on other sites

Aaaah thanks guys you're awesome!

 

And sorry yeah just found something about in the support thread :P I'm not good with forums either ;) hehe

Link to comment
Share on other sites

  • 1 year later...

It's not running. I've tried several times and waited for quite a while, but it seems to be literally doing nothing.

same problem... do you have windows 8 to?

Link to comment
Share on other sites

PlatonicWaffles

I had LEGOLAND as a little girl, but I've since lost the disc. Only a year ago have I bought a rerelease copy of it that's compatible with Windows 7/8/8.1.

 

Iunno what settings the rerelease uses in order for it to be compatible right out of the gate, though, I'm afraid, but it works fine with my 64-bit Windows 8.1 PC. If you have the money to spare, maybe look into buying a re-release. I'm sure it won't be too much.

Link to comment
Share on other sites

  • 2 weeks later...

I got the game to install and it ran the menu properly, but as soon as I click the thumbs up to start the first tutorial the game crashes  :cry:

 

 

Any idea on how to fix this?

Link to comment
Share on other sites

I got the game to install and it ran the menu properly, but as soon as I click the thumbs up to start the first tutorial the game crashes  :cry:

 

 

Any idea on how to fix this?

 

You've got all the compatibility settings setup? Running as Admin?

Link to comment
Share on other sites

  • 4 weeks later...

First of all, I wan't to thank you for the tutorial! It worked 100%! :D

I am running Windows 8.1.

 

I got the game to install and it ran the menu properly, but as soon as I click the thumbs up to start the first tutorial the game crashes  :cry:

 

 

Any idea on how to fix this?

I had this problem only once, but my game started the second time I tried...

Try the above things if you haven't done it yet. (compatibillty for XP SP3)

Link to comment
Share on other sites

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.