This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00:03 INFO: [DatabaseBanksCacheHelper] ->Unpacking TDU database: C:\Program Files (x86)\Atari\Test Drive Unlimited\Euro\Bnk\DataBase | |
00:13 INFO: [DatabaseBanksCacheHelper] ->Unpacked TDU database directory: C:\Users\user\AppData\Local\Temp\libUnlimited-databaseBank3031902942072189827 | |
01:17 INFO: [DatabaseBanksCacheHelper] ->Prepared JSON database directory: C:\Program Files (x86)\Atari\Test Drive Unlimited\Euro\Bnk\DataBase\json-cache | |
01:17 INFO: [CamerasPlugin] Loading camera info from C:\Program Files (x86)\Atari\Test Drive Unlimited\Euro\Bnk\DataBase\cameras.bin | |
01:20 INFO: [CamerasPlugin] Camera reference loaded | |
01:20 INFO: [IKsPlugin] IK reference loaded | |
01:20 INFO: [ContentRefPlugin] Ready! | |
01:20 INFO: [MappingPlugin] Loading mapping info from C:\Program Files (x86)\Atari\Test Drive Unlimited\Euro\Bnk\Bnk1.map | |
01:21 INFO: [MappingPlugin] Mapping info loaded | |
03:54 INFO: [CamerasPlugin] Loading camera info from C:\Program Files (x86)\Atari\Test Drive Unlimited\Euro\Bnk\DataBase\cameras.bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import winston from 'winston'; | |
/** | |
* Server Logger | |
*/ | |
class ServerLogger extends winston.Logger { } | |
const logger = new ServerLogger(); | |
export default logger; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cameraSet" : { | |
"cameraIdentifier" : 101, | |
"views" : [ { | |
"type" : "Cockpit", | |
"sourceCameraIdentifier" : 312, | |
"sourceType" : "Cockpit", | |
"settings" : { | |
"TYPE" : "Cockpit", | |
"STEERING_WHEEL_TURN" : 50, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cameraIdentifier" : 101, | |
"views" : [ { | |
"type" : "Cockpit", | |
"sourceCameraIdentifier" : 312, | |
"sourceType" : "Cockpit" | |
}, { | |
"type" : "Cockpit_Back", | |
"sourceCameraIdentifier" : 312, | |
"sourceType" : "Cockpit_Back" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cameraSet" : { | |
"cameraIdentifier" : 101, | |
"views" : [ { | |
"type" : "Cockpit", | |
"sourceCameraIdentifier" : 0, | |
"sourceType" : null, | |
"settings" : { | |
"TYPE" : "Cockpit", | |
"STEERING_WHEEL_TURN" : 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cameraIdentifier" : 101, | |
"views" : [ { | |
"type" : "Cockpit", | |
"settings" : { | |
"STEERING_WHEEL_TURN" : 0, | |
"STEERING_WHEEL_TILT" : 0, | |
"CAMERA_POSITION_X" : 0, | |
"CAMERA_POSITION_Y" : 0, | |
"CAMERA_POSITION_Z" : 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cameraIdentifier" : 101, | |
"views" : [ { | |
"type" : "Cockpit", | |
"settings" : { | |
"STEERING_WHEEL_TURN" : 50, | |
"STEERING_WHEEL_TILT" : 43, | |
"CAMERA_POSITION_X" : -67, | |
"CAMERA_POSITION_Y" : -123, | |
"CAMERA_POSITION_Z" : 44, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103;292 | |
103;294 | |
103;295 | |
114;251 | |
114;252 | |
114;253 | |
118;284 | |
118;285 | |
118;286 | |
122;316 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cameraSet" : { | |
"cameraIdentifier" : 101, | |
"views" : [ { | |
"type" : "Cockpit", | |
"sourceCameraIdentifier" : 0, | |
"sourceType" : null, | |
"settings" : { | |
"TYPE" : "Cockpit", | |
"STEERING_WHEEL_TURN" : 50, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cameraCount": 150, | |
"cameraIdentifiers": [ | |
1, | |
15, | |
70, | |
71, | |
101, | |
102, | |
103, |
NewerOlder