- Notifications
You must be signed in to change notification settings - Fork0
ricardo-ayres/vertigo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Vertigo is a public domainflight simulator, written by Anton Norup Sørensen.
Emphasis is on realism of the flight-model, with several types of air- andspace-crafts selectable.
This repository is pretty much a mirror from version 0.26 with minor fixes toallow compilation in modern Linux with Allegro 4.4 and static CGUI 2.1.0.I have also added a few more screen resolutions and increased the drawingdistance from 10km to 100km.
- Install or download & compile allegro 4.4
- Point
ALLEGRO
inmakedefs
to the directory of the allegro installation(typically/usr/include
) - Download and compile CGUI with
./fix.sh unix && STATICLINK=1 make lib
it's not necessary to install it. - Point
CGUIPATH
inmakedefs
to the directory you just built CGUI - Compile vertigo with
make
and run with./Xvertigo
- Select your desired screen resolution and restart the game to see it takeeffect.
- Have fun :)