https://github.com/anikberis/automatic-calculation-of-hlod-unreal-engine
Automates the process of building HLODs and mini-maps in Unreal Engine 5. Allows easy configuration and setup through a GUI and path selection. Logs the progress of the operation and saves logs in the same folder as the script.
https://github.com/anikberis/automatic-calculation-of-hlod-unreal-engine
hlods python script unreal-engine-5 unrealscript
Last synced: 2 months ago
JSON representation
Automates the process of building HLODs and mini-maps in Unreal Engine 5. Allows easy configuration and setup through a GUI and path selection. Logs the progress of the operation and saves logs in the same folder as the script.
- Host: GitHub
- URL: https://github.com/anikberis/automatic-calculation-of-hlod-unreal-engine
- Owner: AnikBeris
- License: other
- Created: 2025-02-02T12:22:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T23:36:28.000Z (4 months ago)
- Last Synced: 2025-02-11T00:28:20.936Z (4 months ago)
- Topics: hlods, python, script, unreal-engine-5, unrealscript
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[English](/README.md) | [Русский](/README_ru_RU.md)
![]()
[](https://github.com/AnikBeris/automatic-calculation-of-HLOD-Unreal-Engine)
[](./LICENSE)
[](https://github.com/AnikBeris/automatic-calculation-of-HLOD-Unreal-Engine)# Unreal Engine script for building HLODs and MiniMap
> **Disclaimer:** This project is intended for educational and personal use only. Do not use it in production environments without appropriate testing.
**If you like this project, don't forget to leave a star.**:star2:
[Donations are warmly welcomed no matter how small and thank you very much. 😌](https://pay.cloudtips.ru/p/7249ba98)
- **Bitcoin (BTC)** - `1Dbwq9EP8YpF3SrLgag2EQwGASMSGLADbh`
- **Ethereum (ERC20)** - `0x22258ea591966e830199d27dea7c542f31ed5dc5`
- **Binance Smart Chain (BEP20)** - `0x22258ea591966e830199d27dea7c542f31ed5dc5`
- **Solana (SOL)** - `yYYXsiVTzsvfvsMnBxfxSZEWTGytjAViE2ojf3hbLeF`## Features
- Automates the process of building HLODs and mini-maps in Unreal Engine 5.
- Allows easy configuration and setup through a GUI and path selection.
- Logs the progress of the operation and saves logs in the same folder as the script.
![]()
# Installation
## Clone the Repository
```bash
git clone https://github.com/AnikBeris/automatic-calculation-of-HLOD-Unreal-Engine.git
cd Unreal-Engine-HLOD-Script
```## Run the Script
```bash
python Unreal-Engine-Script.py
```---
## 1. Configuring the Script
1. The script allows you to easily select the directory where your Unreal Engine 5 installation is located.
2. Logs will be saved in the same directory where the script is located. No need to manually set the log path.---
## 2. Choosing the Unreal Engine 5 Directory
1. When you run the script, it will prompt you to select the folder where your Unreal Engine 5 is installed.
2. Select the root directory of Unreal Engine 5 (e.g., `F:\Epic Games\UE_5.4\`).---
## 3. Running the Script
Once you have selected the Unreal Engine directory, the script will automatically build the HLODs and mini-map for your project.
It will also generate a log file in the same folder as the script.---
## License
This project is licensed under the [MIT License](./LICENSE).---
For detailed documentation, check out the [English README](/README.md) or [Русский README](/README_ru_RU.md).