help setting up leaderboard hierarchies
5 months ago
New South Wales, Australia

Hi All,

I've recently got a game (world of shooting) added to SPC and am having a right old time trying to setup the leaderboards nicely. I've read the help documentation and had a play around to no avail.

Essentially the game is best run as ILs, and the game contains 3 campaigns (tutorial, practical shooting and killhouse). Each of these campaigns contains a series of categories (i.e. pistols, rifles, mixed etc) which are further broken down into the stages to be run (for instance Practical shooting pistol stage 1) I've attached a flowchart for visualisation. How do i go about setting that up or is that level of subdivision impossible and I need to rethink?

Cheers

New South Wales, Australia

I have cobbled it together for the base set (not including tutorial or killhouse). its goofy but it works

United States
  1. You can either list them out like you have them. I'd recommend putting empty levels in between as "headers" to space it out more.
  2. You can collapse them under one common level category (Tutorial, Practical Shooting, Killhouse, etc.) and then use a variable for the stages. Since you have an equal number of stages for Practical Shooting and Killhouse, you can have 2 variables: Weapon variable (Pistol, Rifle, et al.) and Stage variable (Stage 1, Stage 2, et al.).

Pros and cons for both. Just note that you can't have a variable for a variable (aka a subsubcategory).

Ravenhawkhero gefällt das.
New South Wales, Australia

Thanks for the tips! the main issue I run into is that there are not actually the same number of levels for KH and prac shooting (for instance the pistol part of KH only has 12 stages vs the 14 for PS)