查看: 1822|回复: 6

问个关于layout.json的问题

[复制链接]
已绑定手机
发表于 2021-1-11 17:58:59 | 显示全部楼层 |阅读模式
本帖最后由 nicework 于 2021-1-11 18:00 编辑

我把一些机模加了声音包,加了一些声音文件,所以对应的layout.json就要做一些修改,比如下面:
{
      "path": "SimObjects/Airplanes/Asobo_B747_8i/sound/LSpoolA.wav",
      "size": 1298782,
      "date": 132410214890000000
    },

这里"path"和"size"都很好理解,而且很容易就能查到后面的具体正确参数是多少,但"date"项实在不知道是什么东西,它后面的132410214890000000这一堆数字是怎么来的?如何才能查到正确的数字是多少?因为我要添加很多个wav声音文件,如果"date"后面的数字是错的,机模就不能正常加载,请高手赐教。
已绑定手机
发表于 2021-1-11 19:59:55 | 显示全部楼层
"path": "SimObjects/Airplanes/Asobo_B747_8i/sound/LSpoolA.wav", <--這是路徑
"size": 1298782,  <--這是檔案大小
"date": 132410214890000000  <--這是時間

網路上科普一下這串時間是怎麼來的..基本上應該是毫秒以上的等級了....
已绑定手机
楼主 发表于 2021-1-11 20:13:37 | 显示全部楼层
asirpan21 发表于 2021-1-11 19:59
"path": "SimObjects/Airplanes/Asobo_B747_8i/sound/LSpoolA.wav",

我一个音频文件,关时间戳啥事呢?没任何关系嘛。

点评

你可以試試看用新的聲音檔取代其中一個聲音檔..然後改一下那個聲音檔的檔案大小其他不變看看效果  详情 回复 发表于 2021-1-11 20:19
已绑定手机
发表于 2021-1-11 20:19:59 | 显示全部楼层
本帖最后由 asirpan21 于 2021-1-11 20:21 编辑
nicework 发表于 2021-1-11 20:13
我一个音频文件,关时间戳啥事呢?没任何关系嘛。
這是我在我的群裡請教程序員的.....他說是時間..我上網查了一下也確實是時間...
你可以試試看用新的聲音檔取代其中一個聲音檔..然後改一下那個聲音檔的檔案大小其他不變看看效果
发表于 2021-1-12 03:34:35 | 显示全部楼层
这个格式的文件就相当于之前的CFG格式文件吗?
发表于 2021-1-12 11:25:29 | 显示全部楼层
楼主不妨试试底下这个东西,作者说把文件拖上去放下就可以自动更新layout.json的内容:

https://github.com/HughesMDflyer4/MSFSLayoutGenerator

发表于 2021-1-12 11:28:22 | 显示全部楼层
Q. What is a layout.json?

A. The Virtual File System (VFS) in Microsoft Flight Simulator relies on a layout.json file in the root of each package to determine which files it is allowed to load, and to perform a basic file integrity check.

Q. What does this application do?

A. The application will create/update a layout.json with all current files in the layout.json file's folder and subfolders. The following information is included with each file entry:

File path relative to layout.json (including extension)

Size (in bytes)

Last modified time (represented as a File Time)

The layout.json files generated by this application should be identical to those generated by Microsoft Flight Simulator. (Note: File order may vary, but shouldn't impact functionality of packages)
您需要登录后才可以回帖 登录 | 加入联盟

本版积分规则

快速回复 返回顶部 返回列表