No description
Find a file
2026-06-14 17:26:41 +00:00
detours Update 2 files 2026-05-18 21:16:49 +00:00
injector Update file injector.vcxproj 2026-06-03 17:22:30 +00:00
libraries/open_source removed closure libs cus i don't trust them 2026-06-01 02:54:17 +02:00
neverlose Update file logger.h 2026-06-14 08:50:01 +00:00
phnt :3 2026-05-16 18:02:52 -04:00
server removed all token checks, as some of them caused bugs with profile pic setting etc (this will be important for the loader) 2026-06-08 15:55:45 +02:00
.gitignore re-added gitignore 2026-05-31 23:45:28 +02:00
LICENSE Edit LICENSE 2026-06-14 17:26:41 +00:00
neverlose.sln Update file neverlose.sln 2026-06-03 17:20:54 +00:00
README.md updated readme.md 2026-06-01 01:19:50 +02:00

Build instructions

Requirements

  • Visual Studio Build Tools 2026 with the v145 MSVC toolset
  • Windows 10 SDK
  • Rust 1.88.0 or newer

The C++ project must be built as Release | x86.

If you are using Visual Studio, make sure the selected configuration is Release | x86.

Building

Build the C++ project:

msbuild neverlose.sln `
  /p:Configuration=Release `
  /p:Platform=x86 `
  /p:PlatformToolset=v145 `
  /m

Build the Rust server:

cd server\rust-server
cargo build --release --locked
cd ..\..

Expected outputs:

Release\neverlose.dll
Release\injector.exe
server\rust-server\target\release\neverlose-server.exe

Place all three files in the same folder before running.

Official releases

Official release binaries are built by GitHub Actions from the public source repository.

Each GitHub release lists the exact source commit used for the build and includes SHA256SUMS.txt so you can verify that the downloaded files match the CI-produced artifacts.

Local builds are useful for auditing, modifying, or running your own copy of the project. They are not currently guaranteed to be byte-for-byte identical to the official GitHub Actions release artifacts.

Server notes

All Neverlose configs, scripts, styles, and language files are stored next to neverlose-server.exe in the nl_cloud folder.

You do not need a PostgreSQL database.

Notes

This project, especially the server, has been a massive pain to get working properly.

Me and spiny nuggie have probably lost a few years of our lives fixing this thing, but it is finally in a usable state.

https://gs.femboy.tw
https://git.femboy.tw/users/root/

Thanks for helping us hit a peak of 2k users ❤️

Refer to the LICENSE file for the license disclaimer.