Page 9 of 19

Re: Exploring MO:UL Offline

PostPosted: Tue Apr 15, 2008 12:01 pm
by ddb174
Okay, try the procedure I describe in my last post.

Re: Exploring MO:UL Offline

PostPosted: Tue Apr 15, 2008 12:08 pm
by Nek'rahm
just did.

failure -_-

This is depressing, I'm thinking about just forgetting this and playing UruCC only.

Re: Exploring MO:UL Offline

PostPosted: Tue Apr 15, 2008 12:11 pm
by ddb174
Are you 100% sure about the path you posted earlier? Since you were mistaken about the end, you may have been mistaken about the 'C:' part. You have to be precise in these matters. For example, if it weren't installed on the c: the line of code I gave you wouldn't work. And what precisely do you mean by "failure"? What did it say?

Re: Exploring MO:UL Offline

PostPosted: Tue Apr 15, 2008 12:15 pm
by Nek'rahm
it didn't say anything, it did absolutely nothing.

I'm just not getting results from this, I quit XD

Re: Exploring MO:UL Offline

PostPosted: Tue Apr 15, 2008 12:18 pm
by Gabriel
Nek'rahm wrote:just did.

failure -_-

This is depressing, I'm thinking about just forgetting this and playing UruCC only.


Hi Nec'rahm

Lets check the path of uruexplorer.exe in your Uru directory.

For example my path for this file is:

E:\Program Files\Ubi Soft\Cyan Worlds\Uru - Ages Beyond Myst

Right click uruexplorer.exe.
Select Properties
Highlight all the text for Location.
Right click copy.

Then paste here.

Re: Exploring MO:UL Offline

PostPosted: Tue Apr 15, 2008 12:19 pm
by Nek'rahm
*sigh* fine

C:\Program Files\Ubi Soft\Cyan Worlds\Myst Uru Complete Chronicles

Re: Exploring MO:UL Offline

PostPosted: Tue Apr 15, 2008 12:20 pm
by ddb174
So, you're saying that it didn't create the ddb174.txt file? Because it wasn't supposed to show anything on the screen.

Perhaps the install.bat file is having trouble because CompleteChronicles doesn't have the 'PrimeToX2.exe' file that install.bat looks for.

(Thanks, Gabriel!)

Re: Exploring MO:UL Offline

PostPosted: Tue Apr 15, 2008 12:24 pm
by Gabriel
Nek'rahm wrote:but that's exactly where I placed it o-o

C:\Program Files\Ubi Soft\Cyan Worlds\Uru Complete Chronicles

o-o?


Re: Exploring MO:UL Offline
by Nek'rahm on Tue Apr 15, 2008 7:19 pm

*sigh* fine

C:\Program Files\Ubi Soft\Cyan Worlds\Myst Uru Complete Chronicles


**********************************

There is a change in the directory locations you have given:

C:\Program Files\Ubi Soft\Cyan Worlds\Uru Complete Chronicles
C:\Program Files\Ubi Soft\Cyan Worlds\Myst Uru Complete Chronicles

Will this assist you?

**********************************

Re: Exploring MO:UL Offline

PostPosted: Tue Apr 15, 2008 12:49 pm
by Nek'rahm
nope

tried again

nothing -_-

*giving up*

Re: Exploring MO:UL Offline

PostPosted: Tue Apr 15, 2008 12:51 pm
by Gabriel
A question for ddb174

ddb174 wrote:So, you're saying that it didn't create the ddb174.txt file? Because it wasn't supposed to show anything on the screen.

Perhaps the install.bat file is having trouble because CompleteChronicles doesn't have the 'PrimeToX2.exe' file that install.bat looks for.

(Thanks, Gabriel!)


From install.bat

if exist "c:\program files\ubi soft\cyan worlds\uru - ages beyond myst\PrimeToX2.exe" set urupath=c:\program files\ubi soft\cyan worlds\uru - ages beyond myst\
if exist "c:\program files\ubi soft\cyan worlds\uru - complete chronicles\PrimeToX2.exe" set urupath=c:\program files\ubi soft\cyan worlds\uru - ages beyond myst\
if exist "c:\program files\ubi soft\cyan worlds\myst uru complete chronicles\PrimeToX2.exe" set urupath=c:\program files\ubi soft\cyan worlds\uru - ages beyond myst\
if exist "d:\program files\ubi soft\cyan worlds\uru - ages beyond myst\PrimeToX2.exe" set urupath=d:\program files\ubi soft\cyan worlds\uru - ages beyond myst\
if exist "d:\program files\ubi soft\cyan worlds\uru - complete chronicles\PrimeToX2.exe" set urupath=d:\program files\ubi soft\cyan worlds\uru - ages beyond myst\
if exist "d:\program files\ubi soft\cyan worlds\myst uru complete chronicles\PrimeToX2.exe" set urupath=d:\program files\ubi soft\cyan worlds\uru - ages beyond myst\
if exist "e:\program files\ubi soft\cyan worlds\uru - ages beyond myst\PrimeToX2.exe" set urupath=e:\program files\ubi soft\cyan worlds\uru - ages beyond myst\
if exist "e:\program files\ubi soft\cyan worlds\uru - complete chronicles\PrimeToX2.exe" set urupath=e:\program files\ubi soft\cyan worlds\uru - ages beyond myst\
if exist "e:\program files\ubi soft\cyan worlds\myst uru complete chronicles\PrimeToX2.exe" set urupath=e:\program files\ubi soft\cyan worlds\uru - ages beyond myst\
if exist "h:\program files\ubi soft\cyan worlds\uru - ages beyond myst\PrimeToX2.exe" set urupath=h:\program files\ubi soft\cyan worlds\uru - ages beyond myst\
if exist "h:\program files\ubi soft\cyan worlds\uru - complete chronicles\PrimeToX2.exe" set urupath=h:\program files\ubi soft\cyan worlds\uru - ages beyond myst\
if exist "h:\program files\ubi soft\cyan worlds\myst uru complete chronicles\PrimeToX2.exe" set urupath=h:\program files\ubi soft\cyan worlds\uru - ages beyond myst\

Are the "set urupath" statements correct? All are \program files\ubi soft\cyan worlds\uru - ages beyond myst\, regardless of the original directory.

I am fortunate in that my original directory: e:\program files\ubi soft\cyan worlds\uru - ages beyond myst\ matches that in the set path statement.