Report post Posted December 3, 2017 Hello, How to add custom stamps on my Kitsune CPPS? Share this post Link to post Share on other sites
1 Report post Posted December 6, 2017 I'd imagine you'd not only have to create your own stamp file (e.g. like this), but you'd also have to create an entry for it in stamps.json (located in play/web_service/game_configs/stamps.json on your media server). Afterwards you'd have to create a trigger in the client that tells the server when to give the user the stamp. You can probably do this by creating a dependency. For example, if you'd like to give the user a stamp for joining a particular room, you'd create a dependency (in dependencies.json) that would listen for the joinRoom (jr) packet and then have it send the stamp packet if the user joined that room. You can read more about creating dependencies here. You'd probably want to edit Kitsune's crumbs as well - both the URL in World.php and the file in the crumbs folder if it exists. Share this post Link to post Share on other sites
Hello,
How to add custom stamps on my Kitsune CPPS?
Share this post
Link to post
Share on other sites