How could I make a achievement system in ue5.5 with Blueprints that would work with Gamejolt That way so the player can unlock achievements or if that doesn’t work how could I just make the system, and have it where you can view the Locked and Unlocked achievements? Step by Step. Thanks, VSC
Hey there @VintageSCollecto! Welcome back to the community! Are you requesting information on how to communicate with Gamejolt’s trophy system? Since the Gamejolt trophy API can be called from just HTTP calls. Implementation of the actual trophies will come down how your game works. In most cases, the simplest thing you could do was just keep a record wherever you save your game of the achievements that save slot has completed, and make the API calls to the GameJolt API once you do.
Now the UI portion is a different story, but I can find you resources on that as well if needed.
Disclaimer: One or more of these links are unaffiliated with Epic Games. Epic Games is not liable for anything that may occur outside of this Unreal Engine domain. Please exercise your best judgment when following links outside of the forums.