diff --git a/HallOfFame/ChangeLog.md b/HallOfFame/ChangeLog.md index 6de841d..bc06a55 100644 --- a/HallOfFame/ChangeLog.md +++ b/HallOfFame/ChangeLog.md @@ -1 +1,18 @@ -Localization update for many languages. +**Linking social media platforms!** + +Next to your username when displaying one of your pictures, Hall of Fame can now +display buttons leading to your other social media accounts. + +To link your social media to your HoF creator account, you must contact me (via +any medium, best is Discord, you can also use halloffame at mtq.io) and provide +me with your links. +The following platforms are supported: + +- Paradox Mods creator account (opens directly in-game or in the browser) +- YouTube channel +- Twitch channel +- Discord (invite link) +- Reddit user + +Of course, your channel/account must contain a fair amount of C:S 2 content to +be relevant. diff --git a/HallOfFame/HallOfFame.csproj b/HallOfFame/HallOfFame.csproj index 95c451d..37d65c0 100644 --- a/HallOfFame/HallOfFame.csproj +++ b/HallOfFame/HallOfFame.csproj @@ -1,7 +1,7 @@ - 1.7.1 - 1.7.1 + 1.8.0 + 1.8.0 Library diff --git a/HallOfFame/LongDescription.md b/HallOfFame/LongDescription.md index aafcf3c..cbaabcf 100644 --- a/HallOfFame/LongDescription.md +++ b/HallOfFame/LongDescription.md @@ -54,6 +54,25 @@ The content is not selected or moderated based on quality or complexity. Don’t be shy, let us remember your city — if you wanna share it, we wanna see it! +### Linking social media platforms + +Next to your username when displaying one of your pictures, Hall of Fame can +display buttons leading to your other social media accounts. + +To link your social media to your HoF creator account, you must contact me (via +any medium, best is Discord, you can also use halloffame at mtq.io) and provide +me with your links. +The following platforms are supported: + +- Paradox Mods creator account (opens directly in-game or in the browser) +- YouTube channel +- Twitch channel +- Discord (invite link) +- Reddit user + +Of course, your channel/account must contain a fair amount of C:S 2 content to +be relevant, I will approve or deny your request at my discretion. + ### Post-processing and other mods Yes! — you can use any assets and mods you want. This includes post-processing diff --git a/HallOfFame/Properties/PublishConfiguration.xml b/HallOfFame/Properties/PublishConfiguration.xml index 9e20476..506b155 100644 --- a/HallOfFame/Properties/PublishConfiguration.xml +++ b/HallOfFame/Properties/PublishConfiguration.xml @@ -58,6 +58,25 @@ The content is not selected or moderated based on quality or complexity. Don’t be shy, let us remember your city — if you wanna share it, we wanna see it! +### Linking social media platforms + +Next to your username when displaying one of your pictures, Hall of Fame can +display buttons leading to your other social media accounts. + +To link your social media to your HoF creator account, you must contact me (via +any medium, best is Discord, you can also use halloffame at mtq.io) and provide +me with your links. +The following platforms are supported: + +- Paradox Mods creator account (opens directly in-game or in the browser) +- YouTube channel +- Twitch channel +- Discord (invite link) +- Reddit user + +Of course, your channel/account must contain a fair amount of C:S 2 content to +be relevant, I will approve or deny your request at my discretion. + ### Post-processing and other mods Yes! — you can use any assets and mods you want. This includes post-processing @@ -147,11 +166,28 @@ Donations are very welcome and will help keep the service running. - + - Localization update for many languages. + **Linking social media platforms!** + +Next to your username when displaying one of your pictures, Hall of Fame can now +display buttons leading to your other social media accounts. + +To link your social media to your HoF creator account, you must contact me (via +any medium, best is Discord, you can also use halloffame at mtq.io) and provide +me with your links. +The following platforms are supported: + +- Paradox Mods creator account (opens directly in-game or in the browser) +- YouTube channel +- Twitch channel +- Discord (invite link) +- Reddit user + +Of course, your channel/account must contain a fair amount of C:S 2 content to +be relevant. diff --git a/HallOfFame/UI/mod.json b/HallOfFame/UI/mod.json index 582be66..e2b1521 100644 --- a/HallOfFame/UI/mod.json +++ b/HallOfFame/UI/mod.json @@ -1,6 +1,6 @@ { "id": "HallOfFame", "author": "Morgan Touverey Quilling", - "version": "1.7.1", + "version": "1.8.0", "dependencies": [] }