Skip to content

Commit

Permalink
feat: add progression transfer page
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Apr 29, 2024
1 parent 0d0e4ee commit 7694c25
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
41 changes: 41 additions & 0 deletions docs/features/progression-transfer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: Progression Transfer
---

Peacock supports transferring your progress from official World of Assassination game servers. This will override all of your current progress on Peacock.

We currently only support same game and platform, for example, you can only go from Hitman 3 Steam → Hitman 3 Steam.
Support for cross-game progression transfer is planned.

## How do I do it?

1. First, Start Peacock. Then connect to Peacock with the game. It is recommended that you now close the game.

2. Navigate to Peacock's Web UI, most users can [click here](http://localhost/) to access it.
If Peacock is running on a different port, you can navigate to `http://localhost:PORT/` in a web browser.

3. Then, go to the **Progress Transfer** button on the nav bar at the top of the page.
Choose the account you wish to transfer progress to.

4. Here you can see when you last transferred the progression of this account (if applicable).
Now press the green **Sync Now** button.

5. A pop-up will display, **READ IT CAREFULLY** - this is your last chance to opt-out.

You will now see a pop-up box. If it is **green** then it was completed successfully!
If it was **red**, it failed, read below for some common issues and their fixes.

## Common Issues

### Failed to get official authentication data

**IF YOU DID NOT CONNECT TO PEACOCK FIRST**: Go back to step 1 with your reading glasses on.

If you did: are you sure? Did you see the Peacock dashboard? Go back to step 1 and ensure you follow them.

**DO YOU OWN THE GAME?** If you don't, it won't work.

### Failed to sync official data

Ensure you followed all steps outlined above. **ENSURE YOU OWN THE GAME.**
If you still experience this, [make an issue](https://github.com/thepeacockproject/Peacock/issues/new/choose) or [join our Discord](https://discord.gg/F8qQTfnajw).
4 changes: 3 additions & 1 deletion sidebars.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default {
"intel/updating",
"intel/autosplitter-setup",
"intel/loadout-profiles-elp",
"features/progression-transfer",
"intel/faq",
{
type: "category",
Expand All @@ -46,7 +47,8 @@ export default {
},
items: [
"features/elusive-targets",
"features/plugins"
"features/plugins",
"features/progression-transfer"
]
},
{
Expand Down

0 comments on commit 7694c25

Please sign in to comment.