https://github.com/thenormalnij/mtaworldconvertingtools
https://github.com/thenormalnij/mtaworldconvertingtools
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thenormalnij/mtaworldconvertingtools
- Owner: TheNormalnij
- License: gpl-3.0
- Created: 2023-12-21T20:11:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T18:36:18.000Z (over 1 year ago)
- Last Synced: 2025-02-12T13:18:12.407Z (over 1 year ago)
- Language: C++
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## MtaWorldConvertingTools
MtaWorldConvertingTools is a tool that converts maps from your favorite GTA: SA mods in [MTA](https://github.com/multitheftauto/mtasa-blue)
## Build
### Linux
* Install Qt >=6.8 and Qt Creator
* Clone the repository
* Run in terminal/powershell from repository folder
```bash
cmake -B ./build -DCMAKE_BUILD_TYPE=Release
cmake --build ./build --config Release --target install
```
* Binary files are located in the "install" folder
### Windows
* Install Qt >=6.8 and Qt Creator
* Clone the repository
* Open the repository in Qt Creator
* Select Project -> `` -> Build -> Build steps -> add `install` target
* Press Build -> Build All Projects
* Binary files are located in the "install" folder
## How to use
* Select original GTA: SA path
* Select modded GTA: SA path
* Select output path
* Click "Convert"
* Use [Streamer](https://github.com/TheNormalnij/Streamer) to load map
## Suppotted features
* IDE/IPL converting
* IMG repacking
* `data/object.dat` parsing. Physical objects support.
* `data/water.dat` parsing.