For the complete documentation index, see llms.txt. This page is also available as Markdown.

Changing Default Values

If you want to change the default stat types, achievements, or categories, you can do so in the rcore_stats\server\api\sv-api-storage.lua file.

How?

  1. Look for one of these functions to change the data:

    1. Categories: insertDefaultCategories

    2. Stat types: insertDefaultStatTypes

    3. Achievements: insertDefaultAchievements

  2. Change the data to your liking.

Last updated