You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,24 +12,24 @@ A. The application will create/update a layout.json with all current files in th
12
12
* Size (in bytes)
13
13
* Last modified time (represented as a [File Time](https://docs.microsoft.com/en-us/windows/win32/sysinfo/file-times))
14
14
15
-
The layout.json files generated by this tool should be identical to those generated by Microsoft Flight Simulator. (Note: File order may vary, but shouldn't impact functionality of packages)
15
+
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)
16
16
17
17
### Q. Who is this application for?
18
-
A. This tool will benefit anyone who creates packages by hand rather than using the Project Editor in Developer Mode. Livery artists in particular may find this useful, as adding each texture to layout.json manually can be tedious.
18
+
A. This application will benefit anyone who creates packages by hand rather than using the Project Editor in Developer Mode. Livery artists in particular may find this useful, as adding each texture to layout.json manually can be tedious.
19
19
20
20
## Usage
21
21
1. Download the [latest release](https://github.com/HughesMDflyer4/MSFSLayoutGenerator/releases/latest) from this repository and place the executable in a convenient location on your PC.
22
22
2. Drag any file named "layout.json" onto the exe.
23
23
3. Launch Microsoft Flight Simulator and check out your changes.
24
24
25
25
#### Notes
26
-
* The existing data in a layout.json will be overwritten/replaced when running the file through this tool.
26
+
* The existing data in a layout.json will be overwritten/replaced when running the file through this application.
27
27
* The application will only write to files named "layout.json" to avoid accidentally modifying unrelated files.
28
28
* Relative paths for layout.json files are suppported. Example:
* The application will update a variable number of layout.json files when providing the full path of each file. This can be useful when updating content across multiple packages. Example:
32
+
* The application will accept a variable number of arguments, allowing multiple multiple layout.json files to be updated at once. Each argument should contain the absolute or relative path of a layout.json to update. Example:
0 commit comments