Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtm516/remoteplaytogethersync
Sync achievements for non-host players in Steam Remote Play Together sessions, allowing guest players to track their progress on their own Steam accounts.
https://github.com/rtm516/remoteplaytogethersync
Last synced: about 3 hours ago
JSON representation
Sync achievements for non-host players in Steam Remote Play Together sessions, allowing guest players to track their progress on their own Steam accounts.
- Host: GitHub
- URL: https://github.com/rtm516/remoteplaytogethersync
- Owner: rtm516
- License: gpl-3.0
- Created: 2024-11-10T20:36:15.000Z (5 days ago)
- Default Branch: master
- Last Pushed: 2024-11-10T21:07:34.000Z (5 days ago)
- Last Synced: 2024-11-10T21:28:17.248Z (5 days ago)
- Language: C#
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Steam Remote Play Together Achievements Sync
[![License: GPL-3.0](https://img.shields.io/github/license/rtm516/RemotePlayTogetherSync)](LICENSE)
[![Build Release](https://github.com/rtm516/RemotePlayTogetherSync/actions/workflows/release.yml/badge.svg)](https://github.com/rtm516/RemotePlayTogetherSync/releases)
[![HitCount](https://hits.dwyl.com/rtm516/RemotePlayTogetherSync.svg?style=flat)](http://hits.dwyl.com/rtm516/RemotePlayTogetherSync)This project is designed to sync achievements for users joining a game via Steam's Remote Play Together. It allows the non-host player to earn and sync achievements to their Steam account, so their progress is tracked just like if they were playing on their own device.
![UI screenshot](https://github.com/user-attachments/assets/88d59642-6954-4892-9b40-54a65f492283)
## Requirements
- **.NET Core 8.0** or higher
- **Copy of the game**: The guest user account must have access to the game's achievements
- **Remote Play Together setup**: Ensure you’re joining a compatible game via Remote Play Together.## Usage
1. Join a Remote Play Together session for a supported game on Steam.
2. Run Steam RemotePlay Together Achievements Sync.
3. Select the game from the list of running processes and the friend you’re playing with.
4. The application will automatically monitor and sync achievements during gameplay.## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository.
2. Create a new branch (`feature/YourFeature`).
3. Commit your changes.
4. Push the branch.
5. Open a Pull Request.