


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:
v0.3.3
/scorescale chat console command to alter the score text size. 1.0 is the default, can go as low or high as you like. Use /scorescale 1.5 to increase the text size by 50%. Thanks @turbero./trophyspacing chat console command to pack them closer together or farther apart at the bottom of the screen. Negative values pack them tighter, positive ones space them out. 1.5 looks pretty good for me at 1920x1080 running in a window. YMMV. Thanks @Daizzer.v0.3.2
/showtrophies chat console command to toggle show/hide of trophy icons, Score, Deaths and Luck counters still displayv0.3.1
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.
/trophyscale
This allows the user to scale the trophy sizes (1.0 is default) for better readability at some screen resolutions.
/trophyspacing
Allows you space out the trophies to your liking. Negative values spaces them tighter, positive values space them out more. They may wrap off the end of the screen with large values.
/scorescale
Allows the user to scale the Score text size (1.0 is default) for better readability at some screen resolutions.
/showtrophies
Toggles the display of Trophy icons at the bottom of the screen for when you can't even, or the display conflicts with other mods
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!
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
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.