tian15134549098 2014-01-22 10:22 采纳率: 0%
浏览 2216

哪位大侠告诉我这个是干什么的,关于游戏的一个文件,写的是什么意思

[*]场景单位数据输出,调用 tool record 打开/关闭;
数据保存到PGGame\Logs\目录下,按时间保存为CSV格式,可以用Excel或者记事本打开;
目前输出频率为500ms一次;
数据量较大,请经常清理!

Log: Log file open, 01/20/14 17:06:20
Init: Version: 8788
Init: Epic Internal: 0
Init: Compiled (32-bit): Jan 2 2014 19:05:05
Init: Changelist: 976115
Init: Command line: -SEEKFREELOADINGPCCONSOLE
Init: Base directory: E:\??h\QABuildClient_0.8.11375.12079(癏)\Binaries\Win32\
[0000.12] Init: Computer: DADI--20130909D
[0000.12] Init: User: Administrator
[0000.12] Init: CPU Page size=4096, Processors=4
[0000.12] Init: High frequency timer resolution =3.579545 MHz
[0000.12] Init: Memory total: Physical=3.5GB (3GB approx) Pagefile=6.8GB Virtual=2.0GB
[0000.12] Init: Presizing for 33476 objects not considered by GC, pre-allocating 0 bytes.
[0000.12] Init: Object subsystem initialized
[0000.13] DevDataBase: Connection to "Provider=sqloledb;Data Source=production-db;Initial Catalog=EngineTaskPerf;Trusted_Connection=Yes;Connection Timeout=2" or "10.1.20.20" failed
[0000.63] Log: Shader platform (RHI): PC-D3D-SM3
[0000.65] Log: PhysX GPU Support: DISABLED
[0001.00] DevPhysics: ApexManager: Failed to create the Apex Destructible Module
[0001.00] DevPhysics: ApexManager: Failed to create the Apex Clothing Module
[0001.00] DevPhysics: ApexManager: Unable to load legacy clothing module; loading old clothing assets may fail.
[0001.00] DevPhysics: ApexManager: Unable to load legacy Destructible module; loading old Destructible assets may fail.
[0001.84] Log: GTFCIndexer LOADED 98210

  • 写回答

1条回答 默认 最新

  • 滴水冰冻 2014-02-20 05:40
    关注

    Log: Log file open, 01/20/14 17:06:20 //这是一个日志文件(记录有关你对游戏的操作)
    Init: Version: 8788 //版本8788
    Init: Epic Internal: 0
    Init: Compiled (32-bit): Jan 2 2014 19:05:05 //编译时间
    Init: Changelist: 976115 // 改变列表
    Init: Command line: -SEEKFREELOADINGPCCONSOLE
    Init: Base directory: E:\??h\QABuildClient_0.8.11375.12079(癏)\Binaries\Win32\
    [0000.12] Init: Computer: DADI--20130909D //以下是电脑信息 像 用户名 CPU 频率啦 等等 这些没什么价值啊,都是游戏的日志。
    [0000.12] Init: User: Administrator

    [0000.12] Init: CPU Page size=4096, Processors=4
    [0000.12] Init: High frequency timer resolution =3.579545 MHz
    [0000.12] Init: Memory total: Physical=3.5GB (3GB approx) Pagefile=6.8GB Virtual=2.0GB
    [0000.12] Init: Presizing for 33476 objects not considered by GC, pre-allocating 0 bytes.
    [0000.12] Init: Object subsystem initialized
    [0000.13] DevDataBase: Connection to "Provider=sqloledb;Data Source=production-db;Initial Catalog=EngineTaskPerf;Trusted_Connection=Yes;Connection Timeout=2" or "10.1.20.20" failed
    [0000.63] Log: Shader platform (RHI): PC-D3D-SM3
    [0000.65] Log: PhysX GPU Support: DISABLED
    [0001.00] DevPhysics: ApexManager: Failed to create the Apex Destructible Module
    [0001.00] DevPhysics: ApexManager: Failed to create the Apex Clothing Module
    [0001.00] DevPhysics: ApexManager: Unable to load legacy clothing module; loading old clothing assets may fail.
    [0001.00] DevPhysics: ApexManager: Unable to load legacy Destructible module; loading old Destructible assets may fail.
    [0001.84] Log: GTFCIndexer LOADED 98210

    评论

报告相同问题?

悬赏问题

  • ¥15 CNVcaller安装后无法找到文件
  • ¥15 visual studio2022中文乱码无法解决
  • ¥15 关于华为5g模块mh5000-31接线问题
  • ¥15 keil L6007U报错
  • ¥15 webapi 发布到iis后无法访问
  • ¥15 初学者如何快速上手学习stm32?
  • ¥15 如何自动更换布娃娃图片上的衣服
  • ¥15 心理学eprime编程
  • ¥15 arduino esp8266开发
  • ¥15 stm32单片机通过485发送命令给驱动器控制电机转动,同样的代码f103可以控制电机转动,换到f407不能动了,但是用串口助手调试407显示发送的命令都是正确的,卡了好久了这是发送规则