Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/starbobis/dbmt

DirectX Buffer Mod Tool
https://github.com/starbobis/dbmt

3dmigoto dbmt mod reverse-engineering

Last synced: 2 months ago
JSON representation

DirectX Buffer Mod Tool

Awesome Lists containing this project

README

        

# DBMT
专业级DirectX Mod工具箱。
![image](https://github.com/user-attachments/assets/51b34684-b890-411a-b2c7-3e9d64c25282)

# 正在开发中
新版本基于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