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