MCPcopy Index your code
hub / github.com/Daturaxoxo/Aurora

github.com/Daturaxoxo/Aurora @v1.6.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.6.4 ↗ · + Follow
509 symbols 1,686 edges 27 files 3 documented · 1%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

ᅠ

Aurora Launcher

Release Downloads Contributors

[!NOTE] Due to our application not having a signed certificate, Windows Defender (or other Antivirus software) may false-flag Aurora, we do not support Microsoft's Smart App Control system. You are most likely to get blocked by Smart App Control while running Aurora for the first time.

Find out how to disable Smart App Control: Click Me!

Aurora is a light-weight high performance mod launcher built for Neverness to Everness that allows you to freely edit models inside the game using UE5 (Unreal Engine 5) PAKs.

Aurora is an open-source community project, any help with the source code is greatly appreciated. We are open to anyone who wants to help develop this project further, whether it be translations or contribution to the source-code.

Features

  • Easy Installation — Download a release and open the executable file, that's it.
  • Plug & Play — Aurora only requires your Neverness To Everness download location, afterwards its as easy as clicking a button!
  • Mod Management — Mods can be disabled or enabled in the UI, allowing for easy configuration.
  • Live Monitoring — Monitors Neverness To Everness to alert you if a change requires a game restart.
  • Overlays — Aurora supports overlaying UI elements on top of Neverness To Everness, which can be used to show your in-game FPS, session information, etc (Still being implemented!)

[!NOTE] We are open for your suggestions (as long as they make sense!) to create more features and make the experience of Aurora better and more smooth for everyone!

Installation

[!WARNING]

Notice for Linux Users

Unfortunately, Aurora is built to only be ran on Windows Operating Systems. Although trying to run Aurora in Linux with Wine/Proton can be possible; the engine DLL & ASI files that Aurora uses and the reliance on native Win32 system API calls might cause issues. Aurora will most likely not perform correctly when running under Wine, Proton or SteamOS.

Because of this, if you encounter issues while trying to run Aurora on Linux; we can't help you at the moment until a proper Linux build is created.

Notice June 7, 2026: We shortly be working on Linux support. You can still try to get it working on your Linux device until then or wait for an official update with Linux support.

[!TIP] It is recommened to download the following Prerequisite software to minimise errors. Microsoft Visual C++ Redistributable.

Aurora Installer (Windows only)

  1. Download the latest release of AuroraInstaller.exe.
  2. Run the file.

    [!NOTE] Although not required, it is recommended to run the Installer file as Administrator to reduce chances of failure.

Portable Installation (Windows and possibly Linux via WINE or Proton)

  1. Download the latest release of Aurora_vX.X.X.zip.
  2. Extract the portable zip file into a dedicated folder or trusted place.
  3. Run Aurora.exe and wait for the User Interface to load.

Building the Application from Source

[!NOTE] For the simple average user, this is not recommended. Only build from source if you don't trust the Portable installation or plan on modifying the source code of the program.

[!IMPORTANT] In order to build the project, you must have Python 3.14.5 and VCRedist installed on your computer. 1. Download the ZIP source code of this project. (Code Button > "Download ZIP") 2. Extract source code to your desired path. 3. Open a command prompt in the root folder of the project (the one that houses build.py and main.py) 4. Run pip install -r dev/requirements.txt 5. Run python build.py or py build.py

Mod Implementation to Aurora

[!NOTE] Aurora is not a tool used to create mods, it is a tool to use mods. We are not experienced with modding, please ask experts in modding and not us if you are stuck. Aurora's Mod Manager supports a mod.json file inside your mod folder to display custom assets in the mod manager. If you are a modder and would like to include it on your project, here is how to do it. 1. Create a new file named mod.json, in the same location as your .pak, .utoc and .ucas files. 2. Replace the contents with:

{
    "Name": "Example Mod Name",
    "Version": "1.0.0",
    "Author": "Example Author Name",
    "Icon": "CharacterName (e.g: Mint)",
    "Optionals": {
        "Support Link": "https://patreon.com/example"
    }
}
  1. Edit the contents with whatever you want, Aurora handles the rest.
  2. You can replace your support link with whatever link you want, it doesn't have to be patreon.

Translation Status

Language Status File Status
English 100% en.json
Russian 100% ru.json Credits: @raperov
Spanish 100% es.json Credits: @Alawapr
French 100% fr.json Credits: @GohanSword
German 1000% de.json
Turkish 100% tr.json
Chinese (Simplified) 100% cn.json (Unofficial Translation)
Japanese 100% jp.json (Unofficial Translation)
Korean 0% kr.json No Translation
Vietnamese 100% vi.json Credits: @TanNhatCMS
Dutch 100% nl.json Credits: @devAxri
Italian 100% it.json Credits: @yuukitoyaro
Portuguese 100% pt-br.json Credits: @SouzaNonaka
Brazillian 100% pt-br.json Credits: @SouzaNonaka

Contributors

Core symbols most depended-on inside this repo

emit
called by 50
src/logger.py
resource_path
called by 49
src/utils.py
move
called by 30
src/frontend/classes/mod_manager.py
start
called by 25
src/frontend/classes/elements.py
get_mods_path
called by 12
src/utils.py
write
called by 11
src/logger.py
get_app_dir
called by 10
src/utils.py
stop
called by 9
src/frontend/classes/elements.py

Shape

Method 347
Function 97
Class 65

Languages

Python100%

Modules by API surface

src/backend/helpers/gamebanana.py80 symbols
src/frontend/classes/elements.py75 symbols
src/frontend/classes/mod_manager.py44 symbols
src/frontend/ui_main.py42 symbols
src/logger.py40 symbols
src/frontend/classes/settings.py35 symbols
src/backend/helpers/api.py20 symbols
src/frontend/classes/drive_search.py19 symbols
src/discord_rpc.py19 symbols
src/frontend/classes/update_overlay.py17 symbols
src/frontend/classes/faq.py13 symbols
src/backend/updater.py12 symbols

For agents

$ claude mcp add Aurora \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page