Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turtle-insect/ff12
Switch FF12 SaveDate Editor
https://github.com/turtle-insect/ff12
csharp game save-editor switch wpf
Last synced: 2 months ago
JSON representation
Switch FF12 SaveDate Editor
- Host: GitHub
- URL: https://github.com/turtle-insect/ff12
- Owner: turtle-insect
- License: gpl-3.0
- Created: 2019-05-11T12:24:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T15:05:33.000Z (9 months ago)
- Last Synced: 2024-04-18T17:00:55.310Z (9 months ago)
- Topics: csharp, game, save-editor, switch, wpf
- Language: C#
- Size: 55.7 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![DL Count](https://img.shields.io/github/downloads/turtle-insect/FF12/total.svg)
# 概要
Switch FF12のセーブデータ編集Tool# ソフト
http://www.jp.square-enix.com/ff12_tza/
https://finalfantasyxii.square-enix-games.com/home/?lang=us# 実行に必要
* Windows マシン
* .NET Framework 4.8の導入
* セーブデータの吸い出し
* セーブデータの書き戻し# Build環境
* Windows 10(64bit)
* Visual Studio 2019# 編集時の手順
* saveDataを吸い出す
* 結果、以下が取得可能
* FFXII_001(FFXII_002、FFXII_003、、、)
* FFXII_001(FFXII_002、FFXII_003、、、)を読み込む
* 任意の編集を行う
* FFXII_001(FFXII_002、FFXII_003、、、)を書き出す
* saveDataを書き戻す