Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turtle-insect/ml1
3DS ML1 SaveDate Editor
https://github.com/turtle-insect/ml1
3ds csharp game save-editor wpf
Last synced: about 1 month ago
JSON representation
3DS ML1 SaveDate Editor
- Host: GitHub
- URL: https://github.com/turtle-insect/ml1
- Owner: turtle-insect
- License: gpl-3.0
- Created: 2017-10-05T19:55:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T18:54:22.000Z (10 months ago)
- Last Synced: 2024-03-09T19:40:24.833Z (10 months ago)
- Topics: 3ds, csharp, game, save-editor, wpf
- Language: C#
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- 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/ML1/total.svg)
# 概要
3DS マリオ&ルイージRPG1 DXのセーブデータ編集Tool# ソフト
https://www.nintendo.co.jp/3ds/brmj/# 実行に必要
* Windows マシン
* .NET Framework 4.5の導入
* セーブデータの吸い出し
* セーブデータの書き戻し# Build環境
* Windows 10(64bit)
* Visual Studio 2017# 編集時の手順
* saveDataを吸い出す
* 結果、以下が取得可能
* ML1_000.sav
* ML1_001.sav(ML1_002.sav)
* ML1_001.sav(ML1_002.sav)を読み込む
* 任意の編集を行う
* ML1_001.sav(ML1_002.sav)を書き出す
* saveDataを書き戻す