Posted by odjo on May 24, 2000 at 11:16:01:
In reply to: ??? posted by Jantje on May 24, 2000 at 08:32:13:
> Could you please be more specific in which directory to put the tr2 files?
> I've got gooseegg installed in
> E:\Utilities\Goose Egg\
It is easier to execute gooseegg from dos box commandline.
gooseegg search and load its data relative to current directory, which
is where you are.
gooseegg executable may be anywhere ( of course it's convenient
if it's on the PATH, in my case c:\bin\lara )
first you change directory to whatever directory you like, like f:\exp,
as the example below:
> F:\>mkdir EXP
> F:\>cd EXP
> F:\EXP>mkdir data
> F:\EXP>mkdir data\models
> F:\EXP>copy g:\tomb_cd\data\original\level1.phd data\models
> 1 file(s) copied
> F:\EXP>dir
> DATA
current directory is f:\exp, and gooseegg loades its data from
.\data\models, that is f:\exp\data\models, in this example.
if you make gooseegg shortcut, adjust property -> working folder
to some working directory which contains data\models. but this is
rather cumbersome. use dos prompt :)
odjo