Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 1.32 KB

File metadata and controls

21 lines (17 loc) · 1.32 KB

NTEUtil

This is a set of utilities and helper scripts that attempts to ease the development of utilizing the Script feature in the Nemo's Transit Expansion addon by abstracting lower level implementation into a function you can call.

Warning

This project is deprecated. I would recommend you to reference the code within and copy the necessary snippet to your own code, instead of relying on this framework-like approach.

Features

  • network_util - Contains functions to fetch text/json data over the internet.
  • math_util - Contains functions for math-related operation (Lerping, Clamping, etc.), and easing function.
  • format_util - Contains functions for text formatting, usually MTR-related.
  • mtr_util - Contains functions to obtain MTR data.
  • time_tracker - Helper class to keep track of the delta time & the total elapsed time, and provide a way to reset the total time tracked by this.
  • train_helper - Contains train-data related functions, like obtaining the next station and current route.
  • Open for feedback in issue tracker
  • Work In Progress!

Installation

Coming soon, maybe...

License

This project is licensed under the MIT License