https://github.com/starbobis/dbmt
DirectX Buffer Mod Tool
https://github.com/starbobis/dbmt
3dmigoto dbmt mod reverse-engineering
Last synced: 11 months ago
JSON representation
DirectX Buffer Mod Tool
- Host: GitHub
- URL: https://github.com/starbobis/dbmt
- Owner: StarBobis
- License: gpl-3.0
- Archived: true
- Created: 2024-10-14T03:27:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T15:46:56.000Z (over 1 year ago)
- Last Synced: 2025-04-02T11:12:50.636Z (12 months ago)
- Topics: 3dmigoto, dbmt, mod, reverse-engineering
- Language: Python
- Homepage:
- Size: 41.2 MB
- Stars: 31
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DBMT
专业级DirectX Mod工具箱。

# 正在开发中
新版本基于Python + PyQt5的DBMT正在开发中,目前仓库中Release还是发布旧版本C++/WinForm架构DBMT。
有无法解决的问题可以联系我或者提交issue。
# 开发环境
- Windows11
- Visual Studio Code
- Python 3.9
- PyQt5
- PyQt-Fluent-Widgets
# 本地测试开发使用(推荐)
(1)下载此项目源码 `zip` 压缩包解压至文件夹或通过 `git`
```shell
git clone https://github.com/StarBobis/DBMT.git
cd DBMT
```
(2)创建并激活新的 conda 环境
```shell
conda create -n DBMT python=3.9
conda activate DBMT
```
(3)安装依赖
```shell
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
```
(4)运行 `main.py` 开始使用
```shell
python main.py
```
# 编译exe并发布(不推荐)
(1)下载并安装pyinstaller
```shell
pip install --upgrade pip
pip install pyinstaller
```
(2)使用pyinstaller编译exe并打包发布。
# 免责声明
本仓库所有内容来源于互联网整合,仅用于学习交流编程技术,基于GPL协议开源。
使用此工具的使用者需承担所有责任,造成任何后果与本仓库开发者无关,详情见LICENSE。
# 提交反馈与开发交流
QQ群:黑塔的艺术系模拟宇宙 857993507
# 灵感来源
- https://github.com/Zzaphkiel/Seraphine
- https://github.com/SpectrumQT/WWMI-TOOLS
- https://github.com/leotorrez/XXMITools
- https://github.com/SpectrumQT/XXMI-Launcher