Toy Story 2: Buzz Lightyear to the Rescue (Windows)
Toy Story 2: Buzz Lightyear to the Rescue |
---|
Developer: Traveller's Tales This game has unused code. |
Toy Story 2: Buzz Lightyear to the Rescue is a platform game based on Pixar's computer animated film, Toy Story 2.
Debugging Features
Frame by Frame Mode
While in the pause menu, every time you press the pause key again, the game will advance a frame without exiting the menu. You can also press more keys simultaneously to play frame by frame. This feature can help you in some points of the game, like the boss battles or the speed challenges. The Windows version is the only version of the game where this debugging feature was left in the final version.
Command Line Options
To do: Check if "cheat" and "demo" options have any effect. |
The following command line options can be passed to the .exe:
-cheat
Doesn't seem to do anything.
-demo
Doesn't seem to do anything.
-high
Forces FMV scenes to be played in 16bpp ("high color"). If not specified and the game detects a sufficiently fast CPU, the FMV scenes are played in 32bpp.
-log
Creates a log file at <path-to-game>\toy2.log.
-mpeg
Disables FMV scenes.
None of these command line options were documented anywhere.
Unused Code
Cut Windowed Mode
There's a disabled and non-functional fourth option in the monitor configuration screen (shown at startup of the game) for a cut windowed mode. Its description is empty, and it allows to choose in the Screen Resolution option between the previously established resolution and Windowed. The text of these two options appears in red instead of green like all other options.
PSX Files and Executables
PlayStation graphics were converted from the original RAW format to NGN format (as can be seen in log files) for the Windows executable. However, these original RAW files weren't removed from the PC gamefiles.
There are also three PS-X EXE files in data\ folder. These are: psx.exe, SLES_020.67, and SLUS_008.93. The SLES and SLUS file are apparently for cheat codes in the PSX version. There's also a 64kb memory file from the PlayStation version in data\BITS\memory.bin.
To do: Run these PS-X EXE files (They are slighty different from the ones in the PlayStation ISOs). |
Unused Graphics
Early Level Textures
There's an unfinished version of textures from level 8 left in a file named _level.ngn. When loaded, the UI is visibly broken but otherwise functions normally. The level layout is the same as the final version but with the early textures, you can see three Buzz Lightyear boxes that you can't see with the final textures. Only two of these boxes have collision, and this explains the origin of the invisible objects you can jump on in that part of the level. There are also some visual differences. For example, the loading screen is completely different, and Rex's teeth texture is different.
A Bug's Life Leftovers
A Bug's Life was the last video game that Traveller's Tales worked on before making this game. There are lots of loading screens from A Bug's Life in the PlayStation prototype, but two loading screens from that prototype also exist in the Windows version (both original RAW and NGN conversion) in the data\gfx\ folder.
Level Select
The static picture of a level select menu from the PlayStation prototype. While it's mostly the same, the addition of 15 numbered boxes suggests this once functioned as a full level select at one point.
Alternative Boss Defeated Message
An alternative Boss Defeated message that is under gfx/boss1.raw - gfx/boss5.raw in RAW PlayStation format. It didn't exist in the original PlayStation version, and it was not ported to PC NGN format.
PlayStation Leftovers
There are some PlayStation leftovers in the PC version.
Other Unused Graphics
The following unused sprites were used in the console versions for the controllers' rumble features being turned on/off. In the final PC version, only a vinyl animation and a robot animation are present for music and SFX volume options.
Unused Text
toy2.exe
These unused strings are inside the windows game executable.
Load Game Screen
A lot of strings were made for the Load Game screen but none of them became used:
select game and press enter
enter name
save over this game
do you wish to
confirm
select file
There's also leftovers from the loading screen of the PlayStation version. Here are some of them:
Memory Card is full
Memory Card is unformatted
format Memory Card?
please insert Memory Card
A Bug's Life Leftovers
Loading - A Bugs Life
Source Code Files
Many source code files are referenced, including:
C:\projects\toy2\direct6.cpp
C:\projects\toy2\modesel.cpp
C:\projects\toy2\toy2.cpp
C:\projects\toy2\Win95.cpp
C:\projects\nu3d\objcore.c
C:\projects\nu3d\world.c
C:\projects\nu3d\hobjload.c
C:\projects\nu3d\objload.c
C:\projects\nu3d\fmv.c
Development Scripts
There are some batch (*.bat) scripts used for the PlayStation to PC conversion. Some of them use a utility called pconv that transforms the graphics from the PlayStation version to the uncompressed *.ngn format.
dupeconv.btm
copy level04\pconv.cfg level03\ copy level04\pconv.cfg level04\ copy level04\pconv.cfg level05\ copy level04\pconv.cfg level06\ copy level04\pconv.cfg level07\ copy level04\pconv.cfg level08\ copy level04\pconv.cfg level09\ copy level04\pconv.cfg level10\
mkgfx.btm
rem ** Batch file to make ngn versions of texture files held in gfx directory ** rem ** run from cd directory, requires \projects\pconv\debug\pconv.exe to exist ** cd gfx \projects\pconv\debug\pconv.exe boss.cfg \projects\pconv\debug\pconv.exe congrats.cfg \projects\pconv\debug\pconv.exe bonus.cfg \projects\pconv\debug\pconv.exe gamewin.cfg \projects\pconv\debug\pconv.exe level1a.cfg \projects\pconv\debug\pconv.exe level1b.cfg \projects\pconv\debug\pconv.exe level1c.cfg \projects\pconv\debug\pconv.exe level2a.cfg \projects\pconv\debug\pconv.exe level2b.cfg \projects\pconv\debug\pconv.exe level2c.cfg \projects\pconv\debug\pconv.exe level3a.cfg \projects\pconv\debug\pconv.exe level3b.cfg \projects\pconv\debug\pconv.exe level3c.cfg \projects\pconv\debug\pconv.exe level4a.cfg \projects\pconv\debug\pconv.exe level4b.cfg \projects\pconv\debug\pconv.exe level4c.cfg \projects\pconv\debug\pconv.exe level5a.cfg \projects\pconv\debug\pconv.exe level5b.cfg \projects\pconv\debug\pconv.exe level5c.cfg \projects\pconv\debug\pconv.exe loading.cfg \projects\pconv\debug\pconv.exe training.cfg cd ..
There's an older version of the mkgfx.btm script in mkgfx.bak:
rem ** Batch file to make ngn versions of texture files held in gfx directory ** rem ** run from cd directory, requires \projects\pconv\debug\pconv.exe to exist ** cd gfx \projects\pconv\debug\pconv.exe boss1.cfg \projects\pconv\debug\pconv.exe boss2.cfg \projects\pconv\debug\pconv.exe boss3.cfg \projects\pconv\debug\pconv.exe boss4.cfg \projects\pconv\debug\pconv.exe boss5.cfg \projects\pconv\debug\pconv.exe film.cfg \projects\pconv\debug\pconv.exe level1a.cfg \projects\pconv\debug\pconv.exe level1b.cfg \projects\pconv\debug\pconv.exe level1c.cfg \projects\pconv\debug\pconv.exe level2a.cfg \projects\pconv\debug\pconv.exe level2b.cfg \projects\pconv\debug\pconv.exe level2c.cfg \projects\pconv\debug\pconv.exe level3a.cfg \projects\pconv\debug\pconv.exe level3b.cfg \projects\pconv\debug\pconv.exe level3c.cfg \projects\pconv\debug\pconv.exe level4a.cfg \projects\pconv\debug\pconv.exe level4b.cfg \projects\pconv\debug\pconv.exe level4c.cfg \projects\pconv\debug\pconv.exe level5a.cfg \projects\pconv\debug\pconv.exe level5b.cfg \projects\pconv\debug\pconv.exe level5c.cfg \projects\pconv\debug\pconv.exe loading.cfg \projects\pconv\debug\pconv.exe training.cfg cd ..
uncvs.btm
deltree audio\cvs deltree BITS\cvs deltree chars\cvs deltree chars2\cvs deltree chars3\cvs deltree chars4\cvs deltree chars5\cvs deltree chars6\cvs deltree FMV\cvs deltree gfx\cvs deltree level00\cvs deltree level01\cvs deltree level02\cvs deltree level03\cvs deltree level04\cvs deltree level05\cvs deltree level06\cvs deltree level07\cvs deltree level08\cvs deltree level09\cvs deltree level10\cvs deltree level11\cvs deltree level12\cvs deltree level13\cvs deltree level14\cvs deltree level15\cvs deltree level16\cvs deltree level17\cvs deltree level18\cvs deltree level19\cvs deltree PAD\cvs deltree sfx\cvs
Logs
There are lots of log files inside level folders from the previously mentioned utility pconv. They have references to the PSX version input files and the resultant *.ngn files. Here are some examples:
#DETAIL_STATS #LOGFILE #Define the PSX scene file. INPUT_FILE ..\level09\level1.dat #Define the PSX texture file. TEXTURE_FILE ..\level09\level1.raw TEXTURE_FILE ..\gfx\level1a.raw #Define the final output file. OUTPUT_FILE ..\level09\level1.ngn CREATUREFILE ..\creatures.cfg INPUTFILE : OUTPUTFILE : levelt1.ngn TEXTUREFILE : level1.raw ERROR : File not found or zero length.
File Lists
In data\tmp.txt, there's a dump of the Windows "dir" command on the data\ folder on a development PC from before the game was fully finished. In it, we can see for example, BMP source files that are packed in *.ngn files in the final game. We can also see development PC C: drive size:
Volume in drive C is unlabeled Serial number is 165C:1306 Directory of C:\Toy2CD\data\*.* 14/09/99 15:49 <DIR> . 14/09/99 15:49 <DIR> .. 14/09/99 15:49 <DIR> BITS 14/09/99 15:50 <DIR> chars 14/09/99 15:50 <DIR> chars2 14/09/99 15:50 <DIR> chars3 14/09/99 15:50 <DIR> chars4 14/09/99 15:50 <DIR> chars5 14/09/99 15:50 <DIR> chars6 18/10/99 15:42 <DIR> Copy of sfx 14/09/99 15:49 <DIR> FMV 14/09/99 15:50 <DIR> gfx 14/09/99 15:50 <DIR> level00 14/09/99 15:50 <DIR> level01 14/09/99 15:51 <DIR> level02 14/09/99 15:51 <DIR> level03 14/09/99 15:51 <DIR> level04 14/09/99 15:51 <DIR> level05 14/09/99 15:51 <DIR> level06 14/09/99 15:51 <DIR> level07 14/09/99 15:51 <DIR> level08 14/09/99 15:51 <DIR> level09 14/09/99 15:52 <DIR> level10 14/09/99 15:52 <DIR> level11 14/09/99 15:52 <DIR> level12 14/09/99 15:52 <DIR> level13 14/09/99 15:52 <DIR> level14 14/09/99 15:52 <DIR> level15 14/09/99 15:52 <DIR> level16 14/09/99 15:52 <DIR> level17 14/09/99 15:52 <DIR> level18 14/09/99 15:52 <DIR> level19 14/09/99 15:49 <DIR> PAD 7/10/99 12:55 <DIR> pcbits 21/09/99 13:02 <DIR> sfx 14/09/99 15:45 3 cd.txt 14/09/99 15:45 2,248 creatures.bak 11/10/99 16:13 2,248 creatures.cfg 14/09/99 15:45 266 dupeconv.btm 23/09/99 10:32 1,261 mkdat.bak 11/10/99 16:52 1,258 mkdat.btm 14/09/99 15:45 1,206 mkgfx.bak 23/09/99 10:26 1,125 mkgfx.btm 4/05/99 23:37 489,472 psx.exe 14/09/99 15:45 2,048 rand.dat 7/10/99 18:43 595,968 SLES_020.67 13/08/99 15:37 567,296 SLUS_008.93 26/09/99 12:11 68 system.cnf 6/10/99 11:22 2,261 tmp.bak 6/10/99 11:23 471 tmp.btm 18/10/99 17:31 0 tmp.txt 23/09/99 11:04 604 toy2.bak 14/10/99 8:54 24 toy2.cfg 28/09/99 18:15 620 toy2.ini 14/10/99 8:54 327 Toy200.sav 14/09/99 15:45 644 uncvs.btm 1,669,418 bytes in 21 files and 35 dirs 1,728,512 bytes allocated Directory of C:\Toy2CD\data\BITS\*.* 14/09/99 15:49 <DIR> . 14/09/99 15:49 <DIR> .. 7/10/99 18:38 64,784 memory.bin 64,784 bytes in 1 file and 2 dirs 65,536 bytes allocated Directory of C:\Toy2CD\data\chars\*.* 14/09/99 15:50 <DIR> . 14/09/99 15:50 <DIR> .. 7/07/99 14:42 6,752 army.all 7/07/99 14:42 9,330 army.anm 19/08/99 15:40 15,392 bopeep.all 19/08/99 15:40 4,672 bopeep.anm 9/09/99 18:20 17,892 buzz.all 9/09/99 18:21 156,094 buzz.anm 14/09/99 15:45 3,760 buzzarm.all 14/09/99 15:45 68 buzzarm.anm 14/09/99 15:45 7,956 buzzint.all 14/09/99 15:45 56 buzzint.anm 24/08/99 18:01 2,532 cotbit.all 24/08/99 18:01 56 cotbit.anm 7/07/99 14:42 8,604 hamm.all 7/07/99 14:42 1,496 hamm.anm 8/07/99 15:04 12,744 mrpot.all 8/07/99 15:04 8,308 mrpot.anm 7/07/99 14:42 12,708 rc.all 7/07/99 14:42 10,208 rc.anm 7/07/99 14:42 10,956 sheep.all 7/07/99 14:42 1,340 sheep.anm 7/07/99 14:42 13,212 tinman.all 7/07/99 14:42 25,780 tinman.anm 24/08/99 18:56 14,068 woody.all 24/08/99 18:56 2,956 woody.anm 7/07/99 14:42 11,348 zurg1.all 7/07/99 14:42 9,872 zurg1.anm 12/07/99 17:05 8,920 zurg3.all 12/07/99 17:06 10,852 zurg3.anm 387,932 bytes in 28 files and 2 dirs 458,752 bytes allocated Directory of C:\Toy2CD\data\chars2\*.* 14/09/99 15:50 <DIR> . 14/09/99 15:50 <DIR> .. 17/08/99 13:32 3,560 drill.all 17/08/99 13:32 278 drill.anm 2/09/99 17:08 4,056 ftyke.all 2/09/99 17:08 422 ftyke.anm 7/07/99 14:43 8,180 lawn.all 7/07/99 14:43 344 lawn.anm 2/09/99 17:09 3,288 ltyke.all 2/09/99 17:09 350 ltyke.anm 15/07/99 11:56 5,884 mouse.all 15/07/99 11:56 2,494 mouse.anm 23/08/99 10:30 664 paint.all 23/08/99 10:30 68 paint.anm 20/07/99 12:49 15,924 shiny.all 20/07/99 12:50 12,252 shiny.anm 4/08/99 13:48 9,788 slime.all 4/08/99 13:50 18,344 slime.anm 7/07/99 14:43 4,372 zboat.all 7/07/99 14:43 926 zboat.anm 20/07/99 15:16 5,924 zgcar.all 7/07/99 14:43 780 zgcar.anm 7/07/99 14:43 8,204 zkite.all 7/07/99 14:43 526 zkite.anm 7/07/99 14:43 8,132 zpod.all 7/07/99 14:43 1,388 zpod.anm 116,148 bytes in 24 files and 2 dirs 172,032 bytes allocated Directory of C:\Toy2CD\data\chars3\*.* 14/09/99 15:50 <DIR> . 14/09/99 15:50 <DIR> .. 7/07/99 14:43 1,308 box.all 7/07/99 14:43 3,584 box.anm 7/07/99 14:43 2,404 bplane.all 7/07/99 14:43 1,606 bplane.anm 22/07/99 16:12 8,588 buzzard.all 22/07/99 16:13 2,748 buzzard.anm 8/07/99 17:15 4,652 chick.all 8/07/99 17:15 648 chick.anm 19/07/99 17:52 4,436 clown.all 19/07/99 17:52 618 clown.anm 5/08/99 12:11 12,468 dino.all 5/08/99 12:12 9,480 dino.anm 7/07/99 14:43 14,940 gunsp.all 7/07/99 14:43 9,530 gunsp.anm 7/07/99 14:43 1,620 hoola.all 7/07/99 14:43 196 hoola.anm 15/07/99 16:45 1,428 lock.all 15/07/99 16:45 164 lock.anm 14/07/99 11:02 4,748 mum.all 8/07/99 17:16 648 mum.anm 8/07/99 15:16 8,000 rattle.all 8/07/99 15:16 6,252 rattle.anm 8/07/99 17:16 5,928 roost.all 8/07/99 17:16 650 roost.anm 106,644 bytes in 24 files and 2 dirs 172,032 bytes allocated Directory of C:\Toy2CD\data\chars4\*.* 14/09/99 15:50 <DIR> . 14/09/99 15:50 <DIR> .. 14/09/99 15:45 3,344 beaver.all 14/09/99 15:45 616 beaver.anm 19/07/99 11:28 19,348 Bullseye.all 19/07/99 11:29 5,756 Bullseye.anm 19/07/99 22:04 3,220 ducks.all 19/07/99 22:04 440 ducks.anm 22/07/99 16:25 11,128 fatbloke.all 22/07/99 16:25 8,680 fatbloke.anm 20/07/99 11:58 7,824 fsauce.all 20/07/99 11:59 760 fsauce.anm 22/07/99 14:35 3,492 george.all 22/07/99 14:35 164 george.anm 18/08/99 11:54 17,376 gunsl.all 18/08/99 11:54 16,980 gunsl.anm 20/07/99 16:40 14,684 jessie.all 20/07/99 16:40 1,880 jessie.anm 22/07/99 14:45 3,204 karen.all 22/07/99 14:46 164 karen.anm 20/07/99 11:05 7,468 martian.all 20/07/99 11:06 616 martian.anm 29/07/99 14:41 3,156 mildred.all 29/07/99 14:42 116 mildred.anm 20/07/99 11:29 6,776 mother.all 20/07/99 11:29 350 mother.anm 22/07/99 14:50 3,300 pilot.all 22/07/99 14:50 228 pilot.anm 14/09/99 15:45 15,120 rex.all 14/09/99 15:45 2,934 rex.anm 29/07/99 18:00 13,832 rocky.all 29/07/99 18:01 3,286 rocky.anm 9/09/99 18:48 14,148 slinky.all 9/09/99 18:48 2,744 slinky.anm 193,134 bytes in 32 files and 2 dirs 262,144 bytes allocated Directory of C:\Toy2CD\data\chars5\*.* 14/09/99 15:50 <DIR> . 14/09/99 15:50 <DIR> .. 16/08/99 12:53 12,972 bbuggy.all 16/08/99 12:53 6,884 bbuggy.anm 29/07/99 11:59 5,024 bi.all 29/07/99 11:59 518 bi.anm 29/07/99 17:45 5,632 bub.all 29/07/99 17:46 10,368 bub.anm 26/07/99 12:19 4,088 buzl.all 26/07/99 12:16 16,272 buzz.all 5/08/99 12:04 2,100 luggage.all 5/08/99 12:04 420 luggage.anm 6/08/99 10:32 12,096 smith.all 6/08/99 10:37 11,856 smith.anm 2/09/99 16:52 18,568 zemp.all 2/09/99 16:52 11,978 zemp.anm 29/07/99 16:44 8,132 zpod.all 29/07/99 16:45 1,388 zpod.anm 128,296 bytes in 16 files and 2 dirs 155,648 bytes allocated Directory of C:\Toy2CD\data\chars6\*.* 14/09/99 15:50 <DIR> . 14/09/99 15:50 <DIR> .. 20/07/99 13:31 3,344 beaver.all 20/07/99 13:31 616 beaver.anm 5/08/99 13:21 2,608 lugman.all 5/08/99 13:22 228 lugman.anm 6/08/99 16:32 17,808 prosp.all 6/08/99 16:35 15,500 prosp.anm 5/08/99 14:50 3,976 rabid.all 5/08/99 14:50 420 rabid.anm 25/08/99 16:21 15,212 rex.all 25/08/99 16:21 2,646 rex.anm 62,358 bytes in 10 files and 2 dirs 81,920 bytes allocated Directory of C:\Toy2CD\data\Copy of sfx\*.* 18/10/99 15:42 <DIR> . 18/10/99 15:42 <DIR> .. 21/09/99 16:12 26,514 50coins.wav 21/09/99 16:12 36,990 AlienDie.wav 21/09/99 16:12 19,114 AlienHum.wav 21/09/99 16:12 26,392 AllBoss.wav 21/09/99 16:12 38,168 AlnBoss1.wav 21/09/99 16:12 33,806 AlnExplo.wav 21/09/99 16:12 27,724 AlnPods.wav 21/09/99 16:12 25,958 Balloon.wav 21/09/99 16:12 5,652 BaskBall.wav 21/09/99 16:12 24,738 BathWatr.wav 21/09/99 16:12 18,736 BBronco.wav 21/09/99 16:12 111,314 BigWind.wav 21/09/99 16:12 21,342 BiPlane.wav 21/09/99 16:12 32,372 Bootlnch.wav 21/09/99 16:12 21,746 bootloop.wav 21/09/99 16:12 9,614 BoxFall.wav 21/09/99 16:12 16,366 BuggyEng.wav 21/09/99 16:12 18,760 buzbrth1.wav 21/09/99 16:12 18,992 buzbrth2.wav 21/09/99 16:12 4,300 BuzClimb.wav 21/09/99 16:12 44,348 buzdie1.wav 21/09/99 16:12 42,758 BuzDizzy.wav 21/09/99 16:12 29,090 buzfall1.wav 21/09/99 16:12 5,490 buzjmp1.wav 21/09/99 16:12 5,826 buzjmp3.wav 21/09/99 16:12 5,060 BuzLaser.wav 21/09/99 16:12 8,078 BuzPole.wav 21/09/99 16:12 21,080 buzpush1.wav 21/09/99 16:12 16,056 BuzPwrUp.wav 21/09/99 16:12 20,850 buzshake.wav 21/09/99 16:12 12,672 Buzskid.wav 21/09/99 16:12 32,646 BuzSpin.wav 21/09/99 16:12 18,386 BuzStomp.wav 21/09/99 16:12 2,480 BuzstpL.wav 21/09/99 16:12 10,746 BuzTSpin.wav 21/09/99 16:12 36,812 BuzWhirl.wav 21/09/99 16:12 19,484 Buzwing.wav 21/09/99 16:12 14,046 BuzYLasr.wav 15/10/99 16:51 93,390 BUZZINF.wav 21/09/99 16:12 18,364 Cannon.wav 21/09/99 16:12 17,450 CarEngin.wav 21/09/99 16:12 8,322 CarSkid.wav 21/09/99 16:12 21,160 Chicken.wav 21/09/99 16:12 20,618 ChickSqk.wav 21/09/99 16:12 5,348 ClokTick.wav 21/09/99 16:12 24,546 Clown2.wav 21/09/99 16:12 34,320 Cockerel.wav 21/09/99 16:12 30,010 ConvBelt.wav 21/09/99 16:12 13,460 CosShld.wav 21/09/99 16:12 13,806 CotLatch.wav 21/09/99 16:12 8,202 DiscFire.wav 21/09/99 16:12 28,054 DragHevy.wav 21/09/99 16:12 29,772 DragnBrF.wav 21/09/99 16:12 31,132 DragnRrr.wav 21/09/99 16:12 18,510 DrilBos1.wav 21/09/99 16:12 32,294 DrilBos2.wav 21/09/99 16:12 16,212 DuckQuak.wav 21/09/99 16:12 47,216 Earthqke.wav 21/09/99 16:12 8,368 Elecbuzz.wav 21/09/99 16:12 50,568 ElecDril.wav 21/09/99 16:12 13,308 ElecFan.wav 21/09/99 16:12 49,456 ElecSaw.wav 21/09/99 16:12 9,164 Elecshok.wav 21/09/99 16:12 35,246 Explobig.wav 21/09/99 16:12 20,504 Explosma.wav 21/09/99 16:12 17,180 Flare.wav 21/09/99 16:12 39,990 FlyBy1.wav 21/09/99 16:12 48,322 FlyBy2.wav 21/09/99 16:12 3,184 GenBeep2.wav 21/09/99 16:12 1,468 GenBeep4.wav 21/09/99 16:12 1,554 GenBeep6.wav 21/09/99 16:12 2,742 GenBeep7.wav 21/09/99 16:12 8,434 GrapHook.wav 21/09/99 16:12 7,194 GrapLoop.wav 21/09/99 16:12 17,902 GravBoot.wav 21/09/99 16:12 92,246 grdnwind.wav 21/09/99 16:12 21,594 Gunfire2.wav 21/09/99 16:12 14,730 GunFire4.wav 21/09/99 16:12 16,348 GunFire5.wav 21/09/99 16:12 35,656 Helicopt.wav 21/09/99 16:12 12,680 HitLocks.wav 21/09/99 16:12 35,544 HorsShoe.wav 21/09/99 16:12 11,006 HotSplsh.wav 21/09/99 16:12 8,304 Inflate.wav 21/09/99 16:12 34,254 JediExpl.wav 21/09/99 16:12 30,908 JediWind.wav 21/09/99 16:12 44,154 KiteBoss.wav 21/09/99 16:12 7,166 Lasrbeam.wav 21/09/99 16:12 4,134 LasrBurn.wav 21/09/99 16:12 14,870 LasrRic1.wav 21/09/99 16:12 21,374 LiftLoop.wav 21/09/99 16:12 18,874 LIFTSTOP.wav 21/09/99 16:12 8,272 MaleHit.wav 21/09/99 16:12 15,694 MouseSqk.wav 21/09/99 16:12 9,864 Mower.wav 21/09/99 16:12 19,888 Overhere.wav 21/09/99 16:12 20,244 PickAxe.wav 21/09/99 16:12 10,548 Pickup1.wav 21/09/99 16:12 14,232 Pickup5.wav 21/09/99 16:12 23,576 PistonDn.wav 21/09/99 16:12 16,392 PistonUp.wav 21/09/99 16:12 6,080 PlaneGun.wav 21/09/99 16:12 20,296 PlaneTxi.wav 21/09/99 16:12 11,594 PlankDrp.wav 21/09/99 16:12 8,052 PodHover.wav 21/09/99 16:12 54,418 Proplane.wav 21/09/99 16:12 39,754 PzzaTokn.wav 21/09/99 16:12 4,610 RabChomp.wav 21/09/99 16:12 30,084 RainLoop.wav 21/09/99 16:12 10,608 Rivets.wav 21/09/99 16:12 40,910 Rob2lasr.wav 21/09/99 16:12 27,538 RobBoing.wav 21/09/99 16:12 14,582 RobCoptr.wav 21/09/99 16:12 19,718 RobHit.wav 21/09/99 16:12 30,592 RoboWhir.wav 21/09/99 16:12 10,724 RobWind.wav 21/09/99 16:12 21,088 SheepBaa.wav 21/09/99 16:12 14,128 SkBoard.wav 21/09/99 16:12 20,666 SnakeHis.wav 21/09/99 16:12 5,128 SoldrHuh.wav 21/09/99 16:12 14,628 SoldrYes.wav 21/09/99 16:12 16,762 SpadeFal.wav 21/09/99 16:12 27,120 SpdrMove.wav 21/09/99 16:12 37,754 SpdrRoar.wav 21/09/99 16:12 44,438 SpidrDie.wav 21/09/99 16:12 30,044 Splash.wav 21/09/99 16:12 12,956 Splat.wav 21/09/99 16:12 42,566 SprngJmp.wav 21/09/99 16:12 32,648 Sputter.wav 21/09/99 16:12 2,526 Switch.wav 21/09/99 16:12 9,174 TennisBl.wav 21/09/99 16:12 15,556 TextBox1.wav 21/09/99 16:12 20,200 TextBox2.wav 21/09/99 16:12 69,322 Thunder.wav 21/09/99 16:12 22,068 ToyPlane.wav 21/09/99 16:12 26,694 ToyTrain.wav 21/09/99 16:12 31,112 TrashLid.wav 21/09/99 16:12 12,470 UfoLoop.wav 21/09/99 16:12 41,196 UndrWatr.wav 21/09/99 16:12 66,902 USALI01.wav 21/09/99 16:12 68,622 USALI02.wav 21/09/99 16:12 47,574 USBOP02.wav 21/09/99 16:12 51,086 USBOP04.wav 21/09/99 16:12 30,442 USBOP05.wav 7/10/99 10:23 108,546 Usbuz20.wav 7/10/99 10:23 41,838 Usbuz25.wav 7/10/99 10:23 70,998 Usbuz43.wav 7/10/99 10:23 94,178 Usbuz47.wav 7/10/99 10:23 79,642 Usbuz49.wav 7/10/99 10:23 184,388 Usbuz50.wav 7/10/99 10:23 56,824 Usbuz51.wav 7/10/99 10:23 42,880 Usbuz55.wav 7/10/99 10:23 90,880 Usbuz57.wav 7/10/99 10:23 105,680 Usbuz64.wav 7/10/99 10:23 131,018 Usbuz66.wav 7/10/99 10:23 79,196 Usbuz79.wav 7/10/99 10:23 68,588 Usbuz80.wav 7/10/99 10:23 27,422 Usbuz81.wav 7/10/99 10:23 25,430 Usbuz87.wav 21/09/99 16:12 73,740 Usbuzz01.wav 21/09/99 16:12 27,940 USHAMM01.wav 21/09/99 16:12 27,820 USHAMM02.wav 21/09/99 16:12 27,018 USHAMM03.wav 21/09/99 16:12 51,476 USHAMM04.wav 21/09/99 16:12 47,206 USHAMM05.wav 21/09/99 16:12 27,830 USHAMM06.wav 21/09/99 16:12 86,982 USHAMM17.wav 21/09/99 16:12 45,766 USHAMM18.wav 21/09/99 16:12 46,218 USJESS01.wav 21/09/99 16:12 52,492 USJESS03.wav 21/09/99 16:12 30,336 USJESS06.wav 21/09/99 16:12 38,754 USJESS07.wav 21/09/99 16:12 27,280 USMRP01.wav 21/09/99 16:12 39,696 USMRP02.wav 21/09/99 16:12 31,232 USMRP06.wav 21/09/99 16:12 150,036 USMRP09.wav 21/09/99 16:12 94,708 USMRP10.wav 21/09/99 16:12 131,164 USMRP11.wav 21/09/99 16:12 62,234 USMRP12.wav 21/09/99 16:12 133,216 USMRP31.wav 21/09/99 16:12 28,496 USPROS02.wav 21/09/99 16:12 29,914 USPROS03.wav 21/09/99 16:12 28,788 USPROS05.wav 21/09/99 16:12 50,038 USPROS07.wav 21/09/99 16:12 80,826 USPROS09.wav 21/09/99 16:12 48,312 USPROS10.wav 21/09/99 16:12 60,558 USPROS12.wav 21/09/99 16:12 14,212 USPROS17.wav 21/09/99 16:12 14,318 USPROS19.wav 21/09/99 16:12 21,496 USPROS20.wav 21/09/99 16:12 47,348 USPROS27.wav 21/09/99 16:12 68,770 usrex01.wav 21/09/99 16:12 52,650 usrex04.wav 21/09/99 16:12 38,588 usrex05.wav 21/09/99 16:12 56,162 usrex12.wav 21/09/99 16:12 39,422 usrex13.wav 21/09/99 16:12 20,902 usrex14.wav 21/09/99 16:12 35,026 usrex15.wav 21/09/99 16:12 87,472 usrex20.wav 21/09/99 16:12 85,992 usrex21.wav 21/09/99 16:12 67,558 ussarg01.wav 21/09/99 16:12 80,092 ussarg05.wav 21/09/99 16:12 75,088 ussarg07.wav 21/09/99 16:12 71,512 USSLIN01.wav 21/09/99 16:12 32,292 USSLIN13.wav 21/09/99 16:12 29,586 USSLIN15.wav 21/09/99 16:12 50,142 USSLIN17.wav 21/09/99 16:12 109,076 USZURG01.wav 21/09/99 16:12 63,742 USZURG04.wav 21/09/99 16:12 68,276 USZURG06.wav 21/09/99 16:12 98,666 USZURG07.wav 21/09/99 16:12 27,384 USZURG10.wav 21/09/99 16:12 82,756 USZURG12.wav 21/09/99 16:12 9,862 USZURG13.wav 21/09/99 16:12 49,716 USZURG16.wav 21/09/99 16:12 13,314 VentFan.wav 21/09/99 16:12 36,032 Ventwind.wav 21/09/99 16:12 31,234 Vidgame1.wav 21/09/99 16:12 30,854 Vidgame2.wav 21/09/99 16:12 18,480 Vidgame3.wav 21/09/99 16:12 24,880 VultDie.wav 21/09/99 16:12 13,214 VultFlap.wav 21/09/99 16:12 12,608 VultSq1.wav 21/09/99 16:12 5,612 WetStepL.wav 21/09/99 16:12 11,830 Yippee.wav 21/09/99 16:12 19,680 ZurgShot.wav 7,961,686 bytes in 226 files and 2 dirs 8,437,760 bytes allocated Directory of C:\Toy2CD\data\FMV\*.* 14/09/99 15:49 <DIR> . 14/09/99 15:49 <DIR> .. 7/10/99 18:38 509,352 fmv.bin 509,352 bytes in 1 file and 2 dirs 512,000 bytes allocated Directory of C:\Toy2CD\data\gfx\*.* 14/09/99 15:50 <DIR> . 14/09/99 15:50 <DIR> .. 14/09/99 15:45 78 bonus.bak 23/09/99 10:22 80 bonus.cfg 11/10/99 16:05 442,589 bonus.ngn 24/09/99 13:04 40,192 bonus.raw 14/09/99 15:45 78 boss.bak 23/09/99 10:22 78 boss.cfg 11/10/99 16:05 442,589 boss.ngn 24/09/99 13:04 52,376 boss.raw 14/09/99 15:45 19,588 boss1.raw 14/09/99 15:45 19,588 boss2.raw 14/09/99 15:45 19,588 boss3.raw 14/09/99 15:45 19,588 boss4.raw 14/09/99 15:45 19,588 boss5.raw 14/09/99 15:45 58,408 circus.raw 14/09/99 15:45 78 congrats.bak 23/09/99 10:22 86 congrats.cfg 11/10/99 16:05 442,589 congrats.ngn 24/09/99 13:04 46,732 congrats.raw 21/09/99 18:23 442,589 film.ngn 14/09/99 15:45 78 gamewin.bak 23/09/99 10:22 84 gamewin.cfg 11/10/99 16:05 442,589 gamewin.ngn 24/09/99 13:04 58,748 gamewin.raw 14/09/99 15:45 145 level1a.bak 5/10/99 15:43 191 level1a.cfg 11/10/99 16:05 677,853 level1a.ngn 24/09/99 13:03 81,564 level1a.raw 14/09/99 15:45 84 level1b.cfg 11/10/99 16:05 442,589 level1b.ngn 24/09/99 13:03 70,084 level1b.raw 14/09/99 15:45 84 level1c.cfg 11/10/99 16:05 442,589 level1c.ngn 24/09/99 13:03 78,688 level1c.raw 14/09/99 15:45 84 level2a.cfg 11/10/99 16:05 442,589 level2a.ngn 24/09/99 13:03 57,176 level2a.raw 14/09/99 15:45 84 level2b.cfg 11/10/99 16:05 442,589 level2b.ngn 24/09/99 13:03 67,900 level2b.raw 14/09/99 15:45 84 level2c.cfg 11/10/99 16:05 442,589 level2c.ngn 24/09/99 13:03 66,284 level2c.raw 14/09/99 15:45 84 level3a.cfg 11/10/99 16:05 442,589 level3a.ngn 24/09/99 13:03 67,340 level3a.raw 14/09/99 15:45 84 level3b.cfg 11/10/99 16:05 442,589 level3b.ngn 24/09/99 13:03 67,072 level3b.raw 14/09/99 15:45 84 level3c.cfg 11/10/99 16:05 442,589 level3c.ngn 24/09/99 13:03 56,500 level3c.raw 14/09/99 15:45 84 level4a.cfg 11/10/99 16:05 442,589 level4a.ngn 24/09/99 13:03 73,524 level4a.raw 14/09/99 15:45 84 level4b.cfg 11/10/99 16:05 442,589 level4b.ngn 24/09/99 13:03 64,604 level4b.raw 14/09/99 15:45 84 level4c.cfg 11/10/99 16:05 442,589 level4c.ngn 24/09/99 13:03 67,036 level4c.raw 14/09/99 15:45 84 level5a.cfg 11/10/99 16:05 442,589 level5a.ngn 24/09/99 13:03 69,876 level5a.raw 14/09/99 15:45 84 level5b.cfg 11/10/99 16:05 442,589 level5b.ngn 24/09/99 13:04 65,052 level5b.raw 14/09/99 15:45 84 level5c.cfg 11/10/99 16:05 442,589 level5c.ngn 24/09/99 13:04 58,628 level5c.raw 14/09/99 15:45 84 loading.cfg 11/10/99 16:05 245,914 loading.ngn 24/09/99 13:03 10,932 loading.raw 14/09/99 15:45 86 training.cfg 11/10/99 16:05 442,589 training.ngn 14/09/99 15:45 120,144 training.raw 11,274,669 bytes in 75 files and 2 dirs 11,509,760 bytes allocated Directory of C:\Toy2CD\data\level00\*.* 14/09/99 15:50 <DIR> . 14/09/99 15:50 <DIR> .. 14/10/99 15:16 245,814 bgr36.bmp 18/10/99 13:08 245,814 bgr40.bmp 18/10/99 13:08 245,814 bgr41.bmp 25/02/99 19:58 4 level.bin 14/10/99 11:16 2,770,866 level.ngn 5/10/99 13:30 166,104 level.raw 5/10/99 13:30 96,860 level1.raw 5/10/99 13:30 158,632 level2.raw 5/10/99 13:30 123,816 level3.raw 14/10/99 11:15 500 levelt1.bak 14/10/99 11:33 542 levelt1.cfg 18/10/99 13:08 2,031,093 levelt1.ngn 5/10/99 14:41 420 levelt2.bak 5/10/99 15:41 414 levelt2.cfg 18/10/99 13:08 2,644,603 levelt2.ngn 5/10/99 14:41 324 levelt3.bak 14/10/99 14:14 828 levelt3.cfg 14/10/99 15:16 1,306,558 levelt3.ngn 30/09/99 17:04 605 Pconv.bak 5/10/99 14:40 647 Pconv.cfg 18/10/99 13:08 109 PCONV.LOG 18/10/99 13:08 196,662 tex00.bmp 18/10/99 13:08 196,662 tex01.bmp 18/10/99 13:08 196,662 tex02.bmp 18/10/99 13:08 15,414 tex03.bmp 18/10/99 13:08 196,662 tex04.bmp 18/10/99 13:08 196,662 tex05.bmp 18/10/99 13:08 196,662 tex06.bmp 18/10/99 13:08 196,662 tex07.bmp 18/10/99 13:08 196,662 tex08.bmp 18/10/99 13:08 196,662 tex09.bmp 18/10/99 13:08 196,662 tex17.bmp 18/10/99 13:08 196,662 tex18.bmp 18/10/99 13:08 196,662 tex19.bmp 12,415,725 bytes in 34 files and 2 dirs 12,525,568 bytes allocated Directory of C:\Toy2CD\data\level01\*.* 14/09/99 15:50 <DIR> . 14/09/99 15:50 <DIR> .. 14/09/99 15:46 487,096 backup of house level.dat 7/10/99 18:38 13,836 level.bin 5/10/99 10:30 437,164 level.dat 14/09/99 15:46 630,516 level.kep 14/09/99 15:46 626,888 level.kp2 14/09/99 15:46 467,198 level.new 12/10/99 15:19 7,017,993 level.ngn 7/10/99 18:39 469,276 level.raw 14/09/99 15:46 171,952 level.raws 14/09/99 15:46 94,348 level.vis 7/10/99 18:38 18,876 level1.bin 27/09/99 15:38 419,408 level1.dat 12/10/99 15:20 6,692,851 level1.ngn 7/10/99 18:42 447,652 level1.raw 5/10/99 15:03 346 Pconv.bak 5/10/99 16:49 392 Pconv.cfg 27/09/99 14:14 103,368 TERR1.ALL 7/10/99 16:23 116,368 TERRAIN.ALL 18,215,528 bytes in 18 files and 2 dirs 18,255,872 bytes allocated Directory of C:\Toy2CD\data\level02\*.* 14/09/99 15:51 <DIR> . 14/09/99 15:51 <DIR> .. 13/10/99 17:44 73,782 bgr36.bmp 13/10/99 17:44 245,814 bgr37.bmp 7/10/99 18:38 19,040 level.bin 27/09/99 1:14 196,888 level.dat 30/04/99 3:30 189,296 level.kep 13/10/99 17:44 5,693,816 level.ngn 7/10/99 18:40 472,420 level.raw 7/10/99 18:38 5,248 level1.bin 8/09/99 19:39 89,312 level1.dat 12/10/99 15:20 3,593,643 level1.ngn 7/10/99 18:42 228,740 level1.raw 5/10/99 17:07 426 Pconv.bak 13/10/99 17:33 801 Pconv.cfg 14/09/99 9:06 4,288 TERR1.ALL 11/10/99 10:52 115,816 TERRAIN.ALL 13/10/99 17:44 196,662 tex00.bmp 13/10/99 17:44 196,662 tex01.bmp 13/10/99 17:44 196,662 tex02.bmp 13/10/99 17:44 196,662 tex03.bmp 13/10/99 17:44 196,662 tex04.bmp 13/10/99 17:44 196,662 tex05.bmp 13/10/99 17:44 196,662 tex08.bmp 13/10/99 17:44 196,662 tex10.bmp 13/10/99 17:44 196,662 tex13.bmp 13/10/99 17:44 49,206 tex14.bmp 13/10/99 17:44 196,662 tex16.bmp 13/10/99 17:44 196,662 tex17.bmp 13/10/99 17:44 196,662 tex18.bmp 13/10/99 17:44 196,662 tex19.bmp 13/10/99 17:44 196,662 tex31.bmp 13,731,804 bytes in 30 files and 2 dirs 13,836,288 bytes allocated Directory of C:\Toy2CD\data\level03\*.* 14/09/99 15:51 <DIR> . 14/09/99 15:51 <DIR> .. 7/10/99 18:38 5,276 level.bin 9/09/99 5:56 45,904 level.dat 12/10/99 15:19 3,546,890 level.ngn 7/10/99 18:40 232,524 level.raw 7/10/99 18:38 10,368 level1.bin 1/10/99 13:33 332,424 level1.dat 12/10/99 15:20 6,755,317 level1.ngn 7/10/99 18:42 455,176 level1.raw 14/09/99 15:46 390 Pconv.bak 5/10/99 17:07 436 Pconv.cfg 7/10/99 15:33 132,300 TERR1.ALL 17/09/99 14:36 6,512 TERRAIN.ALL 11,523,517 bytes in 12 files and 2 dirs 11,554,816 bytes allocated Directory of C:\Toy2CD\data\level04\*.* 14/09/99 15:51 <DIR> . 14/09/99 15:51 <DIR> .. 7/10/99 18:38 16,724 level.bin 29/09/99 17:28 318,312 level.dat 12/10/99 15:19 5,958,625 level.ngn 7/10/99 18:40 439,560 level.raw 7/10/99 18:38 12,232 level1.bin 27/09/99 0:49 306,340 level1.dat 12/10/99 15:20 6,357,578 level1.ngn 7/10/99 18:42 473,292 level1.raw 14/09/99 15:46 386 Pconv.bak 5/10/99 17:07 432 Pconv.cfg 5/10/99 11:57 123,360 TERR1.ALL 11/10/99 10:52 125,152 TERRAIN.ALL 14,131,993 bytes in 12 files and 2 dirs 14,159,872 bytes allocated Directory of C:\Toy2CD\data\level05\*.* 14/09/99 15:51 <DIR> . 14/09/99 15:51 <DIR> .. 7/10/99 18:38 13,432 level.bin 7/10/99 3:31 417,896 level.dat 12/10/99 15:19 6,817,240 level.ngn 7/10/99 18:40 417,252 level.raw 7/10/99 18:38 8,148 level1.bin 17/09/99 13:26 74,528 level1.dat 12/10/99 15:20 3,718,231 level1.ngn 7/10/99 18:42 319,032 level1.raw 14/09/99 15:46 390 Pconv.bak 5/10/99 17:08 436 Pconv.cfg 24/08/99 17:15 4,516 TERR1.ALL 7/10/99 15:38 107,564 TERRAIN.ALL 14/09/99 15:46 0 terrain.flr 14/09/99 15:46 0 terrain.grd 14/09/99 15:46 14,804 terrain.scn 14/09/99 15:46 0 terrain.wal 14/09/99 15:46 0 terrain.wuv 11,913,469 bytes in 17 files and 2 dirs 11,943,936 bytes allocated Directory of C:\Toy2CD\data\level06\*.* 14/09/99 15:51 <DIR> . 14/09/99 15:51 <DIR> .. 7/10/99 18:38 3,608 level.bin 9/09/99 5:05 31,136 level.dat 12/10/99 15:19 3,445,396 level.ngn 7/10/99 18:40 218,612 level.raw 7/10/99 18:38 624 level1.bin 15/09/99 11:38 109,876 level1.dat 14/09/99 15:46 2,282,954 level1.ngn 7/10/99 18:42 164,064 level1.raw 12/10/99 15:20 3,266,329 level1t1.ngn 18/10/99 17:13 2,033,539 level1t2.ngn 14/10/99 13:38 1,821,236 level1t3.ngn 7/10/99 18:43 138,968 level2.raw 7/10/99 18:42 84,880 level3.raw 14/09/99 15:46 340 Pconv.bak 5/10/99 17:08 386 Pconv.cfg 4/08/99 9:38 724 TERR1.ALL 26/08/99 16:27 13,648 TERRAIN.ALL 13,616,320 bytes in 17 files and 2 dirs 13,656,064 bytes allocated Directory of C:\Toy2CD\data\level07\*.* 14/09/99 15:51 <DIR> . 14/09/99 15:51 <DIR> .. 7/10/99 18:38 12,884 level.bin 4/10/99 22:43 218,352 level.dat 12/10/99 15:19 5,561,235 level.ngn 7/10/99 18:41 405,744 level.raw 7/10/99 18:38 24 level1.bin 28/09/98 12:31 107,880 level1.dat 6/10/98 17:23 541,424 level1.raw 14/09/99 15:46 408 Pconv.bak 5/10/99 17:08 454 Pconv.cfg 30/09/98 18:57 61,560 TERR1.ALL 11/10/99 10:13 91,808 TERRAIN.ALL 7,001,773 bytes in 11 files and 2 dirs 7,036,928 bytes allocated Directory of C:\Toy2CD\data\level08\*.* 14/09/99 15:51 <DIR> . 14/09/99 15:51 <DIR> .. 7/10/99 18:38 12,908 level.bin 5/10/99 4:41 238,128 level.dat 12/10/99 15:19 5,491,815 level.ngn 7/10/99 18:41 404,752 level.raw 7/10/99 18:38 24 level1.bin 28/09/98 12:31 107,880 level1.dat 6/10/98 17:23 541,424 LEVEL1.RAW 14/09/99 15:46 390 Pconv.bak 5/10/99 17:08 436 Pconv.cfg 30/09/98 18:57 61,560 TERR1.ALL 5/10/99 15:51 66,804 TERRAIN.ALL 14/09/99 15:46 5,297,664 _level.ngn 12,223,785 bytes in 12 files and 2 dirs 12,259,328 bytes allocated Directory of C:\Toy2CD\data\level09\*.* 14/09/99 15:51 <DIR> . 14/09/99 15:51 <DIR> .. 7/10/99 18:38 7,608 level.bin 9/09/99 5:26 22,744 level.dat 12/10/99 15:19 2,950,749 level.ngn 7/10/99 18:41 299,380 level.raw 7/10/99 18:38 24 level1.bin 28/09/98 12:31 107,880 level1.dat 6/10/98 17:23 541,424 LEVEL1.RAW 14/09/99 15:46 305 Pconv.bak 5/10/99 17:08 351 Pconv.cfg 30/09/98 18:57 61,560 TERR1.ALL 10/09/99 10:03 12,564 TERRAIN.ALL 4,004,589 bytes in 11 files and 2 dirs 4,038,656 bytes allocated Directory of C:\Toy2CD\data\level10\*.* 14/09/99 15:52 <DIR> . 14/09/99 15:52 <DIR> .. 7/10/99 18:38 18,336 level.bin 28/09/99 16:49 240,572 level.dat 12/10/99 15:20 5,940,909 level.ngn 7/10/99 18:41 377,016 level.raw 6/10/98 17:16 2,652 level1.bin 28/09/98 12:31 107,880 level1.dat 6/10/98 17:23 541,424 LEVEL1.RAW 14/09/99 15:46 390 Pconv.bak 5/10/99 17:08 436 Pconv.cfg 30/09/98 18:57 61,560 TERR1.ALL 7/10/99 10:48 98,156 TERRAIN.ALL 7,389,331 bytes in 11 files and 2 dirs 7,417,856 bytes allocated Directory of C:\Toy2CD\data\level11\*.* 14/09/99 15:52 <DIR> . 14/09/99 15:52 <DIR> .. 14/09/99 15:46 426 Pconv.bak 5/10/99 17:08 472 Pconv.cfg 898 bytes in 2 files and 2 dirs 8,192 bytes allocated Directory of C:\Toy2CD\data\level12\*.* 14/09/99 15:52 <DIR> . 14/09/99 15:52 <DIR> .. 14/09/99 15:46 426 Pconv.bak 5/10/99 17:08 472 Pconv.cfg 898 bytes in 2 files and 2 dirs 8,192 bytes allocated Directory of C:\Toy2CD\data\level13\*.* 14/09/99 15:52 <DIR> . 14/09/99 15:52 <DIR> .. 14/09/99 15:46 426 Pconv.bak 5/10/99 17:08 472 Pconv.cfg 898 bytes in 2 files and 2 dirs 8,192 bytes allocated Directory of C:\Toy2CD\data\level14\*.* 14/09/99 15:52 <DIR> . 14/09/99 15:52 <DIR> .. 14/09/99 15:46 426 Pconv.bak 5/10/99 17:09 472 Pconv.cfg 898 bytes in 2 files and 2 dirs 8,192 bytes allocated Directory of C:\Toy2CD\data\level15\*.* 14/09/99 15:52 <DIR> . 14/09/99 15:52 <DIR> .. 14/09/99 15:46 442 Pconv.bak 5/10/99 17:09 488 Pconv.cfg 930 bytes in 2 files and 2 dirs 8,192 bytes allocated Directory of C:\Toy2CD\data\level16\*.* 14/09/99 15:52 <DIR> . 14/09/99 15:52 <DIR> .. 14/10/99 13:38 393,270 bgr36.bmp 23/09/99 10:31 265 levelt1.bak 8/10/99 11:39 389 levelt1.cfg 21/09/99 11:34 267 levelt2.bak 5/10/99 14:09 309 levelt2.cfg 5/10/99 8:33 316 levelt3.bak 5/10/99 14:09 358 levelt3.cfg 21/09/99 11:33 327 pconv.bak 5/10/99 14:09 371 pconv.cfg 18/10/99 17:13 98,358 tex00.bmp 18/10/99 17:13 196,662 tex01.bmp 18/10/99 17:13 98,358 tex02.bmp 18/10/99 17:13 196,662 tex03.bmp 18/10/99 17:13 98,358 tex04.bmp 18/10/99 17:13 98,358 tex05.bmp 18/10/99 17:13 98,358 tex06.bmp 18/10/99 17:13 98,358 tex07.bmp 18/10/99 17:13 196,662 tex17.bmp 1,576,006 bytes in 18 files and 2 dirs 1,646,592 bytes allocated Directory of C:\Toy2CD\data\level17\*.* 14/09/99 15:52 <DIR> . 14/09/99 15:52 <DIR> .. 14/09/99 15:46 298 pconv.cfg 298 bytes in 1 file and 2 dirs 4,096 bytes allocated Directory of C:\Toy2CD\data\level18\*.* 14/09/99 15:52 <DIR> . 14/09/99 15:52 <DIR> .. 14/09/99 15:46 298 pconv.cfg 298 bytes in 1 file and 2 dirs 4,096 bytes allocated Directory of C:\Toy2CD\data\level19\*.* 14/09/99 15:52 <DIR> . 14/09/99 15:52 <DIR> .. 14/09/99 15:46 298 pconv.cfg 298 bytes in 1 file and 2 dirs 4,096 bytes allocated Directory of C:\Toy2CD\data\PAD\*.* 14/09/99 15:49 <DIR> . 14/09/99 15:49 <DIR> .. 23/09/99 15:42 776 PATH01.BIN 10/09/99 15:20 520 PATH02.BIN 2/10/98 1:17 2,728 PATH03.BIN 23/09/99 15:44 1,072 PATH04.BIN 20/05/98 13:39 1,224 PATH05.BIN 17/09/99 15:55 160 PATH07.BIN 23/09/99 15:46 1,460 PATH08.BIN 21/09/99 12:33 4,096 PATH10.BIN 23/09/99 15:47 1,140 PATH11.BIN 2/10/98 1:15 2,212 PATH12.BIN 2/10/98 1:25 2,000 PATH13.BIN 23/09/99 15:49 1,176 PATH14.BIN 10/08/99 18:21 60 path14.kep 10/08/99 18:29 52 path14.new 18,676 bytes in 14 files and 2 dirs 57,344 bytes allocated Directory of C:\Toy2CD\data\pcbits\*.* 7/10/99 12:55 <DIR> . 7/10/99 12:55 <DIR> .. 30/09/99 10:23 983,096 rezsel.bmp 983,096 bytes in 1 file and 2 dirs 987,136 bytes allocated Directory of C:\Toy2CD\data\sfx\*.* 21/09/99 13:02 <DIR> . 21/09/99 13:02 <DIR> .. 21/09/99 16:12 26,514 50coins.wav 21/09/99 16:12 36,990 AlienDie.wav 21/09/99 16:12 19,114 AlienHum.wav 21/09/99 16:12 26,392 AllBoss.wav 21/09/99 16:12 38,168 AlnBoss1.wav 21/09/99 16:12 33,806 AlnExplo.wav 21/09/99 16:12 27,724 AlnPods.wav 21/09/99 16:12 25,958 Balloon.wav 21/09/99 16:12 5,652 BaskBall.wav 21/09/99 16:12 24,738 BathWatr.wav 21/09/99 16:12 18,736 BBronco.wav 21/09/99 16:12 111,314 BigWind.wav 21/09/99 16:12 21,342 BiPlane.wav 21/09/99 16:12 32,372 Bootlnch.wav 21/09/99 16:12 21,746 bootloop.wav 21/09/99 16:12 9,614 BoxFall.wav 21/09/99 16:12 16,366 BuggyEng.wav 21/09/99 16:12 18,760 buzbrth1.wav 21/09/99 16:12 18,992 buzbrth2.wav 21/09/99 16:12 4,300 BuzClimb.wav 21/09/99 16:12 44,348 buzdie1.wav 21/09/99 16:12 42,758 BuzDizzy.wav 21/09/99 16:12 29,090 buzfall1.wav 21/09/99 16:12 5,490 buzjmp1.wav 21/09/99 16:12 5,826 buzjmp3.wav 21/09/99 16:12 5,060 BuzLaser.wav 21/09/99 16:12 8,078 BuzPole.wav 21/09/99 16:12 21,080 buzpush1.wav 21/09/99 16:12 16,056 BuzPwrUp.wav 21/09/99 16:12 20,850 buzshake.wav 21/09/99 16:12 12,672 Buzskid.wav 21/09/99 16:12 32,646 BuzSpin.wav 21/09/99 16:12 18,386 BuzStomp.wav 21/09/99 16:12 2,480 BuzstpL.wav 21/09/99 16:12 10,746 BuzTSpin.wav 21/09/99 16:12 36,812 BuzWhirl.wav 21/09/99 16:12 19,484 Buzwing.wav 21/09/99 16:12 14,046 BuzYLasr.wav 15/10/99 16:51 93,390 BUZZINF.wav 23/09/99 0:42 5,678 Cancel.wav 21/09/99 16:12 18,364 Cannon.wav 21/09/99 16:12 17,450 CarEngin.wav 21/09/99 16:12 8,322 CarSkid.wav 21/09/99 16:12 21,160 Chicken.wav 21/09/99 16:12 20,618 ChickSqk.wav 21/09/99 16:12 5,348 ClokTick.wav 21/09/99 16:12 24,546 Clown2.wav 21/09/99 16:12 34,320 Cockerel.wav 21/09/99 16:12 30,010 ConvBelt.wav 21/09/99 16:12 13,460 CosShld.wav 21/09/99 16:12 13,806 CotLatch.wav 21/09/99 16:12 8,202 DiscFire.wav 21/09/99 16:12 28,054 DragHevy.wav 21/09/99 16:12 29,772 DragnBrF.wav 21/09/99 16:12 31,132 DragnRrr.wav 21/09/99 16:12 18,510 DrilBos1.wav 21/09/99 16:12 32,294 DrilBos2.wav 21/09/99 16:12 16,212 DuckQuak.wav 21/09/99 16:12 47,216 Earthqke.wav 21/09/99 16:12 8,368 Elecbuzz.wav 21/09/99 16:12 50,568 ElecDril.wav 21/09/99 16:12 13,308 ElecFan.wav 21/09/99 16:12 49,456 ElecSaw.wav 21/09/99 16:12 9,164 Elecshok.wav 21/09/99 16:12 35,246 Explobig.wav 21/09/99 16:12 20,504 Explosma.wav 21/09/99 16:12 17,180 Flare.wav 21/09/99 16:12 39,990 FlyBy1.wav 21/09/99 16:12 48,322 FlyBy2.wav 30/08/99 11:58 3,262 GenBeep2.wav 30/08/99 11:58 1,538 GenBeep4.wav 30/08/99 11:58 1,640 GenBeep6.wav 30/08/99 11:58 2,812 GenBeep7.wav 21/09/99 16:12 8,434 GrapHook.wav 21/09/99 16:12 7,194 GrapLoop.wav 21/09/99 16:12 17,902 GravBoot.wav 21/09/99 16:12 92,246 grdnwind.wav 21/09/99 16:12 21,594 Gunfire2.wav 21/09/99 16:12 14,730 GunFire4.wav 21/09/99 16:12 16,348 GunFire5.wav 21/09/99 16:12 35,656 Helicopt.wav 21/09/99 16:12 12,680 HitLocks.wav 21/09/99 16:12 35,544 HorsShoe.wav 21/09/99 16:12 11,006 HotSplsh.wav 21/09/99 16:12 8,304 Inflate.wav 21/09/99 16:12 34,254 JediExpl.wav 21/09/99 16:12 30,908 JediWind.wav 21/09/99 16:12 44,154 KiteBoss.wav 21/09/99 16:12 7,166 Lasrbeam.wav 21/09/99 16:12 4,134 LasrBurn.wav 21/09/99 16:12 14,870 LasrRic1.wav 23/09/99 0:42 147,288 Level01.wav 23/09/99 0:42 138,888 Level02.wav 23/09/99 0:42 86,474 Level03.wav 23/09/99 0:42 99,994 Level04.wav 23/09/99 0:42 86,608 Level05.wav 23/09/99 0:42 104,962 Level06.wav 23/09/99 0:42 89,278 Level07.wav 23/09/99 0:42 113,078 Level08.wav 23/09/99 0:42 65,574 Level09.wav 23/09/99 0:42 101,094 Level10.wav 23/09/99 0:42 107,432 Level11.wav 23/09/99 0:42 79,736 Level12.wav 23/09/99 0:42 58,978 Level13.wav 23/09/99 0:42 117,644 Level14.wav 23/09/99 0:42 75,734 Level15.wav 21/09/99 16:12 21,374 LiftLoop.wav 21/09/99 16:12 18,874 LIFTSTOP.wav 21/09/99 16:12 8,272 MaleHit.wav 21/09/99 16:12 15,694 MouseSqk.wav 21/09/99 16:12 9,864 Mower.wav 21/09/99 16:12 19,888 Overhere.wav 21/09/99 16:12 20,244 PickAxe.wav 21/09/99 16:12 10,548 Pickup1.wav 21/09/99 16:12 14,232 Pickup5.wav 21/09/99 16:12 23,576 PistonDn.wav 21/09/99 16:12 16,392 PistonUp.wav 21/09/99 16:12 6,080 PlaneGun.wav 21/09/99 16:12 20,296 PlaneTxi.wav 21/09/99 16:12 11,594 PlankDrp.wav 21/09/99 16:12 8,052 PodHover.wav 21/09/99 16:12 54,418 Proplane.wav 21/09/99 16:12 39,754 PzzaTokn.wav 21/09/99 16:12 4,610 RabChomp.wav 21/09/99 16:12 30,084 RainLoop.wav 21/09/99 16:12 10,608 Rivets.wav 21/09/99 16:12 40,910 Rob2lasr.wav 21/09/99 16:12 27,538 RobBoing.wav 21/09/99 16:12 14,582 RobCoptr.wav 21/09/99 16:12 19,718 RobHit.wav 21/09/99 16:12 30,592 RoboWhir.wav 21/09/99 16:12 10,724 RobWind.wav 23/09/99 0:42 3,992 Select.wav 21/09/99 16:12 21,088 SheepBaa.wav 21/09/99 16:12 14,128 SkBoard.wav 21/09/99 16:12 20,666 SnakeHis.wav 21/09/99 16:12 5,128 SoldrHuh.wav 21/09/99 16:12 14,628 SoldrYes.wav 21/09/99 16:12 16,762 SpadeFal.wav 21/09/99 16:12 27,120 SpdrMove.wav 21/09/99 16:12 37,754 SpdrRoar.wav 21/09/99 16:12 44,438 SpidrDie.wav 21/09/99 16:12 30,044 Splash.wav 21/09/99 16:12 12,956 Splat.wav 21/09/99 16:12 42,566 SprngJmp.wav 21/09/99 16:12 32,648 Sputter.wav 20/09/99 23:23 2,526 Switch.wav 21/09/99 16:12 9,174 TennisBl.wav 21/09/99 16:12 15,556 TextBox1.wav 21/09/99 16:12 20,200 TextBox2.wav 21/09/99 16:12 69,322 Thunder.wav 21/09/99 16:12 22,068 ToyPlane.wav 21/09/99 16:12 26,694 ToyTrain.wav 21/09/99 16:12 31,112 TrashLid.wav 21/09/99 16:12 12,470 UfoLoop.wav 21/09/99 16:12 41,196 UndrWatr.wav 21/09/99 16:12 66,902 USALI01.wav 21/09/99 16:12 68,622 USALI02.wav 21/09/99 16:12 47,574 USBOP02.wav 21/09/99 16:12 51,086 USBOP04.wav 21/09/99 16:12 30,442 USBOP05.wav 7/10/99 10:23 108,546 Usbuz20.wav 7/10/99 10:23 41,838 Usbuz25.wav 7/10/99 10:23 70,998 Usbuz43.wav 7/10/99 10:23 94,178 Usbuz47.wav 7/10/99 10:23 79,642 Usbuz49.wav 7/10/99 10:23 184,388 Usbuz50.wav 7/10/99 10:23 56,824 Usbuz51.wav 7/10/99 10:23 42,880 Usbuz55.wav 7/10/99 10:23 90,880 Usbuz57.wav 7/10/99 10:23 105,680 Usbuz64.wav 7/10/99 10:23 131,018 Usbuz66.wav 7/10/99 10:23 79,196 Usbuz79.wav 7/10/99 10:23 68,588 Usbuz80.wav 7/10/99 10:23 27,422 Usbuz81.wav 7/10/99 10:23 25,430 Usbuz87.wav 21/09/99 16:12 73,740 Usbuzz01.wav 21/09/99 16:12 27,940 USHAMM01.wav 21/09/99 16:12 27,820 USHAMM02.wav 21/09/99 16:12 27,018 USHAMM03.wav 21/09/99 16:12 51,476 USHAMM04.wav 21/09/99 16:12 47,206 USHAMM05.wav 21/09/99 16:12 27,830 USHAMM06.wav 21/09/99 16:12 86,982 USHAMM17.wav 21/09/99 16:12 45,766 USHAMM18.wav 21/09/99 16:12 46,218 USJESS01.wav 21/09/99 16:12 52,492 USJESS03.wav 21/09/99 16:12 30,336 USJESS06.wav 21/09/99 16:12 38,754 USJESS07.wav 21/09/99 16:12 27,280 USMRP01.wav 21/09/99 16:12 39,696 USMRP02.wav 21/09/99 16:12 31,232 USMRP06.wav 21/09/99 16:12 150,036 USMRP09.wav 21/09/99 16:12 94,708 USMRP10.wav 21/09/99 16:12 131,164 USMRP11.wav 21/09/99 16:12 62,234 USMRP12.wav 21/09/99 16:12 133,216 USMRP31.wav 21/09/99 16:12 28,496 USPROS02.wav 21/09/99 16:12 29,914 USPROS03.wav 21/09/99 16:12 28,788 USPROS05.wav 21/09/99 16:12 50,038 USPROS07.wav 21/09/99 16:12 80,826 USPROS09.wav 21/09/99 16:12 48,312 USPROS10.wav 21/09/99 16:12 60,558 USPROS12.wav 21/09/99 16:12 14,212 USPROS17.wav 21/09/99 16:12 14,318 USPROS19.wav 21/09/99 16:12 21,496 USPROS20.wav 21/09/99 16:12 47,348 USPROS27.wav 21/09/99 16:12 68,770 usrex01.wav 21/09/99 16:12 52,650 usrex04.wav 21/09/99 16:12 38,588 usrex05.wav 21/09/99 16:12 56,162 usrex12.wav 21/09/99 16:12 39,422 usrex13.wav 21/09/99 16:12 20,902 usrex14.wav 21/09/99 16:12 35,026 usrex15.wav 21/09/99 16:12 87,472 usrex20.wav 21/09/99 16:12 85,992 usrex21.wav 21/09/99 16:12 67,558 ussarg01.wav 21/09/99 16:12 80,092 ussarg05.wav 21/09/99 16:12 75,088 ussarg07.wav 21/09/99 16:12 71,512 USSLIN01.wav 21/09/99 16:12 32,292 USSLIN13.wav 21/09/99 16:12 29,586 USSLIN15.wav 21/09/99 16:12 50,142 USSLIN17.wav 21/09/99 16:12 109,076 USZURG01.wav 21/09/99 16:12 63,742 USZURG04.wav 21/09/99 16:12 68,276 USZURG06.wav 21/09/99 16:12 98,666 USZURG07.wav 21/09/99 16:12 27,384 USZURG10.wav 21/09/99 16:12 82,756 USZURG12.wav 21/09/99 16:12 9,862 USZURG13.wav 21/09/99 16:12 49,716 USZURG16.wav 21/09/99 16:12 13,314 VentFan.wav 21/09/99 16:12 36,032 Ventwind.wav 21/09/99 16:12 31,234 Vidgame1.wav 21/09/99 16:12 30,854 Vidgame2.wav 21/09/99 16:12 18,480 Vidgame3.wav 21/09/99 16:12 24,880 VultDie.wav 21/09/99 16:12 13,214 VultFlap.wav 21/09/99 16:12 12,608 VultSq1.wav 21/09/99 16:12 5,612 WetStepL.wav 21/09/99 16:12 11,830 Yippee.wav 21/09/99 16:12 19,680 ZurgShot.wav 9,444,422 bytes in 243 files and 2 dirs 9,953,280 bytes allocated Total for: C:\Toy2CD\data\*.* 160,669,871 bytes in 932 files and 101 dirs 162,938,880 bytes allocated 454,438,912 bytes free
Other
There's an unused toy2.ini file for early keyboard controls:
# # TOY2.INI - Written by Paul Houbart. # #LOG # # [ - means any SHIFT button. # @ - means any CONTROL button. # % - TAB # # - Space. # + - Return # # < - left arrow # > - right arrow # v - down arrow (lower case v) # ^ - up arrow #DEFKEY PAD_LU ^ #DEFKEY PAD_LD v #DEFKEY PAD_LL < #DEFKEY PAD_LR > # #DEFKEY PAD_RU X #DEFKEY PAD_RD # #DEFKEY PAD_RL S #DEFKEY PAD_RR F # #DEFKEY PAD_FLT % #DEFKEY PAD_FLB A #DEFKEY PAD_FRT [ #DEFKEY PAD_FRB D # #DEFKEY PAD_START + #DEFKEY CAMLEFT Q #DEFKEY CAMRIGHT W #DEFKEY PAUSE + #NOMPEG #QUIET FINISHED
The Toy Story series
| |
---|---|
SNES | Toy Story |
Genesis | Toy Story |
Nintendo 64 | Toy Story 2 |
Game Boy (Color) | Toy Story • Toy Story 2 • Toy Story Racer |
Nintendo DS | Toy Story 3 |
Wii, Mac OS X | Toy Story 3 |
PlayStation | Toy Story 2 (Prototypes) • Toy Story Racer |
PlayStation 2, PlayStation Portable | Toy Story 3 |
Dreamcast | Toy Story 2 • Buzz Lightyear of Star Command |
PlayStation 3, Xbox 360 | Toy Story 3 • Toy Story Mania! |
Windows | Toy Story • Toy Story 2 • Buzz Lightyear of Star Command • Disney Learning 1st Grade • Toy Story 3 |
- Pages missing developer references
- Games developed by Traveller's Tales
- Pages missing publisher references
- Games published by Activision
- Windows games
- Pages missing date references
- Games released in 1999
- Games released in November
- Games released on November 22
- Games released in 2000
- Games released on November 17
- Games released in March
- Games released on March 1
- Games with unused code
- Games with hidden development-related text
- Games with unused graphics
- Games with debugging functions
- Games with hidden bonus content
- To do
- Toy Story series
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Cleanup > To do
Games > Games by content > Games with debugging functions
Games > Games by content > Games with hidden bonus content
Games > Games by content > Games with hidden development-related text
Games > Games by content > Games with unused code
Games > Games by content > Games with unused graphics
Games > Games by developer > Games developed by Warner Bros. Games > Games developed by TT Games > Games developed by Traveller's Tales
Games > Games by platform > Windows games
Games > Games by publisher > Games published by Microsoft > Games published by Activision Blizzard > Games published by Activision
Games > Games by release date > Games released in 1999
Games > Games by release date > Games released in 2000
Games > Games by release date > Games released in March
Games > Games by release date > Games released in March > Games released on March 1
Games > Games by release date > Games released in November
Games > Games by release date > Games released in November > Games released on November 17
Games > Games by release date > Games released in November > Games released on November 22
Games > Games by series > Toy Story series