mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #2539] [MERGED] Custom Trophy images / sound | and improvements #2811
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2811
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/2539
Author: @DanielSvoboda
Created: 2/25/2025
Status: ✅ Merged
Merged: 2/28/2025
Merged by: @georgemoralis
Base:
main← Head:main📝 Commits (10+)
3d6b882Custom Trophy imagesb6ab8detext and button - settingsb0c8f85Description5335bbc+65f7fa1plural40491b0translation for 'Trophy earned!'a9a72d9Revert: translation for 'Trophy earned!'cd70f33play audioa18c594fixes crash due to having too many trophies2caaaa2Animations, config: position, duration📊 Changes
15 files changed (+618 additions, -102 deletions)
View changed files
📝
src/common/config.cpp(+23 -0)📝
src/common/config.h(+4 -0)📝
src/common/path_util.cpp(+1 -0)📝
src/common/path_util.h(+2 -0)📝
src/core/libraries/np_trophy/np_trophy.cpp(+10 -8)📝
src/core/libraries/np_trophy/trophy_ui.cpp(+124 -20)📝
src/core/libraries/np_trophy/trophy_ui.h(+0 -1)📝
src/qt_gui/background_music_player.cpp(+7 -2)📝
src/qt_gui/background_music_player.h(+1 -1)📝
src/qt_gui/gui_context_menus.h(+19 -2)📝
src/qt_gui/settings_dialog.cpp(+26 -2)📝
src/qt_gui/settings_dialog.ui(+121 -30)📝
src/qt_gui/translations/en_US.ts(+55 -3)📝
src/qt_gui/trophy_viewer.cpp(+217 -33)📝
src/qt_gui/trophy_viewer.h(+8 -0)📄 Description
issues: https://github.com/shadps4-emu/shadPS4/issues/2537 https://github.com/shadps4-emu/shadPS4/issues/2461
Add the custom files to this folder :
\user\custom_trophy*There is a button in the settings to get to this folder more easily.
The files must have these names:
*I recommend a square resolution image, for example 200x200, 500x500, the same size as the height and width
An animation has been added to notifications
Side menu with filters:
-Show Earned Trophies
-Show Not Earned Trophies
-Show Hidden Trophies
Added "Time Unlocked" column
The date you achieved the achievement will only work from that PR,
what was achieved before will unfortunately remain as 'unknown'
Button - Delete Trophy
Folder with customized files:

Screen with new options on the left side

Time Unlocked

Screen with new settings

My horn audio that I added when I won a trophy, by default, doesn't even have any audio.
https://github.com/user-attachments/assets/13a5d65d-ec91-4456-962d-cf33491c139f
Left and right position, it is possible to change in the settings
https://github.com/user-attachments/assets/6cfa8802-c271-4488-b5d4-28ea6644f5c0
This was the old screen:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.