https://github.com/turtle-insect/dqmterry3d
3DS DQMonster Terry's Wonderland 3D SaveDate Editor
https://github.com/turtle-insect/dqmterry3d
3ds csharp game save-editor wpf
Last synced: about 2 months ago
JSON representation
3DS DQMonster Terry's Wonderland 3D SaveDate Editor
- Host: GitHub
- URL: https://github.com/turtle-insect/dqmterry3d
- Owner: turtle-insect
- License: gpl-3.0
- Created: 2022-02-19T12:23:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-18T06:56:32.000Z (2 months ago)
- Last Synced: 2026-04-18T08:36:05.393Z (2 months ago)
- Topics: 3ds, csharp, game, save-editor, wpf
- Language: C#
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 概要
3DS ドラゴンクエストモンスターズ テリーのワンダーランド3Dのセーブデータ編集Tool
# ソフト
http://www.dragonquest.jp/terry3ds/
# 実行に必要
* Windows マシン
* [.NET 10](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)の導入
* セーブデータの吸い出し
* セーブデータの書き戻し
# Build環境
* Windows 11(64bit)
* Visual Studio 2026
# 編集時の手順
* saveDataを吸い出す
* 結果、以下が取得可能
* SynGameData
* SynGameDataを読み込む
* 任意の編集を行う
* SynGameDataを書き出す
* saveDataを書き戻す