feat(steam): add rich presence settings

This commit is contained in:
Richard Fox 2024-04-30 23:42:47 -07:00
parent 67c8f8fc54
commit 2e73aef6f3
2 changed files with 25 additions and 0 deletions

6
Steam/Readme.md Normal file
View file

@ -0,0 +1,6 @@
# Steam Localization items
## RichPresence.txt
This file is provided to Steam via Steamworks and used to create rich presence strings that show up in Steam for Resonite.
While this file, resembles JSON, it is not actually JSON so please be careful, PRs are welcome!

19
Steam/RichPresence.txt Normal file
View file

@ -0,0 +1,19 @@
"lang"
{
"english"
{
"tokens"
{
"#StatusInPrivateWorld" "Is in a private world. (has %total_worlds% open)"
"#StatusInWorld" "Is in %current_world_name% with %current_world_users%.(has %total_worlds% open)"
}
}
"french"
{
"tokens"
{
"#StatusInPrivateWorld" "I don't speak french this is just a placeholder to show how it should be formatted"
"#StatusInWorld" "I don't speak french this is just a placeholder to show how it should be formatted"
}
}
}