[go: up one dir, main page]

File: thunder.nds

package info (click to toggle)
sabre 0.2.3-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,876 kB
  • ctags: 5,106
  • sloc: cpp: 25,581; ansic: 7,439; sh: 2,063; makefile: 92
file content (126 lines) | stat: -rw-r--r-- 1,531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
6
[
  2
  {
		 100 0 0
		 0 1 1
		 0 1 1
		 100 0.5 0.1
		 0
		 450 <1.5707963 1.5707963 1> <6800 10950 8000> 300 0.0 0.00212 160 300
  }
  2
  2
  1
  1
  CHIPS
]

[
  2
  {

		 100 0 0
		 1 1 1
		 1 1 1
		 100 0.5 0.1
		 6
		 450 <1.5707963 1.5707963 1> <6600 10700 8000> 300 0.0 0.00212 160 300
  }
  2
  2
  1
  1
  SUZIE
]

[
  2
  {
		 100 0 0
		 1 1 1
		 1 1 1
		 100 0.5 0.1
		 0
		 450 <1.5707963 1.5707963 1> <6500 10500 8000> 300 0.0 0.00212 160 300
  }
  2
  2
  1
  1
  BOXER
]
[
  0
  {

		 100 0 0
		 1 1 1
		 1 1 1
		 100 0.5 0.1
		 6
		 400 <4.712389 1.5707963 1> <5000 -22500 8000> 300 0.0 0.00212 200 300
  }
  0
  0
  0
  0
  STINGER
]
[
  0
  {

		 100 0 0
		 1 1 1
		 1 1 1
		 100 0.5 0.1
		 0
		  400 <4.712389 1.5707963 1> <5400 -22700 7500> 300 0.0 0.00212 200 300
  }
  0
  0
  0
  0
  APACHE
]

[
  0
  {

		 100 0 0
		 1 1 1
		 1 1 1
		 100 0.5 0.1
		 6
		  400 <4.712389 1.5707963 1> <5800 -22900 8000> 300 0.0 0.00212 200 300
  }
  0
  0
  0
  0
  ARCHER
]
-1


Flight node =
 [
 Flight_Specs index
 { flight params }
 ZManager index
 WeaponList index
 Pilot Params index
 Waypoint index
 ]

typedef enum flight_view { front, left, right, back, satellite,
									  outside_1, outside_2, outside_3, outside_4 };
friend istream & operator >>(istream &is, Flight_Controls &fc);
{
	  is >> fc.throttle >> fc.landing_gear >> fc.wheel_brakes;
	  is >> fc.cockpit >> fc.hud_on >> fc.vextern;
	  is >> fc.autopilot >> >> fc.gunsight >> fc.radar ;
	  is >> fc.vdist >> fc.vtheta >> fc.vphi;
	  is >> fc.view