DuckTales Remastered
DuckTales Remastered |
---|
Developer: WayForward Technologies This game has hidden development-related text. |
DuckTales Remastered is an HD remake of the classic platformer game that almost everyone remembers. WOO-OO!
The remake added several elements, such as a tutorial level set in Scrooge's Money Bin, as well as reuniting the remaining voice talent from the original show. Notably, aside from a couple of later cameos in Paul Rudish's Mickey Mouse series, this was one of Alan Young's final performances (both as Scrooge and in general) prior to his death in 2016.
To do:
|
Contents
Unused Graphics
Save File Icons
The game has a few bland-looking PNG files that were supposedly for a save file feature. However, the PC version is only able to have one save file.
Unused Cinematic
To do: Get footage of the cinemas in action. |
test_cinematic_1
This script, located in global.pak, was used for testing the cinematics.
worldStartCinematic( true ) player0 = getPlayerId( 0 ) print( "This is a test." ) print( "Player ID 0: " .. player0 ) entityAct2dAnim( player0, "global:scrooge.anb", "walk", -1 ) entityAct( player0, kActCmd_WalkTo, 1.0, 0.0, -121.75, 0.0, 0.0 ) entityAct2dAnim( player0, "global:scrooge.anb", "idle", -1 ) entityAct( player0, kActCmd_Idle, 1.0) worldSleep(2.0); entityAct2dAnim( player0, "global:scrooge.anb", "walk", -1 ) entityAct( player0, kActCmd_WalkTo, 1.0, 0.0, -123.75, 0.0, 0.0 ) entityAct2dAnim( player0, "global:scrooge.anb", "idle", -1 ) entityAct( player0, kActCmd_Idle, 1.0) worldSleep(2.0); entityAct2dAnim( player0, "global:scrooge.anb", "walk", -1 ) entityAct( player0, kActCmd_WalkTo, 0.0, 0.0, -121.75, 0.0, 0.0 ) entityAct2dAnim( player0, "global:scrooge.anb", "climb_up", -1 ) entityAct( player0, kActCmd_Idle, 2.5) entityAct( player0, kActCmd_Game ) worldSleep(4.0); worldEndCinematic( true )
testoneoff
Another testing script, again located in global.pak. It mentions a pak named williams which doesn't exist in the game's files anymore.
print("one-off script!!\n"); loadPak("williams.pak"); -- load an extra pak at level start (the other lua script spawns an entity from it) cameraZoom(3); cameraSnap(); -- snap the camera to 3 zoom immediately cameraZoom(1); -- begin transition to 1 zoom
testpersistent
Still located in global.pak, this script was used for testing entities, and it mentions a entity named WILLIAMS.
print("persistent script!!\n"); entity = spawn(ENTITYTYPE_WILLIAMS); setFocusCamera(); cameraTarget(getEntityPos(entity)); cameraZoom(1.0); frame = 0; -- dirty little hack since it turns out the focus camera is not great at acting like a follow camera ;-P while timer(10) do -- do this every frame for ten seconds frame = frame + 1; if frame == 30 then frame = 0; cameraTarget(getEntityPos(entity)); end end print("killing entity"); kill(entity); setFollowCamera();
Unused Menus
dummyswf
Present in global.pak, this menu looks like it has been used for testing or is from early development, as it doesn't look like any of the menus from the final game.
dtleaderboard
Present in moneybin.pak, this menu is a leftover from the Xbox 360 version.
Unused Music
All the game's music is located in the file music.fsb, including some unused tracks.
A short guitar riff named deleteme. You can probably guess why it isn't used.
WF_Logo_Music_Standard, the classic WayForward ident jingle used in several of their other games such as Adventure Time: Explore the Dungeon Because I Don't Know! and the Shantae series. The final game instead uses a custom variant, WFLogo_DT_Revised.
The original version of the Himalayas stage music, named m_stage_himalayas, which fits the pattern of the other stage music filenames. The song was updated to better match the style of the other songs, and was put in the game as m_himalayas2.
For some reason, the Transylvania music from the May 25, 1989 prototype of the NES original is included as m_transylvania_NES_beta!
The full DuckTales theme song is included as m_theme. The credits use a different, extended version. This one was heard in the very first trailer of the game.
A non-looping version of the title screen music is included as m_title_unlooped.
The Donald Duck series
| |
---|---|
Atari 2600 | Speedboat |
NES | Donald Duck |
Genesis | QuackShot • World of Illusion (Prototype) • Donald in Maui Mallard |
Game Gear | The Lucky Dime Caper • Deep Duck Trouble |
Sega Master System | The Lucky Dime Caper (Prototype) • Deep Duck Trouble |
SNES | Mickey to Donald: Magical Adventure 3 • Maui Mallard in Cold Shadow |
Game Boy | Maui Mallard |
Nintendo 64 | Goin' Quackers! |
PlayStation | Goin' Quackers! |
PlayStation 2 | PK: Out of the Shadows |
Windows | Maui Mallard in Cold Shadow • Goin' Quackers! (Early Demo) • DuckWorld Smart Adventures |
Adobe Shockwave | Daisy's Mountain Bike Mayhem • Find Donald • Donald's Pizza Kitchen |
DuckTales | |
NES | DuckTales (Prototypes) • DuckTales 2 |
Game Boy | DuckTales • DuckTales 2 |
MSX2 | The Lucky Dime |
Windows, PlayStation 3, Xbox 360, Wii U, iOS, Android | DuckTales Remastered |
Darkwing Duck | |
NES | Darkwing Duck (Prototype) |
Game Boy | Darkwing Duck |
Adobe Shockwave | Megavolt Madness |
- Pages missing developer references
- Games developed by WayForward Technologies
- Pages missing publisher references
- Games published by Capcom
- Windows games
- PlayStation 3 games
- Xbox 360 games
- Wii U games
- IOS games
- Android games
- Pages missing date references
- Games released in 2013
- Games released in August
- Games released on August 13
- Games released in November
- Games released on November 15
- Games released on November 14
- Games with hidden development-related text
- Games with unused graphics
- Games with unused cinematics
- Games with unused music
- To do
- Donald Duck 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 hidden development-related text
Games > Games by content > Games with unused cinematics
Games > Games by content > Games with unused graphics
Games > Games by content > Games with unused music
Games > Games by developer > Games developed by WayForward Technologies
Games > Games by platform > Android games
Games > Games by platform > IOS games
Games > Games by platform > PlayStation 3 games
Games > Games by platform > Wii U games
Games > Games by platform > Windows games
Games > Games by platform > Xbox 360 games
Games > Games by publisher > Games published by Capcom
Games > Games by release date > Games released in 2013
Games > Games by release date > Games released in August
Games > Games by release date > Games released in August > Games released on August 13
Games > Games by release date > Games released in November
Games > Games by release date > Games released in November > Games released on November 14
Games > Games by release date > Games released in November > Games released on November 15
Games > Games by series > Donald Duck series