Atlas: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
Line 33: Line 33:
1. Start the Command Prompt...to do this click start>Run ...type cmd and hit enter.
1. Start the Command Prompt...to do this click start>Run ...type cmd and hit enter.


2. Type cd C:\Program Files\FlightGear\bin\win32
2. Type...
...Replace C: with the drive in which flightgear is installed...This is the default directory...if you changed it during the time of installation...then enter your directory(If you don't know your directory then right click your flightgear icon...click properties then copy the target line....remove the quotes and fgrun.exe).
  cd C:\Program Files\FlightGear\bin\win32
Replace C: with the drive in which flightgear is installed...This is the default directory...if you changed it during the time of installation...then enter your directory(If you don't know your directory then right click your flightgear icon...click properties then copy the target line....remove the quotes and fgrun.exe).


3. Now Type...
3. Now Type...

Revision as of 14:21, 21 February 2008

Atlas Help

How to Set it all up!!!

The Atlas Website

Firstly I would Greatly thank TheBackMan who posted this on the Flightgear Forums...This is a slightly modified version. To see the original post click the following link : [1]



Installation

This should not be a problem but i messed up my flightgear when i installed the default way....so lets stay on the safe side....

Download Atlas Package from here...

Atlas Download Page

Start the installation...but let the directory be something other than the flightgear directory...let us say C:\Atlas

After Installation Open C:\Atlas(or whatever directory you selected during installation)

In the bin>win32 folder select everything except glut32.dll..copy it to your flightgear>bin>win32 directory

Next copy the data files seperately...don't copy the folders...copy each file and place it in the respective sub-directory.

Note: If you find this method hard you can go ahead with the default installation.


Ok....to create the required Files...

1. Start the Command Prompt...to do this click start>Run ...type cmd and hit enter.

2. Type...

  cd C:\Program Files\FlightGear\bin\win32

Replace C: with the drive in which flightgear is installed...This is the default directory...if you changed it during the time of installation...then enter your directory(If you don't know your directory then right click your flightgear icon...click properties then copy the target line....remove the quotes and fgrun.exe).

3. Now Type...

  set FG_ROOT=C:\Program Files\FlightGear\data

Replace the directory if necessary.

4. Now type...

  set FG_SCENERY=C:\Program Files\FlightGear\Data\Scenery;C:\Program Files\FlightGear\Scenery

Replace the directory if necessary. You separate scenery locations with a ";".

5. Now type

  map --headless --size=256 --atlas=C:\Program Files\FlightGear\data\Atlas

This puts the files in C:\Program Files\FlightGear\data\Atlas. If you want the files in a different location just replace C:\Program Files\FlightGear\data\Atlas with the location you want.

The option --headless makes the whole process go much much faster!

The --size=256 gives a certain resolution in Atlas. For higher resolutions you would use =1024 or for lower resolutions you would use =64. See here about the resolutions, scroll down untill you see the title "Map Resolutions": [2]

Therefore, to create low resolution maps type...

  map --headless --size=64 --atlas=C:\Program Files\FlightGear\data\Atlas\lowres

Note: Some PC's Get Errors when they write Program files....if u are getting it write Progra~1 Instead of Program Files


Now Lets Run Atlas!!!

We need to change the Atlas icon on your desktop slightly. Right click the icon and select properties. In the target box completely delete the text and replace with

  "C:\Program Files\FlightGear\bin\win32\atlas.exe" "--fg-root=C:\Program Files\FlightGear\Data" --path=F:\FlightGear\Atlas --udp=5500

This should be all 1 line in the target box.


In the FlightGear wizard that you get after double clicking the FlightGear icon, on the page after selecting your airport there is a check box option for Atlas, tick it. Enter your IP address usually 192.168.1.100 (To find your ip address...run command prompt...type ipconfig...u will get your ip address from the information you get. In the ports boxes enter 5500. Click Run.

Enjoy Playing!!!