Skip to content

This Python script creates an overlay for *The Elder Scrolls III: Morrowind* that displays additional information about in-game entities. Features include showing entity names, health bars, and health values in real-time. The overlay is rendered using PyQt5, while memory reading is done via `pymem` to fetch game data.

Notifications You must be signed in to change notification settings

Cr0mb/Morrowind-ESP-Overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Update

  • Added Line ESP
    • You can now toggle on or off Line ESP for both entities or npc players.
    • Color is by default red.

Morrowind-ESP-Overlay

This Python script creates an overlay for The Elder Scrolls III: Morrowind that displays additional information about in-game entities. Features include showing entity names, health bars, and health values in real-time. The overlay is rendered using PyQt5, while memory reading is done via pymem to fetch game data.

  • I had issues getting this to work, find out way at this UC Forum

Features

  • ESP Overlay: Displays the names and health of in-game entities.
  • Health Bars: Shows a graphical health bar for each entity.
  • Health Values: Displays the current health of each entity in numerical form.
  • Customization: Toggle visibility of entity names, health bars, and health values via a simple GUI.

Requirements

pip install pymem pyqt5 tkinter

How It Works

  • Memory Reading: The script uses pymem to read the game's memory, extracting data such as entity positions, health, and names.
  • Overlay Rendering: The overlay is created using PyQt5, rendering entity data over the game window.
  • GUI Controls: Tkinter is used for a simple graphical interface to toggle the visibility of entity names, health bars, and health values.

If the view matrix doesn't work properly for you, you may need to find your own. You can use the software given to find that, use the information in the UC forum to find that.

About

This Python script creates an overlay for *The Elder Scrolls III: Morrowind* that displays additional information about in-game entities. Features include showing entity names, health bars, and health values in real-time. The overlay is rendered using PyQt5, while memory reading is done via `pymem` to fetch game data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages