https://github.com/turtle-insect/dqb1processeditor
Steam Dragon Quest Builders 1 Process Editor
https://github.com/turtle-insect/dqb1processeditor
csharp game memory-hacking steam wpf
Last synced: 8 months ago
JSON representation
Steam Dragon Quest Builders 1 Process Editor
- Host: GitHub
- URL: https://github.com/turtle-insect/dqb1processeditor
- Owner: turtle-insect
- License: gpl-3.0
- Created: 2024-03-02T15:08:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-29T05:06:37.000Z (9 months ago)
- Last Synced: 2025-07-29T07:34:04.126Z (9 months ago)
- Topics: csharp, game, memory-hacking, steam, wpf
- Language: C#
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# DQB1ProcessEditor
Steam Dragon Quest Builders 1 Process Editor
# 概要
STEAM ドラゴンクエストビルダーズ1のプロセスメモリ編集Tool
# 実行に必要
* Windows マシン
* [.NET 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)の導入
# ソフト
https://store.steampowered.com/app/2436570
# Build環境
* Windows 10(64bit)
* [Visual Studio 2022](https://visualstudio.microsoft.com/)
# 詳細
## Item Injection
1. 追加したいアイテムの数を『Count』に設定
1. 追加したいアイテムを『Filter』に設定
1. アイテムが絞りこまれる
1. ダブルクリックで対象追加
## Advance
1. 全てのアイテムの個数変更
1. Inventoryのアイテム全てクリア
1. テンプレートのアイテム追加
## 起動時
1. F1 -> インベントリのアイテム個数変更
1. F3 -> インベントリのアイテムクリア
1. F10 -> テンプレートのアイテム追加