Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hey! Love the game very much! Would it be possible to extract the leaderboard as a json or csv file? 

Would be nice if the leaderboard synced with a readable file so that I could pull the information and make overlays/chat commands that showed the stats :D 

(2 edits)

The game uses SQLite for statistics, so you can just use that in your overlay application to query the data you need.

The database file can be found in: %USERPROFILE%\AppData\LocalLow\Lexone\IntroFighters\Stats

You can manually inspect it with "DB Browser for SQLite" (for example)

thank youu! That would work!