NTE-ModKit + (size change mod, camera expander mode) 0.2

A Mod for Neverness to Everness
  • NYB
NTE-ModKit + (size change mod, camera expander mode) Mod Preview Image

NTE-ModKit​

A toolkit for Neverness to Everness combining ready-to-use mods for players, a Lua scripting environment for developers, and a full memory inspector for advanced modders.

For Players — What You Get​

ScaleMod​

  • <span>0</span> → Unlock mod controls for 15 seconds
While controls are unlocked:
  • <span>0</span> → Resets size and stops HP modes
  • <span>Arrow Up</span> → Increase character scale by <span>+0.1x</span>
  • <span>Arrow Down</span> → Decrease character scale by <span>-0.1x</span>

HP Modes​

  • <span>Arrow Right</span> → Set HP mode to <span>HP</span> 1000 HP = 10% SIZE
  • <span>Arrow Left</span> → Set HP mode to <span>HP %</span> 1% HP = 1% SIZE

HP Source Recovery​

If the HP reading source breaks or stops updating:
  • Double press <span>Arrow Left</span>
    or
  • Double press <span>Arrow Right</span>
This forces the mod to refresh and recover the HP source.

ExtendedCameraMod​

  • <span>0</span> → Unlock mod controls for 15 seconds
While controls are unlocked:
  • <span>0</span> → Resets camera
  • <span>Arrow Up</span> → camera up
  • <span>Arrow Down</span> → camera down
  • <span>Arrow Left</span>→ zoom in
  • <span>Arrow Right</span>→ zoom out

For Scripters — Lua Environment​

The pack includes a pre-configured UE4SS ready for writing your own Lua mods with zero setup.
What you get out of the box:
  • Access to game objects via UEHelpers.GetPlayerController()
  • Working code examples in ScaleMod and CameraExpander — read, copy, modify
  • FindAllOf("TextBlock") to read live UI data from the game
  • RegisterKeyBind to bind your own keys
  • ExecuteWithDelay for loops and timers

For Modders — NTEInspector​

A full-featured memory and UE5 engine inspector running as an in-game console.

UE5 Inspection​

CommandDescription
uobj ADDRDump UObject — vtable, flags, class, name, outer
fname ADDRResolve FName at address (uses FName::ToString)
vtable ADDRDump vtable entries
iterobj [filter]Browse GUObjectArray with optional name filter
objcountNumber of active objects in the engine

Memory Scanning​

CommandDescription
aob 48 8B 05 ?? ?? ??Pattern scan with wildcards across all memory
aobexe 48 8B 05 ?? ??Pattern scan inside EXE only
findf 1.5Find float value in memory
findi 1000Find int32 value in memory
findp ADDRFind all pointers to an address
strscan BP_PlayerFind ASCII string in memory

Memory Tools​

CommandDescription
hexdump ADDR [rows]Hex + ASCII dump
readtyped ADDRRead as float / int / uint / ptr simultaneously
chain ADDR OFF1 OFF2Follow a pointer chain
watch ADDR f 500Monitor a value every X ms in a separate thread
writei / writepWrite int32 / pointer
modulesList loaded modules with base addresses
call OFFSETCall an EXE function directly

Scale3D Scanner (original feature)​

Find Scale3D addresses in memory using binary search, candidate stepping, and float dumps.

Installation​

  1. Download and install AyakaNTEBypasserhttps://ayakamods.com/mods/ayakantebypasser-nte-signature-bypass.2325/
  2. Extract NTE-ModKit
  3. Move contents of "NTE-ModKit by JJP" folder to "Neverness To Everness\Client\WindowsNoEditor\HT\Binaries\Win64" game folder
  4. Launch the game — the inspector console appears automatically after 60 seconds
  5. All files are pre-configured — nothing needs to be set up.

⚙️ Requirements​

  • Neverness to Everness
  • AyakaNTEBypasser


ScaleMod, CameraExpander and NTEInspector — original tools created for this pack. UE4SS — open source project (MIT), configured for NTE.
30.3 MB
Log in or sign up to download
Uploaded by
NYB
Downloads
37
Views
1,234
First release
Last update
Platform
PC 
Version
0.2
Total Size
30.3 MB
Rating
0.00 star(s) 0 ratings

Uploaded by

  • 37
  • 1,234

Ratings

0.00 star(s) 0 ratings

Tags

There are no tags available.

Latest updates

  1. 0.2

    - Fixed issues with the mod not working for some users. - Changed keyboard shortcuts. - Improved...

Whokers2ask

Members
Members
May 9, 2026
0
2
  • Manual Control — scale your character up or down at any time
  • Keys: F4 reset · F5 smaller · F6 bigger · F7 toggle HP mode
What happen with the actions that already occupy this slots?_?
 

fwan

Members
Members
Jun 1, 2025
0
0
I followed the instructions by downloading AyakaNTEBypasser and extracting the mod files into the Neverness To Everness\Client\WindowsNoEditor\HT\Binaries\Win64 directory, but it’s not working. The console pop-up isn't appearing.
 

NYB

Modder
Modder
Members
May 9, 2026
0
0
  • Manual Control — scale your character up or down at any time
  • Keys: F4 reset · F5 smaller · F6 bigger · F7 toggle HP mode
What happen with the actions that already occupy this slots?_?
I know it's my fault for not finishing the tutorial before making the mod.
both actions will happen
in next version i rebind keys
 

NYB

Modder
Modder
Members
May 9, 2026
0
0
I followed the instructions by downloading AyakaNTEBypasser and extracting the mod files into the Neverness To Everness\Client\WindowsNoEditor\HT\Binaries\Win64 directory, but it’s not working. The console pop-up isn't appearing.
did you copy the NTE-ModKit by JJP folder or its contents?
copy the contents of the folder to Win64
 

TommyArchive

Members
Members
May 10, 2026
0
0
Can I ask? So... just some content (ex: Mods) of the "NTE-ModKit by JJP" folder to "Win64" or the entire folder?