first commit
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
DevXCharacterConfig = {
|
||||
Preview = {
|
||||
streamPosition = { x = 402.90, y = -1001.05, z = -99.00, heading = 180.0 },
|
||||
pedPosition = { x = 402.90, y = -997.05, z = -99.00, heading = 180.0 },
|
||||
cameraPosition = { x = 402.90, y = -1000.05, z = -98.15 },
|
||||
cameraFov = 32.0
|
||||
},
|
||||
|
||||
Intro = {
|
||||
enabled = true,
|
||||
driverName = 'Mason',
|
||||
driverModel = 'a_m_m_business_01',
|
||||
vehicleModel = 'schafter2',
|
||||
|
||||
-- Der Spieler startet im Terminal und läuft automatisch nach draußen.
|
||||
terminalInside = { x = -1042.75, y = -2745.65, z = 21.36, heading = 329.0 },
|
||||
terminalExit = { x = -1038.10, y = -2738.20, z = 20.17, heading = 329.0 },
|
||||
meetingPoint = { x = -1032.80, y = -2733.10, z = 20.17, heading = 238.0 },
|
||||
|
||||
-- Das Fahrzeug steht bereits am Straßenrand. Es fährt nicht erst auf das Flughafengelände.
|
||||
vehicleParked = { x = -1024.72, y = -2729.45, z = 19.90, heading = 239.0 },
|
||||
driverWait = { x = -1029.35, y = -2731.20, z = 20.05, heading = 61.0 },
|
||||
|
||||
-- Die Kamera ist während des Laufens am Spieler befestigt und folgt ihm.
|
||||
followCamera = {
|
||||
offset = { x = 2.35, y = -4.20, z = 1.65 },
|
||||
lookAtOffset = { x = 0.0, y = 0.0, z = 0.75 },
|
||||
fov = 48.0
|
||||
},
|
||||
greetingCamera = { x = -1035.65, y = -2729.15, z = 22.05 },
|
||||
|
||||
destinationRoad = { x = 231.52, y = -872.71, z = 29.95 },
|
||||
finalSpawn = { x = 216.80, y = -884.15, z = 30.69, heading = 337.0 },
|
||||
|
||||
driveSpeed = 18.0,
|
||||
drivingStyle = 786603,
|
||||
maxDriveTimeMs = 120000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user