Leaderboards #4

Open
opened 2021-04-29 11:19:49 -04:00 by jeddunk · 0 comments
jeddunk commented 2021-04-29 11:19:49 -04:00 (Migrated from git.jeddunk.xyz)

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
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
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.