LRTran as a fork of https://github.com/jealouscloud/linerider-advanced; "An open source spiritual successor to the flash game Line Rider 6.2 with lots of new features."
You can download the latest version https://github.com/Tran-Foxxo/LRTran/releases
If you can't run the application, you probably need to install .net 4.6 which is a requirement for running LRA.
You will need the mono framework installed in order to run LRTran.
- Discord activity support (Aka little stats when you click your user)
- Custom scarves from a .txt file in /LRA/Scarves -> /Examples/Scarves/README.md
- Custom amount of scarf segments
- Custom riders in /LRA/Riders -> /Examples/Riders/README.md
- Custom scarves on a rider png -> /Examples/Riders/Bosh-Custom-Scarf-On-Png-Example/README.md
Be sure to post an issue you've found in the issue tracker https://github.com/Tran-Foxxo/LRTran/issues and also dm me over discord [Tran Fox#4662] if ya want.
First extract the source code and download gwen-lra's source code and extract it to the /lib/gwen-lra/ folder Run nuget restore in src (Visual Studio (not VS Code) will do this for you) Build src/linerider.sln with msbuild or Visual Studio Download Discord's Game SDK at https://dl-game-sdk.discordapp.net/latest/discord_game_sdk.zip and copy /lib/x86/discord_game_sdk.dll to the build directory. (If that doesn't work for some reason try x86_64)
This project requires .net 4.6 and C# 7 support.
This project uses binaries, sources, or modified sources from the following libraries:
- ffmpeg https://ffmpeg.org/
- NVorbis https://github.com/ioctlLR/NVorbis
- gwen-dotnet https://code.google.com/archive/p/gwen-dotnet/
- OpenTK https://github.com/opentk/opentk
- Discord Game SDK https://discord.com/
You can find their license info in LICENSES.txt
The UI is a modified modified version of gwen-dotnet by jealouscloud
LRTran is licensed under GPL3.