问个关于layout.json的问题
本帖最后由 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"后面的数字是错的,机模就不能正常加载,请高手赐教。
"path": "SimObjects/Airplanes/Asobo_B747_8i/sound/LSpoolA.wav", <--這是路徑
"size": 1298782,<--這是檔案大小
"date": 132410214890000000<--這是時間
網路上科普一下這串時間是怎麼來的..基本上應該是毫秒以上的等級了....
asirpan21 发表于 2021-1-11 19:59
"path": "SimObjects/Airplanes/Asobo_B747_8i/sound/LSpoolA.wav",
我一个音频文件,关时间戳啥事呢?没任何关系嘛。 本帖最后由 asirpan21 于 2021-1-11 20:21 编辑
nicework 发表于 2021-1-11 20:13
我一个音频文件,关时间戳啥事呢?没任何关系嘛。這是我在我的群裡請教程序員的.....他說是時間..我上網查了一下也確實是時間...
你可以試試看用新的聲音檔取代其中一個聲音檔..然後改一下那個聲音檔的檔案大小其他不變看看效果 这个格式的文件就相当于之前的CFG格式文件吗? 楼主不妨试试底下这个东西,作者说把文件拖上去放下就可以自动更新layout.json的内容:
https://github.com/HughesMDflyer4/MSFSLayoutGenerator
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)
页:
[1]