|
|
6 dienas atpakaļ | |
|---|---|---|
| .github | 3 nedēļas atpakaļ | |
| Sunrise | 4 dienas atpakaļ | |
| .clang-format | 3 nedēļas atpakaļ | |
| .clang-tidy | 4 dienas atpakaļ | |
| .clangd | 3 nedēļas atpakaļ | |
| .editorconfig | 3 nedēļas atpakaļ | |
| .gitignore | 5 dienas atpakaļ | |
| CMakeLists.txt | 3 nedēļas atpakaļ | |
| LICENSE | 3 nedēļas atpakaļ | |
| README.md | 4 dienas atpakaļ | |
| Sunrise.sln | 3 nedēļas atpakaļ | |
| THIRD_PARTY.md | 3 nedēļas atpakaļ | |
| THIRD_PARTY_NOTICES.md | 3 nedēļas atpakaļ | |
| linux-to-win-toolchain.cmake | 3 nedēļas atpakaļ |
Destiny 2 Offline Exploration Mod
This mod installs onto an old build of the game and allows you to play it offline, loading into destinations and exploring them.
Most gameplay features are not currently supported. (Missions, Enemies, NPCs, Quests, Persistent Saves, ...)
This mod is a work in progress. Things might break or work in unexpected ways. There is also currently a lack of documentation. This will improve over the coming weeks.
Leave a star on this repo.
If you want to support my open source work you can find the means on my profile. Also consider donating to charity instead.
All content released under this project is free and open source. If someone is trying to sell you something you are getting scammed.
Issues are for bug reports only.
PRs are for pull requests only.
Do not go and argue/chat there, you can do that on the discord.
Install Visual Studio 2026 with the Desktop development with C++ workload. The project builds against the v145 toolset and the 10.0.26100 Windows SDK, so check that both are selected in the installer.
The easiest route is to open Sunrise.sln, select the Release x64 configuration and build.
To build from a command line, use the Developer PowerShell for VS 2026:
Clone the repository
git clone https://github.com/stanuwu/Sunrise
cd Sunrise
Build the solution
msbuild Sunrise.sln /m /p:Configuration=Release /p:Platform=x64
Make sure you have git, cmake, clang, ninja, llvm, and xwin installed.
Clone the repository
$ git clone https://github.com/stanuwu/Sunrise
$ cd Sunrise
Download Windows headers:
$ xwin --sdk-version 10.0.26100 --accept-license splat --include-debug-libs --output .xwin-cache
Configure and build the project
$ cmake -B build -G Ninja -DCMAKE_TOOLCHAIN_FILE=$(pwd)/linux-to-win-toolchain.cmake -DCMAKE_BUILD_TYPE=Release
$ cmake --build build
Pull Requests are welcome. Please follow these rules:
Want to be added to or removed from the credits? Let me know.
Sunrise is not:
Everyone needs to provide their own copy of the game, no piracy is happening. The mod does not connect to any servers, it runs completely locally. We do not offer any servers or services.
This project is not for profit. It does not affect live servers or newer versions of the game where research like this could pose a security risk. No game data will be included in the release so this is not a copyright violation. This is also not a circumvention of protective measures. Please do not file any DMCA or other copyright claims against this. Legal action will be taken for abuse of the copyright system to censor this work.
AI was used in the creation of this project. If you are not comfortable with the use of AI in programming projects beware.
AI was NOT used to create any art or creative writing. Only for RE, development and documentation purposes. All AI work that is publicly released is reviewed by a human. AI is a tool and the user is responsible for the results it produces.
This project is not affiliated with Bungie or Sony in any way.