I’ve been searching and you’re right! I’ve confused with a variable of my project! It’s the fault of the heat of this summer! Sorry!
Do you have any idea about how could I increase the characters number to be above 20?
I’ve found where is the limit but I haven’t tried to change it. In blueprint double click on get epic leaderboard to open it with Microsoft visual studio.
It kinda works, I’ll test it forward. Ty for spending the time to help me, you are really nice and helpful
Updated the template project and prebuilt binaries to 4.19 and 4.20 for the upcoming jam
20 characters should be plenty for usernames, if you want to attach additional information to entries you can add them to the meta string map.
How do I allow the players to use spaces in their names? What do I have to add in std::regex e(“^A-Za-z0-9]”); ?
thank you so much for this, working beautifully in 4.20.1
How the the cleanup function work? I tested using the function to cleanup a word that rhymes with duck and nothing was censored. I’m using engine version 4.18.3.
Hey, CleanupName will only limit the length of the username as well as remove special characters like !,$,&, …
It is not an obscenity filter, although this might be something worth adding in the future.
Hello! Awesome plugin!
We need similar plugin running on our server with several additional features
- “ID” “username” “score” “metadadta” in database
- Submit last score, not only best (maybe can select - last, best, max, min)
- Check “ID” with bool on exit (false if nothing in database by this ID)
- Check “username” with bool on exit (need for login system that players could not be in the leaderboard under the same username)
- Submit score by “ID”
- Get top 100 in leaderboard
- Get 100 around “ID”
Can you help me?
Very awesome and necessary plugin! Will definitely be using this in my projects. Please update to 4.21. Thank you and please keep developing it!
Is there anyway of making 1 Variable so all players have a total score? so in this case i want global death counter xD anyway of getting it?
please .4.21 Thank you
does this work for 4.21?
Please, can someone explain me how to use the steam id with this leaderboard?..
Hi! Terrific plugin, thank you so much - you rock!
The leaderboards work great in game, but I was trying to add an online web-based leaderboard (so you can see the scores while not in the game), and I’m having a devil of a time with it! For example, if I go to the URL: [FONT=courier new]http://epicleaderboard.com/api/getScores.php?accessID=SOME_ID_KEY_HERE then I get returned a array of scores, so far so good…
…unfortunately, when I try to grab this data from the above URL directly into JavaScript so I can pick it apart to build up a nice looking table I get an “Access-Control-Allow-Origin” error. This ‘Access-Control’ header option would need to be set on your server so that other domains can get access to the data programatically. Some reading: Reason: CORS header 'Access-Control-Allow-Origin' missing - HTTP | MDN
However, with the header flag set it should be as simple as importing jQuery and then going:
$.getJSON("http://epicleaderboard.com/api/getScores.php?accessID=SOME_ID_KEY_HERE").done(function( data ) { alert(data); } );
The “admin” web-interface shows all the scores really nicely, but that can’t be made public because it has the key and ID values as well as the option to delete entries!
The only other possible alternative would be for me to change the (so so grateful it’s open-source!) source code of the plugin to point at my server, and then replicating the set/get leaderboard scores functionality in an uglier and clunkier way that you’ve done it! Say it ain’t so!
Thanks so much for your consideration =D
hello. in my game it is possible to score over one million. but those will be displayed as 1000. is there a workaround for this?
+1
A similar issue is for me is thatr precision only goes up to 3 decimal. I’m doing something related to crypto and so 6 to 9 decimals would be handy. (e.g. 0.000001)
Version 4.21 What do I need to do? Help me.