Ayccoe's Assets
  • Welcome
  • ayc-loading
    • Introduction
    • Installation
    • Editing Colors
    • Editing Images, Video, and Music
    • Editing Links (Discord & YouTube)
    • Editing Announcements
    • Discord/Steam Integration Configurations
  • AYC-MULTICHARACTER
    • Introduction
  • Features
  • Installation
  • Configurations
  • Advanced Configuration
  • Commands
Powered by GitBook
On this page
  1. ayc-loading

Discord/Steam Integration Configurations

To configure user information on the loading screen, navigate to secret.lua. You will find the following configuration settings:

luaCopy codeConfig = {
    UseSteam = false,                   -- Set to true to enable Steam integration
    steamApiKey = "",                   -- Fill this in if you want to use Steam info
    discordBotToken = ""                -- Fill this in if you want to use Discord info
}
  • Using Discord Integration: Leave UseSteam set to false if you plan to use Discord integration. In this case, enter your Discord bot token in the discordBotToken field.

  • Using Steam Integration: If you're using Steam, set UseSteam to true and enter your Steam API key in the steamApiKey field. Be sure to leave the discordBotToken empty.

Important: Be sure to not share your API key or token with others to keep your integrations secure.

PreviousEditing AnnouncementsNextIntroduction

Last updated 7 months ago