Telltale Games Forums

Telltale Games Forums (http://www.telltalegames.com/forums/index.php)
-   Game Support - General (http://www.telltalegames.com/forums/forumdisplay.php?f=25)
-   -   bttf collectors edition disk isnt working (http://www.telltalegames.com/forums/showthread.php?t=26696)

greatscott$% 09/29/2011 09:48 am

bttf collectors edition disk isnt working
 
1. my universal drive is sensing it as a cd instead of dvd
2. under instalation details there were some sam and max files
3. it says insert disk for extras ....but the disk IS in...
4. what the Fudge is wrong with it...i checked the cd files...all the extras are there....i just cant get to them on the menu
5.heres the autorun coding

[autorun]
open=autorun.exe
action="Back to the Future - The Game"
action=@autorun.exe
icon=autorun.ico,0
label="Back to the Future - The Game"
shell\install="&Install Back to the Future: The Game"
shell\install\command=setup.exe
shell\directx="Install &DirectX"
shell\directx\command=Support\DirectX\DXSETUP.exe
UseAutoPlay=0
[Content]
MusicFiles=0
PictureFiles=1
VideoFiles=1
[ExclusiveContentPaths]
\Goodies\Concept_Art
\Goodies\Videos
[IgnoreContentPaths]
\Pack
\Support
\Components


6. sammax300 popped up alot in instalation details

Amy Lukima 09/29/2011 10:46 am

Quote:

Originally Posted by greatscott$% (Post 545799)
1. my universal drive is sensing it as a cd instead of dvd
2. under instalation details there were some sam and max files
3. it says insert disk for extras ....but the disk IS in...
4. what the Fudge is wrong with it...i checked the cd files...all the extras are there....i just cant get to them on the menu
5.heres the autorun coding

[autorun]
open=autorun.exe
action="Back to the Future - The Game"
action=@autorun.exe
icon=autorun.ico,0
label="Back to the Future - The Game"
shell\install="&Install Back to the Future: The Game"
shell\install\command=setup.exe
shell\directx="Install &DirectX"
shell\directx\command=Support\DirectX\DXSETUP.exe
UseAutoPlay=0
[Content]
MusicFiles=0
PictureFiles=1
VideoFiles=1
[ExclusiveContentPaths]
\Goodies\Concept_Art
\Goodies\Videos
[IgnoreContentPaths]
\Pack
\Support
\Components


6. sammax300 popped up alot in instalation details

If you put a regular DVD like a movie into the drive does it play on it's own? Can you show a screen shot.

greatscott$% 09/29/2011 10:55 am

it does...and a screenshot of what?

Amy Lukima 09/29/2011 11:32 am

Quote:

Originally Posted by greatscott$% (Post 545810)
it does...and a screenshot of what?

Have you tried the disc in a different computer?

greatscott$% 09/29/2011 11:36 am

i just looked at the launcher txt....

/*
Sam & Max: The Devil's Playhouse
Season DVD Launcher
*/

@font-face {
font-family: "Dakota";
src: url( "Dakota-Regular.ttf" ) format("truetype");
}

body {
font-family: "Dakota";
margin:0px 0px;
padding:0px 0px;
background-color:#000000;
background-image:url("images/backtothefuture100_autorun_bg.png");
background-repeat:no-repeat;
color:#000000;
width:1020px;
height:760px;
outline:1px solid #111111;
cursor:url("images/backtothefuture100_autorun_cursor.png") 16 15, auto;
}

body.installed {
background-image:url("images/backtothefuture100_autorun_installed_bg.png");
}

h1 {
margin:0px;
padding: 0px;
}

a {
color:black;
text-decoration:none;
cursor:url("images/backtothefuture100_autorun_cursor_glow.png") 16 15, auto;
}
a:hover {
color:orange;
text-decoration:none;
}
.pointer {
cursor:url("images/backtothefuture100_autorun_cursor_glow.png") 16 15, auto;
}

/*
Modes
*/
.mode {
width:702px;
height:485px;
}

#autorun_mode_installed{
position:absolute;
}

.bg {}
#autorun_installed_folderBG {
background-image:url(images/sammax300_autorun_installed_bg.png);
background-repeat:no-repeat;
width:521px;
height:485px;
}
#autorun_freshed_folderBG {
background-image:url(images/sammax300_autorun_fresh_bg_core.png);
background-repeat:no-repeat;
width:703px;
height:485px;
}

/*
Drawer
*/
#autorun_drawer {
position:absolute;
width:530px;/*273px*/
height:740px;
text-align:left;
background-image:url("images/backtothefuture100_autorun_linedNotePad.png");
background-repeat:no-repeat;
z-index:1000;
}
.drawer_installed {
font-size:40pt;
-webkit-transform: rotate(-4deg);
padding-top:140px;
margin-left:0px;
}
.drawer_fresh {
top:760px;
left:457px;
font-size:40pt;
/*
top:400px;
left:257px;
-webkit-transform: rotate(-4deg);
*/
}

