Skip to content

Commit d7e0168

Browse files
committed
Update tutorial to reflect changes in build command and remove unnecessary line
1 parent 0875107 commit d7e0168

File tree

2 files changed

+4
-33
lines changed

2 files changed

+4
-33
lines changed

docs/acars/customizing/customization.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Visit [Discord Application Developer site](https://discord.com/developers/applic
3232

3333
![Default Rich Presence](img/discord-new-app.png)
3434

35-
Upload your logo and title it appropriately. **Make note of the "Application ID" here, this will go into the admin panel.**
35+
Upload your logo and title it appropriately. **Make note of the "Application ID" here, this will go into the admin panel.**
3636

3737
#### 2. Add your logos to the art assets
3838

@@ -59,25 +59,5 @@ Set the application ID in the admin panel.
5959
This requires the ACARS Premium Addon
6060
:::
6161

62-
You can create a zip file and upload your custom configurations. The directory structure should match the following:
63-
64-
65-
```
66-
/aircraft_custom/
67-
/<Profile Name>/
68-
Place your configs here
69-
/rules_custom/
70-
/<Profile Name>/
71-
Place your custom rules here
72-
```
73-
74-
This zip will get extracted into the `configs` directory. The **profile name** can be found by seeing what your profile is - for example, open the json file for your VA in the `config/profiles` folder, and find the `Name` value:
75-
76-
```
77-
{
78-
"Name": "phpvms.net",
79-
"Url": "https://demo.phpvms.net",
80-
"Domain": "phpvms.net",
81-
...
82-
}
83-
```
62+
You can create a zip file and upload your custom configurations. Follow the
63+
instructions in the [acars-pdk](https://github.com/phpvms/acars-pdk) repository.

docs/acars/packaging.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,4 @@ id: packaging
33
title: Packaging Custom Content
44
---
55

6-
Create a zip file that contains folders which has a `manifest.json` file:
7-
8-
```
9-
{
10-
"name": "",
11-
"rules": {
12-
"path": "The relative path to the rule directory"
13-
}
14-
}
15-
```
6+
Clone the [acars-pdk](https://github.com/phpvms/acars-pdk) repository.

0 commit comments

Comments
 (0)