Neverness to Everness - HT INI Config File Decryptor 1.0

A Mod for Neverness to Everness
Neverness to Everness - HT INI Config File Decryptor Mod Preview Image
> Join NTE Modding Discord Server <
https://discord.gg/ZE3DAAWu85


A Python script that decrypts Neverness to Everness's encrypted .ini configuration files. The game uses AES-256-ECB encryption with Base64 encoding per line and |SPLIT| as a line separator. The AES key was located at sub_141592120 in HTGame_dump.exe via reverse engineering.

Useful for reading and researching the game's internal configuration data.

Details:
Encryption:
AES-256-ECB + Base64, PKCS7 padding
Separator: |SPLIT|
AES Key: UVbP6pjjw5KZhvddie3tfhg1pVkkveY8
Key Source: sub_141592120 in HTGame_dump.exe

Requirements:
Python:
3.x
Library: pycryptodome or pycryptodomex

Install with:
Code:
pip install pycryptodome

Usage:
Decrypt a single file:
Code:
python NTE_decrypt_ini.py path/to/file.ini
Decrypt an entire directory of .ini files:
Code:
python NTE_decrypt_ini.py path/to/ini_folder output_folder
Decrypted files will be saved to ./decrypted by default if no output directory is specified.



Upload Permission:
  • You are strictly forbidden from uploading this file to any other website.




Credits by anonymous
1.2 KB
Log in or sign up to download
Uploaded by
Senku Aoki
Downloads
64
Views
1,066
First release
Last update
Platform
PC 
Version
1.0
Total Size
1.2 KB
Rating
0.00 star(s) 0 ratings

Uploaded by

  • 64
  • 1,066

Ratings

0.00 star(s) 0 ratings

Tags

There are no tags available.

More mods from Senku Aoki

  • PC Mint Regular Outfit Replaced with Swimsuit Skin (+ Brown Skin Variant)

  • PC AyakaNTEBypasser - NTE Signature Bypass

  • PC Neverness to Everness - Unreal Mappings (.usmap)

  • PC Prometheus

  • PC F13th devbuild source

Nyihm007

Members
Members
May 4, 2026
0
0
ok so this is useless, theres nothing to install and discord wont tell me how to change the settings for the game
 

kilyan

Members
Members
Mar 24, 2026
0
0
the game reads first the encrypted lines, than the custom ones. no need to decrypt anything, add your stuff in engine.ini normally