.drawerArea {
outline:0px solid red;
margin:0px 54px 0px 10px;
}
.drawerArea h1 {
font-size:30pt;
margin:10px 0px 20px 0px;
}
.drawerArea p {
outline:0px dashed blue;
/*margin:4px 32px 4px 0px;*/
margin:0px 0px 16px 0px;
padding:0px;
font-size:18pt;
}
.drawerArea ul {
outline:0px dashed blue;
padding-left:70px;
list-style-type:none;
}

.drawerAreaInstalled {
outline:0px solid red;
margin:0px 154px 0px 30px;
}
.drawerAreaInstalled h1 {
font-size:30pt;
margin:30px 0px 20px 10px;
}
.drawerAreaInstalled p {
outline:0px dashed blue;
/*margin:4px 32px 4px 0px;*/
margin:0px 0px 16px 10px;
padding:0px;
font-size:18pt;
}
.drawerAreaInstalled ul {
outline:0px dashed blue;
padding-left:70px;
list-style-type:none;
}


is it right?

greatscott$% 09/29/2011 11:36 am

Quote:

Originally Posted by Amy Lukima (Post 545815)
Have you tried the disc in a different computer?

yes...i have two comps...both fail

Amy Lukima 09/29/2011 11:44 am

So if you go to My Computer and then to your D drive you see the disc right? Then you click install and get this?

greatscott$% 09/29/2011 11:49 am

no
 
i opened the launcher txt file...and im asking if there is a coding flaw...the citicen brown and edna farm photo wont light up..i do see the disk in d drive...i click the autorun icon and THEN theres an install button

and i have xp if that helps

greatscott$% 09/29/2011 12:04 pm

how do i access the extras

greatscott$% 09/29/2011 12:08 pm

install details

