Skip to content

Commit 6cd7abd

Browse files
committed
fix: Update documentation with correct screenshot of new configuration window.
1 parent 733e046 commit 6cd7abd

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

com.playeveryware.eos/Documentation~/configure_plugin.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ To function, the plugin needs some information from your EOS project. Be sure to
99

1010
![EOS Config Menu](/com.playeveryware.eos/Documentation~/images/dev-portal-configuration-editor-menu.png)
1111

12-
![EOS Config UI](/com.playeveryware.eos/Documentation~/images/eosconfig_ui.gif)
12+
![EOS Configuration](/com.playeveryware.eos/Documentation~/images/eos_configuration.png)
1313

1414
3) From the [Developer Portal](https://dev.epicgames.com/portal/), inside your game's `Product Settings` page, copy the configuration values listed below, and paste them into the similarly named fields in the editor tool window pictured above:
1515

16-
> [!NOTE]
17-
> For more detailed information, check out Epic's Documentation on [Creating the Platform Interface](https://dev.epicgames.com/docs/game-services/eos-platform-interface#creating-the-platform-interface).
16+
> [!NOTE]
17+
> For more detailed information, check out Epic's Documentation on [Creating the Platform Interface](https://dev.epicgames.com/docs/game-services/eos-platform-interface#creating-the-platform-interface).
1818
1919
* ProductName
2020
* [ProductID](https://dev.epicgames.com/docs/services/en-US/Glossary/index.html#D?term=ProductId)
@@ -27,15 +27,14 @@ There are two other fields in the configuration editor.
2727

2828
`ProductVersion` is a free-form numeric field, and can use any number.
2929

30-
> [!WARNING]
31-
> The `ProductVersion` field needs to have some value inside it; it cannot be left empty.
32-
> Only use numeric values for the `ProductVersion` field. Do not include text such as "V1.0".
30+
> [!WARNING]
31+
> The `ProductVersion` field needs to have some value inside it; it cannot be left empty.
3332
3433
`EncryptionKey` is used to encrypt uploads to the `Player Data Storage` and `Title Data Storage` EOS features. This value should be consistently used whenever uploading or downloading files from these Data Storages.
3534

36-
> [!NOTE]
37-
> Click the "Generate" button to create a random key, if you haven't already configured an encryption key in the EOS portal. You can then add the generated key to the [Developer Portal](https://dev.epicgames.com/portal/).
38-
> The Encryption Key is Used for Player Data Storage and Title Storage, if you do not plan to use these features in your project or the samples (and don't want to create an Encryption Key) then the field can be left blank.
35+
> [!NOTE]
36+
> Click the "Generate" button to create a random key, if you haven't already configured an encryption key in the EOS portal. You can then add the generated key to the [Developer Portal](https://dev.epicgames.com/portal/).
37+
> The Encryption Key is Used for Player Data Storage and Title Storage, if you do not plan to use these features in your project or the samples (and don't want to create an Encryption Key) then the field can be left blank.
3938
4039
4) Click `Save All Changes`.
4140

137 KB
Loading

0 commit comments

Comments
 (0)