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.
- 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!
Warning
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; due to the reliance on native Windows Directory Junctions and Win32 process injection frameworks 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.
Tip
It is recommened to download the following Prerequisite software to minimise errors. Microsoft Visual C++ Redistributable.
- Download the latest release of AuroraInstaller.exe.
- Run the file.
Note
Although not required, it is recommended to run the Installer file as Administrator to reduce chances of failure.
- Download the latest release of Aurora_vX.X.X.zip.
- Extract the portable zip file into a dedicated folder or trusted place.
- Run
Aurora.exeand wait for the User Interface to load.
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.
- Download the ZIP source code of this project. (Code Button > "Download ZIP")
- Extract source code to your desired path.
- Open a command prompt in the root folder of the project (the one that houses build.py and main.py)
- Run
pip install -r dev/requirements.txt - Run
python build.pyorpy build.py
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.
- Create a new file named
mod.json, in the same location as your.pak,.utocand.ucasfiles. - 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"
}
}- Edit the contents with whatever you want, Aurora handles the rest.
- You can replace your support link with whatever link you want, it doesn't have to be patreon.
| Language | Status | File | Status |
|---|---|---|---|
en.json |
|||
ru.json |
Credits: @raperov | ||
es.json |
Credits: @Alawapr | ||
fr.json |
No Translation | ||
de.json |
|||
tr.json |
|||
cn.json |
(Unofficial Translation) | ||
jp.json |
(Unofficial Translation) | ||
kr.json |
No Translation | ||
vi.json |
Credits: @TanNhatCMS | ||
nl.json |
Credits: @devAxri | ||
it.json |
Credits: @yuukitoyaro | ||
pt-br.json |
Credits: @SouzaNonaka | ||
pt-br.json |
Credits: @SouzaNonaka |
