Skip to content

Commit 3aecc9f

Browse files
Update README.md
1 parent 19d41b7 commit 3aecc9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ A. The application will create/update a layout.json with all current files in th
1212
* Size (in bytes)
1313
* Last modified time (represented as a [File Time](https://docs.microsoft.com/en-us/windows/win32/sysinfo/file-times))
1414

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)
1616

1717
### 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.
1919

2020
## Usage
2121
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.
2222
2. Drag any file named "layout.json" onto the exe.
2323
3. Launch Microsoft Flight Simulator and check out your changes.
2424

2525
#### 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.
2727
* The application will only write to files named "layout.json" to avoid accidentally modifying unrelated files.
2828
* Relative paths for layout.json files are suppported. Example:
2929
```
3030
C:\Users\Example\Desktop\MSFSLayoutGenerator.exe ExampleFolder\layout.json
3131
```
32-
* 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:
3333
```
3434
MSFSLayoutGenerator.exe "G:\MSFS\Community\example-package-1\layout.json" "G:\MSFS\Community\example-package-2\layout.json"
3535
```

0 commit comments

Comments
 (0)