Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turtle-insect/dq11_3ds
3DS DQ11 SaveDate Editor
https://github.com/turtle-insect/dq11_3ds
3ds csharp game save-editor wpf
Last synced: about 1 month ago
JSON representation
3DS DQ11 SaveDate Editor
- Host: GitHub
- URL: https://github.com/turtle-insect/dq11_3ds
- Owner: turtle-insect
- License: gpl-3.0
- Created: 2017-08-07T14:13:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T18:33:46.000Z (8 months ago)
- Last Synced: 2024-05-13T19:47:12.335Z (8 months ago)
- Topics: 3ds, csharp, game, save-editor, wpf
- Language: C#
- Size: 142 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- 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/DQ11/total.svg)
[![Build status](https://ci.appveyor.com/api/projects/status/88s05mxijfh619at?svg=true)](https://ci.appveyor.com/project/turtle-insect/dq11)# 概要
3DS ドラゴンクエスト11のセーブデータ編集Tool# ソフト
http://www.dq11.jp/# 実行に必要
* Windows マシン
* .NET Framework 4.8の導入
* セーブデータの吸い出し
* セーブデータの書き戻し# Build環境
* Windows 10(64bit)
* Visual Studio 2022# 編集時の手順
* saveDataを吸い出す
* 結果、以下が取得可能
* Data0(Data1、Data2)
* mini_0(mini_1、mini_2)
* system
* Data0(Data1、Data2)を読み込む
* 任意の編集を行う
* Data0(Data1、Data2)を書き出す
* saveDataを書き戻す