


This is a BepInEx mod for Valheim for streamers doing the Valheim Trophy Hunt that displays discovered/undiscovered trophies at the bottom edge of the screen along with a computed score for the Trophy Hunt based on current scoring rules.
Available here:
https://thunderstore.io/c/valheim/p/oathorse/TrophyHuntMod/
Requires a BepInEx install.
https://thunderstore.io/c/valheim/p/denikson/BepInExPack_Valheim/
Two Options: 1. Use r2modman to automatically install it from Thunderstore and launch Valheim. R2modman is the mod manager available for download at https://thunderstore.io 2. Manual: Simply copy the contents of the archive into the BepinEx/Plugins directory. This is usually found somewhere like 'C:\Program Files (x86)\Steam\steamapps\common\Valheim\BepInEx\plugins' if you've installed BepInEx according to the instructions. (https://www.nitroserv.com/en/guides/installing-mods-on-valheim-with-bepinex)
v0.3.0
v0.2.4
trophyrush at the main menu, which enables Trophy Rush Mode.
v0.2.3
trophysize instead of /trophyscale which is the correct command.v0.2.2
/trophyscale console command to allow the user to scale the size of the trophies at the bottom of the screen. Default is 1.0, and can be set as low as 0.1 and as high as you like. This will help adjust trophies to be more readable for streamers at some screen sizes.
To increase the size of the trophies, hit <enter> to bring up the Chat Console and type /trophyscale 1.5 for example. This would increase the trophy sizes by 50%Displays a tray at the bottom of the game screen with the computed Trophy Hunt score on the left, and each Trophy running to the right. Trophies are grouped by Biome, and are displayed in silhouette when not yet acquired, and in full color when acquired.
A death counter appears to the left of the health and food bar, as deaths count against point totals in Trophy Hunt.
/trophyhunt
The Chat console (and F5 console) both support the console command `/trophyhunt` which prints out the Trophy Hunt scoring in detail like so:
```
[Trophy Hunt Scoring]
Trophies:
TrophyBoar: Score: 10 Biome: Meadows
TrophyDeer: Score: 10 Biome: Meadows
TrophyNeck: Score: 10 Biome: Meadows
TrophyEikthyr: Score: 40 Biome: Meadows
TrophyGreydwarf: Score: 20 Biome: Forest
Trophy Score Total: 90
Penalties:
Deaths: 2 Score: -40
Logouts: 0 Score: 0
Total Score: 50
```
/showpath
This will display pins on the in-game Map showing the path that the Player has traveled during the session. One pin every 100 meters or so.
If you'd like to donate a dollar or two to the speedrunners and the Trophy Hunt Events, please consider donating via CashApp or PayPal. All the money goes directly into the prize pool for future Trophy Hunt events!
You can learn more on the Valheim Speedrun Discord channel here: https://discord.gg/9bCBQCPH
CashApp: $ARCHYCooper
PayPal: https://www.paypal.com/paypalme/expertarchy
/trophyscale
This allows the user to scale the trophy sizes (1.0 is default) for better readability at some screen resolutions.
Experimental F5 Console Command
trophyrush
Experimental F5 console command `trophyrush` at the main menu, which enables Trophy Rush Mode.
- Trophy Rush mode causes every enemy that WOULD drop a Trophy to drop a Trophy 100% of the time. This was suggested by @FizzyP as a potential new trophy hunt contest type so it's in there for experimentation.
- This can only be enabled at the Main Menu via the F5 console
- Unfound Trophies will be colored RED in the hud to indicate Trophy Rush is enabled.
- NOTE! This is the ONLY feature of TrophyHuntMod which modifies the behavior of Valheim. Please use with caution!
https://discord.com/channels/@me/1272219148872716339/1280926186783903825
You can find the github at: https://github.com/smariotti/TrophyHuntMod
Note, this was originally built with Jotunn, using their example mod project structure, though Jotunn is no longer a requirement to run it. You just need to have BepInEx installed.