home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Spiel 1996 September
/
PCS0996.ISO
/
common
/
ast1.tmp
< prev
next >
Wrap
Text File
|
1996-03-06
|
1KB
|
42 lines
# code: P-Plane M-Missiles Tank
# B-Box G-Gun class R-Raft class
# J-JetFoil H-helicopter D-Radar
# S-Second Probe C-Car
# A-Attached enemy
# I- myself L - Special locations
#
# myself format : code,x,y,z,direction,exit x,exit y, exit z, exit dir
#
# Enemy format : code,x,y,z,direction,yaw,speed
#
#
# Plane format : code,x,y,z,direction,yaw,roll,speed,backToBase(1,0)
# JetFoil format : code,x,y,z,direction,yaw,roll,speed,backToBase(1,0),Wait (seconds)
#
# Gun format : code,x,y,z,direction,speed,x1,x2
#
# Jet Format
# Raft format : code,num-points
# x1,y1,x2,y2 ...
# ...
#
# ( num-points is in pers (x1,y1 is one point).
# x1,y1,x2,y2... are the raft track coordinations).
#
# Box type : code,x,y,z,dir,box_type,cargo count
# (box types: 1-Missiles 2-Flares 3-Glomavine 4-Additive
#
# Attached enemy (A): A,enemy code,Point num
#
# Second Probe : code,x,y,dir
# Note: code in uppercase .
#
# X Y Z Dir
#
I 2177 3725 250 227
#
# Exit
L 1 0
476 871 270
#