Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turtle-insect/ff1
3DS FF1 SaveDate Editor
https://github.com/turtle-insect/ff1
3ds csharp game save-editor wpf
Last synced: about 1 month ago
JSON representation
3DS FF1 SaveDate Editor
- Host: GitHub
- URL: https://github.com/turtle-insect/ff1
- Owner: turtle-insect
- License: gpl-3.0
- Created: 2017-12-26T15:07:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T20:37:47.000Z (11 months ago)
- Last Synced: 2024-02-19T21:47:03.279Z (11 months ago)
- Topics: 3ds, csharp, game, save-editor, wpf
- Language: C#
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- 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/FF1/total.svg)
[![Build status](https://ci.appveyor.com/api/projects/status/1k21y30scaimi97w?svg=true)](https://ci.appveyor.com/project/turtle-insect/ff1)# 概要
3DS ファイナルファンタジーのセーブデータ編集Tool# ソフト
https://www.nintendo.co.jp/titles/50010000028215# 実行に必要
* Windows マシン
* .NET Framework 4.8の導入
* セーブデータの吸い出し
* セーブデータの書き戻し# Build環境
* Windows 10(64bit)
* [Visual Studio 2022](https://visualstudio.microsoft.com/ja/vs/)# 編集時の手順
* saveDataを吸い出す
* 結果、以下が取得可能
* SAVE.BIN
* SAVE.BINを読み込む
* 任意の編集を行う
* SAVE.BINを書き出す
* saveDataを書き戻す