Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turtle-insect/dqb2processeditor
Steam Dragon Quest Builders 2 Process Editor
https://github.com/turtle-insect/dqb2processeditor
csharp game memory-hacking steam wpf
Last synced: about 1 month ago
JSON representation
Steam Dragon Quest Builders 2 Process Editor
- Host: GitHub
- URL: https://github.com/turtle-insect/dqb2processeditor
- Owner: turtle-insect
- License: gpl-3.0
- Created: 2021-09-21T17:15:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T23:57:54.000Z (about 2 months ago)
- Last Synced: 2024-11-13T00:26:20.516Z (about 2 months ago)
- Topics: csharp, game, memory-hacking, steam, wpf
- Language: C#
- Homepage:
- Size: 267 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![DL Count](https://img.shields.io/github/downloads/turtle-insect/DQB2ProcessEditor/total.svg)
# DQB2ProcessEditor
Steam Dragon Quest Builders 2 Process Editor# 概要
STEAM ドラゴンクエストビルダーズ2のプロセスメモリ編集Tool# 実行に必要
* Windows マシン
* [.NET 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)の導入# ソフト
https://store.steampowered.com/app/1072420# 一緒に
https://github.com/turtle-insect/DQB2# Build環境
* Windows 10(64bit)
* [Visual Studio 2022](https://visualstudio.microsoft.com/)# 詳細
## Item Injection
1. 追加したいアイテムの場所を『Type』に設定
1. 追加したいアイテムの数を『Count』に設定
1. 追加したいアイテムを『Filter』に設定
1. アイテムが絞りこまれる
1. ダブルクリックで対象追加、『Injection All Item』で全て追加
1. 右クリックで選択アイテムを追加## Advance
1. 全てのアイテムの個数変更
1. Inventoryのアイテム全てクリア
1. Bagのアイテム全てクリア
1. Bagのアイテムページ指定でクリア
1. クリアしたInventoryやBagの復元
1. テンプレートのアイテム追加
1. 設計図のクリア
1. 設計図の保存
1. 設計図の読み込み
1. 設計図のアイテム取得## Setting
1. 対象のプロセス名設定
1. キーボードフック設定
1. アイテムアイコンサイズ設定## 起動時
※キーボードフック設定が有効の時のみ
1. F1 -> インベントリのアイテム個数変更
1. F2 -> バッグのアイテム個数変更
1. F3 -> インベントリのアイテムクリア
1. F4 -> バッグのアイテムクリア
1. F5 -> 設計図(赤)のアイテムをバッグに追加
1. F6 -> 設計図(青)のアイテムをバッグに追加
1. F7 -> 設計図(緑)のアイテムをバッグに追加
1. F8 -> 設計図(黄)のアイテムをバッグに追加
1. F9 -> 設計図(Online)のアイテムをバッグに追加
1. F10 -> テンプレートのアイテム追加
1. F11 -> テンプレートのアイテム追加