/beatrun-courses-server

Recreation of beatrun's courses server with additional features.

Primary LanguagePHPThe UnlicenseUnlicense

beatrun course server

Pretty advanced beatrun course server recreation.

How to use:

  • Hide steamauth and data from public. Don't let people access them and the files inside.
  • Put in a proper webhook into util.php if you need discord logging. Otherwise just leave it as an empty string.
  • ??? Profit!!

You can remove admin.php, register.php to disable respective functions. In case of register.php, you'd need to add authkeys all by yourself by editing data/_keys.json and then remove the "authorize with steam" button in index.php.

If you use the "licensed" beatrun version or any other fork you will need to modify how the mod receives and sends courses. Find the OnlineCourse.lua file and replace it with the contents from this link: https://github.com/JonnyBro/beatrun/blob/master/beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua

Of course, this works best with jonny's fork of beatrun: https://github.com/JonnyBro/beatrun/