Skip to content

Commit

Permalink
feat(troubleshooting): add page for missing strings
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Aug 27, 2024
1 parent 434ab43 commit 58b4295
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
30 changes: 30 additions & 0 deletions docs/troubleshooting/missing-strings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Missing Strings (UI_PEACOCK)
---

This is caused by the dynamic resources package not being downloaded from Peacock.

Mods can disable downloading this to allow their weapon (or other repository edits)changes to show on official via a thumbs command.
But this also stops Peacock's dynamic resources package from being downloaded, this only contains a localisation file for Peacock's custom content.

You can identify it by the text of custom Peacock menu elements showing text starting with `['UI_PEACOCK` as shown in the image.

![Screenshot from the featured page of Peacock in HITMAN: World of Assassination. Custom Peacock menu elements show text starting with `['UI_PEACOCK`.](/img/wiki/missing_strings.png)

## How to fix

You can fix this by installing a mod using Simple Mod Framework.

- Using [this link](https://hitman-resources.netlify.app/smf-install-link/https://github.com/thepeacockproject/peacock-strings/releases/latest/download/mod.framework.zip), or;
- By [downloading it directly](https://github.com/thepeacockproject/peacock-strings/releases/latest/download/mod.framework.zip) and adding it through the mod manager.

Don't forget to re-apply your mods.

:::note If you already have the mod installed

Ensure it is updated! You can do this through Simple Mod Framework's mod manager.

:::

If you have not installed mods, ensure that your `thumbs.dat` file does not disable the dynamic resources package through a console command.
If you are unsure how to check this, you can verify your game files to ensure you have the vanilla version.
3 changes: 2 additions & 1 deletion sidebars.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default {
slug: "troubleshooting"
},
items: [
"troubleshooting/fix-port-in-use"
"troubleshooting/fix-port-in-use",
"troubleshooting/missing-strings"
]
}
]
Expand Down
Binary file added static/img/wiki/missing_strings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58b4295

Please sign in to comment.