Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turtle-insect/dqmjoker3pro
3DS DQMonster Jocker 3 Professional Save Editor
https://github.com/turtle-insect/dqmjoker3pro
3ds csharp game save-editor wpf
Last synced: about 1 month ago
JSON representation
3DS DQMonster Jocker 3 Professional Save Editor
- Host: GitHub
- URL: https://github.com/turtle-insect/dqmjoker3pro
- Owner: turtle-insect
- License: gpl-3.0
- Created: 2022-02-27T08:21:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T15:34:57.000Z (about 2 months ago)
- Last Synced: 2024-11-17T16:35:36.618Z (about 2 months ago)
- Topics: 3ds, csharp, game, save-editor, wpf
- Language: C#
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![DL Count](https://img.shields.io/github/downloads/turtle-insect/DQMJoker3Pro/total.svg)
# 概要
3DS ドラゴンクエストモンスターズ ジョーカー3 プロフェッショナルのセーブデータ編集Tool# ソフト
http://www.dragonquest.jp/dqm-j3/professional/# 実行に必要
* Windows マシン
* [.NET 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)の導入
* セーブデータの吸い出し
* セーブデータの書き戻し# Build環境
* Windows 10(64bit)
* Visual Studio 2022# 編集時の手順
* saveDataを吸い出す
* 結果、以下が取得可能
* SaveData
* SaveDataを読み込む
* 任意の編集を行う
* SaveDataを書き出す
* saveDataを書き戻す