Here's the batch file that puts me in the ocean-

REM @ECHO OFF
REM Skip ahead to CONT1 if FG_ROOT has a value
IF NOT %FG_ROOT%.==. GOTO CONT1
SET FG_ROOT=.
:CONT1
REM Check for the existance of the executable
IF NOT EXIST %FG_ROOT%\BIN\FGFS.EXE GOTO ERROR1
REM Now that FG_ROOT has been set, run the program
ECHO FG_ROOT = %FG_ROOT%
%FG_ROOT%\BIN\FGFS.EXE --fg-scenery=d:\grafprog\fgfs\flightgear\scenery
\w120n30 %1 %2
%3 %4 %5 %6 %7 %8 %9
GOTO END
:ERROR1
ECHO Cannot find %FG_ROOT%\BIN\FGFS.EXE
GOTO END
:END
Changing the  \w120n30 to \w111n34 puts me in the ocean also
The directory looks like this:
 \Scenery
                \w120n30
                \w130n30-this actually loads the SF area
                \w111n34
If I try to go to an airport ksez in any of these, the screen turns dark 
red......Where  
in the .bat
do I put the scenery and/or airport things?





_______________________________________________
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users

Reply via email to