Leaderboards #4

Open
opened 2021-04-29 11:19:49 -04:00 by jeddunk · 0 comments
Owner

From the Goldberg README:

By default the emulator assumes all leaderboards queried by the game (FindLeaderboard()) exist and creates them with the most common options (sort method descending, display type numeric)
In some games this default behavior doesn't work and so you may need to tweak which leaderboards the game sees.
To do that, you can put a leaderboards.txt file in the steam_settings folder.
An empty leaderboards.txt makes the emu behave as if any leaderboard queried by the game using FindLeaderboard does not exist.
The format is: LEADERBOARD_NAME=sort method=display type
For the sort methods: 0 = none, 1 = ascending, 2 = descending
For the display type: 0 = none, 1 = numeric, 2 = time seconds, 3 = milliseconds
An example can be found in steam_settings.EXAMPLE

From the Goldberg README: > By default the emulator assumes all leaderboards queried by the game (FindLeaderboard()) exist and creates them with the most common options (sort method descending, display type numeric) In some games this default behavior doesn't work and so you may need to tweak which leaderboards the game sees. To do that, you can put a leaderboards.txt file in the steam_settings folder. An empty leaderboards.txt makes the emu behave as if any leaderboard queried by the game using FindLeaderboard does not exist. The format is: LEADERBOARD_NAME=sort method=display type For the sort methods: 0 = none, 1 = ascending, 2 = descending For the display type: 0 = none, 1 = numeric, 2 = time seconds, 3 = milliseconds An example can be found in steam_settings.EXAMPLE
jeddunk added this to the 1.0.0 milestone 2021-04-29 11:19:49 -04:00
jeddunk added this to the Features project 2021-04-29 11:19:49 -04:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jeddunk/GoldbergGUI#4
No description provided.