Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turtle-insect/ys8
Switch YS8 SaveDate Editor
https://github.com/turtle-insect/ys8
csharp game save-editor switch wpf
Last synced: about 1 month ago
JSON representation
Switch YS8 SaveDate Editor
- Host: GitHub
- URL: https://github.com/turtle-insect/ys8
- Owner: turtle-insect
- License: gpl-3.0
- Created: 2018-09-23T23:36:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T17:47:28.000Z (8 months ago)
- Last Synced: 2024-11-27T17:18:10.839Z (about 1 month ago)
- Topics: csharp, game, save-editor, switch, wpf
- Language: C#
- Size: 40 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/YS8/total.svg)
# 概要
Switch YS8(イース8)のセーブデータ編集Tool# ソフト
https://nippon1.jp/consumer/ys8_switch/# 実行に必要
* Windows マシン
* .NET Framework 4.8の導入
* セーブデータの吸い出し
* セーブデータの書き戻し# Build環境
* Windows 10(64bit)
* Visual Studio 2022# 編集時の手順
* saveDataを吸い出す
* 結果、以下が取得可能
* data0001 - data0061のフォルダ
* icon0.png
* info.txt
* SAVEDATA.DAT
* SAVEDATA.DATを読み込む
* 任意の編集を行う
* SAVEDATA.DATを書き出す
* saveDataを書き戻す