From 2e73aef6f39e21e1c9c5b3a845fa6b6076d9da78 Mon Sep 17 00:00:00 2001 From: Richard Fox Date: Tue, 30 Apr 2024 23:42:47 -0700 Subject: [PATCH] feat(steam): add rich presence settings --- Steam/Readme.md | 6 ++++++ Steam/RichPresence.txt | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 Steam/Readme.md create mode 100644 Steam/RichPresence.txt diff --git a/Steam/Readme.md b/Steam/Readme.md new file mode 100644 index 0000000..6ff0830 --- /dev/null +++ b/Steam/Readme.md @@ -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! \ No newline at end of file diff --git a/Steam/RichPresence.txt b/Steam/RichPresence.txt new file mode 100644 index 0000000..7405d41 --- /dev/null +++ b/Steam/RichPresence.txt @@ -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" + } + } +} \ No newline at end of file