• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

body/H03-May-2022-10,1086,997

caelum/H03-May-2022-1,6571,205

config/H03-May-2022-21,49817,900

data/H03-May-2022-39,11335,581

doc/H03-May-2022-4,9833,821

geometry/H03-May-2022-5,4293,807

media/H03-May-2022-3,5212,786

scripts/H03-May-2022-883663

track/H03-May-2022-6,8305,529

vamos/H03-May-2022-963817

world/H03-May-2022-6,7445,258

AUTHORSH A D11-Nov-200438 21

COPYINGH A D17-Oct-200117.6 KiB341281

ChangeLogH A D01-Jan-2013146 KiB3,3172,146

INSTALLH A D17-Oct-20017.6 KiB183143

Makefile.amH A D20-Feb-2008112 1312

Makefile.inH A D03-May-202222.6 KiB748659

READMEH A D01-Jan-20132.5 KiB118104

TODOH A D01-Jan-20133.8 KiB9586

acinclude.m4H A D29-May-2002125.1 KiB3,9023,506

aclocal.m4H A D01-Jan-201344.3 KiB1,2321,110

configureH A D01-Jan-2013343.7 KiB11,6029,220

configure.acH A D01-Jan-20133.5 KiB139111

README

1-*-text-*-
2
3SYNOPSYS
4
5    vamos [-m|--map]
6          [[-t|--track=] TRACK_FILE]
7          [[-c|--car=] CAR_FILE]
8          [[-w|--world=] WORLD_FILE]
9          [[-a|--controls=] CONTROLS_FILE]
10          [[-o|--opponents=] NUMBER_OF_OPPONENTS]
11          [[-p|--laps=] NUMBER_OF_LAPS]
12          [[-z|--performance=] FACTOR]
13          [[-s|--volume=] VOLUME_PERCENT]
14          [-f|--full-screen]
15          [-n|--no-interaction]
16          [-d|--demo]
17          [-l|--show-line[=ARG]  draw the racing line on the track [ARG=yes]]
18
19Vamos is an automotive simulation framework with an emphasis on
20thorough physical modeling and good C++ design. Vamos includes a
21real-time, first-person, 3D driving application.
22
23What You Need
24* SDL
25* OpenGL
26* OpenAL
27* An accelerated video card.
28* A joystick is highly recommended.
29
30Build with the usual ./configure; make sequence.  You can run the sim
31from the vamos directory without installing.
32
33Executing vamos with no arugments will put you in the default care on the
34default track.  Use the joystick buttons for shifting.  Give it some gas when
35shifting out of neutral or you'll stall and you'll have to press the `S' key to
36re-start the engine.
37
38Here are some important key bindings
39* a  Place the car back at the starting line.
40* r  Place the car back on the road.
41* ,  Pan the view left.
42* .  Pan the view right.
43* s  Start the engine after a stall.
44* f  Fill the fuel tank.
45* p  Pause the application.
46* q  Exit the application.
47* F9 Cycle through the views.
48
49Here are the bindings for driving by keyboard
50* Up     Throttle.
51* Down   Brake.
52* Left	 Turn left.
53* Right  Turn right.
54* Insert Shift up.
55* Delete Shift down.
56* Home   Clutch.
57
58You can choose a particular car with the `-c <car>' or `--car=<car>'
59option, where <car> is one of
60* `default-car' (same as `GT')
61* `F1'
62* `F1-1967',
63* `front-drive'
64* `GT'
65* `trainer'
66
67The track may be chosen with the `-t <track>'
68or `--track=<track>' option, where <track> is one of
69* `default-track' (same as `Peanut')
70* Albert_Park
71* Americas
72* Bahrain
73* Catalunya
74* Curl
75* default-track
76* drag
77* D
78* Fuji
79* Hockenheimring
80* Hungaroring
81* Imola
82* Indianapolis
83* Interlagos
84* Istanbul
85* Jerez
86* jump
87* Korea
88* Kyalami
89* Laguna_Seca
90* Le_Mans
91* Magny-Cours
92* Monaco
93* Monza
94* Monza-1967
95* Monza-Bank
96* Mosport
97* Nurburgring
98* Peanut
99* Road_Atlanta
100* Sepang
101* Shanghai
102* Silverstone
103* Silverstone-2011
104* Singapore
105* skid_pad
106* Spa
107* Suzuka
108* Valencia
109* Villeneuve
110* Watkins_Glen
111* Yas_Marina
112
113See the Texinfo documentation for more details.
114
115Please let me know how it works for you.
116
117Sam Varner <snick-a-doo@comcast.net>
118