Output folder: C:\Program Files\Telltale Games\Back to the Future The Game
Created uninstaller: C:\Program Files\Telltale Games\Back to the Future The Game\UNINSTALL_BackToTheFuture100.exe
Extract: autorun.exe
Extract: BackToTheFuture100.ico
Extract: GameApp.ico
Extract: QtCore4.dll
Extract: QtGui4.dll
Extract: QtNetwork4.dll
Extract: QtSql4.dll
Extract: QtWebKit4.dll
Extract: QtXmlPatterns4.dll
Extract: fmodex.dll
Extract: phonon4.dll
Extract: vssver2.scc
Output folder: C:\Program Files\Telltale Games\Back to the Future The Game\Pack
Extract: index.html
Output folder: C:\Program Files\Telltale Games\Back to the Future The Game\Pack\Launcher
Extract: Dakota-Regular.ttf
Extract: LTe50300.ttf
Extract: bg_success.html
Extract: jquery-1.6.2.min.js
Extract: jquery-animate-css-rotate-scale.js
Extract: jquery-css-transform.js
Extract: launcher.css
Extract: launcher.js
Extract: launcher_v2.css
Extract: launcher_v2.js
Extract: success.html
Output folder: C:\Program Files\Telltale Games\Back to the Future The Game\Pack\Launcher\fancybox
Extract: blank.gif
Extract: fancy_close.png
Extract: fancy_loading.png
Extract: fancy_nav_left.png
Extract: fancy_nav_right.png
Extract: fancy_shadow_e.png
Extract: fancy_shadow_n.png
Extract: fancy_shadow_ne.png
Extract: fancy_shadow_nw.png
Extract: fancy_shadow_s.png
Extract: fancy_shadow_se.png
Extract: fancy_shadow_sw.png
Extract: fancy_shadow_w.png
Extract: fancy_title_left.png
Extract: fancy_title_main.png
Extract: fancy_title_over.png
Extract: fancy_title_right.png
Extract: fancybox-x.png
Extract: fancybox-y.png
Extract: fancybox.png
Extract: jquery.easing-1.3.pack.js
Extract: jquery.fancybox-1.3.4.css
Extract: jquery.fancybox-1.3.4.js
Extract: jquery.fancybox-1.3.4.pack.js
Extract: jquery.mousewheel-3.0.4.pack.js
Output folder: C:\Program Files\Telltale Games\Back to the Future The Game\Pack\Launcher\images
Extract: Thumbs.db
Extract: backtothefuture100_autorun_bg.png
Extract: backtothefuture100_autorun_cursor.png
Extract: backtothefuture100_autorun_cursor_glow.png
Extract: backtothefuture100_autorun_episode_button_101.png
Extract: backtothefuture100_autorun_episode_button_101_high light.png
Extract: backtothefuture100_autorun_episode_button_102.png
Extract: backtothefuture100_autorun_episode_button_102_high light.png
Extract: backtothefuture100_autorun_episode_button_103.png
Extract: backtothefuture100_autorun_episode_button_103_high light.png
Extract: backtothefuture100_autorun_episode_button_104.png
Extract: backtothefuture100_autorun_episode_button_104_high light.png
Extract: backtothefuture100_autorun_episode_button_105.png
Extract: backtothefuture100_autorun_episode_button_105_high light.png
Extract: backtothefuture100_autorun_episode_title_bg.png
Extract: backtothefuture100_autorun_extrasPaper.png
Extract: backtothefuture100_autorun_goodiesButton.png
Extract: backtothefuture100_autorun_goodiesButton_deactive. png
Extract: backtothefuture100_autorun_images_title.png
Extract: backtothefuture100_autorun_installed_bg.png
Extract: backtothefuture100_autorun_linedNotePad.png
Extract: backtothefuture100_autorun_lousCafeNote.png
Extract: backtothefuture100_autorun_mainLogo.png
Extract: backtothefuture100_autorun_paperCloseButton.png
Extract: backtothefuture100_autorun_telegraphBG.png
Extract: backtothefuture100_autorun_textTape.png
Extract: backtothefuture100_autorun_ttglogo.png
Extract: backtothefuture100_autorun_ttglogo_noglow.png
Extract: sammax300_autorun_bg_stars.png
Extract: sammax300_autorun_button_back.png
Extract: sammax300_autorun_button_dxruntime.png
Extract: sammax300_autorun_button_fresh_quit.png
Extract: sammax300_autorun_button_install.png
Extract: sammax300_autorun_button_installed_quit.png
Extract: sammax300_autorun_button_support.png
Extract: sammax300_autorun_button_uninstall.png
Extract: sammax300_autorun_button_vsruntime.png
Extract: sammax300_autorun_drawer.png
Extract: sammax300_autorun_epsiodeButton_301.png
Extract: sammax300_autorun_epsiodeButton_301_hover.png
Extract: sammax300_autorun_epsiodeButton_302.png
Extract: sammax300_autorun_epsiodeButton_302_hover.png
Extract: sammax300_autorun_epsiodeButton_303.png
Extract: sammax300_autorun_epsiodeButton_303_hover.png
Extract: sammax300_autorun_epsiodeButton_304.png
Extract: sammax300_autorun_epsiodeButton_304_hover.png
Extract: sammax300_autorun_epsiodeButton_305.png
Extract: sammax300_autorun_epsiodeButton_305_hover.png
Extract: sammax300_autorun_filmstrip_bg.png
Extract: sammax300_autorun_fresh_bg_core.png
Extract: sammax300_autorun_fresh_title.png
Extract: sammax300_autorun_goodies.png
Extract: sammax300_autorun_goodies_notpresent.png
Extract: sammax300_autorun_installed_bg.png
Extract: sammax300_cursor.png
Extract: sammax300_cursor_glow.png
Output folder: C:\Program Files\Telltale Games\Back to the Future The Game\Pack\Launcher\include
Output folder: C:\Program Files\Telltale Games\Back to the Future The Game\Pack
Output folder: C:\Program Files\Telltale Games\Back to the Future The Game
Installing 1...
Execute: "D:\Components\BTTF101.exe" /S /DIRECTX=0 /LANGUAGE_INPUT=1033 /SEASON_PASSTHROUGH=1 /UBER=2 /D=C:\Program Files\Telltale Games\Back to the Future The Game
Installing 2...
Execute: "D:\Components\BTTF102.exe" /S /DIRECTX=0 /LANGUAGE_INPUT=1033 /SEASON_PASSTHROUGH=1 /UBER=2 /D=C:\Program Files\Telltale Games\Back to the Future The Game
Installing 3...
Execute: "D:\Components\BTTF103.exe" /S /DIRECTX=0 /LANGUAGE_INPUT=1033 /SEASON_PASSTHROUGH=1 /UBER=2 /D=C:\Program Files\Telltale Games\Back to the Future The Game
Installing 4...
Execute: "D:\Components\BTTF104.exe" /S /DIRECTX=0 /LANGUAGE_INPUT=1033 /SEASON_PASSTHROUGH=1 /UBER=2 /D=C:\Program Files\Telltale Games\Back to the Future The Game

Seg 09/29/2011 01:43 pm

Short Answer:
You need to launch the autorun from the DVD's autorun to view the extras though the viewer. You can't launch the autorun from the desktop shortcut for the extras.

Launching the launcher from the desktop won't give you the extra viewers. I'll go into more details below the line, but the short answer is make sure the desktop shortcut version is closed, then open from the DVD.

----------------------
Long Answer:
The problem is a limitation of the Windows operating system.

The OS doesn't give a way to inform the OS that there's a disc inserted or what disc(s) are on the drives. The only way to do that is to check each drive letter and check it's disc label, then check for files. Since drives can be one of twenty four letters, it would take a lot of time to load the autorun and poll each drive letter. Each polling would have to: check it's existence, if it contains a disc, if it's the right disc, then the right files are on the disc. It could take from 2 to infinity to get the application to load.

So instead, we put in the "Insert the Disc" notice. While it's not very clear about the case where it's inserted and you're running from the desktop, it's better than everyone suffering over long or forever loading just to launch the Launcher.

The other option would be to copy all the extras content onto the hard drive and run it from there. But we didn't want to have an install size of extra 2.87GB for content not directly game related.


All times are GMT -8. The time now is 02:15 pm.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.