Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turtle-insect/octopathtraveler
Switch OctopathTraveler SaveDate Editor
https://github.com/turtle-insect/octopathtraveler
csharp game save-editor switch wpf
Last synced: 7 days ago
JSON representation
Switch OctopathTraveler SaveDate Editor
- Host: GitHub
- URL: https://github.com/turtle-insect/octopathtraveler
- Owner: turtle-insect
- License: gpl-3.0
- Created: 2018-07-14T20:25:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T20:11:48.000Z (about 2 months ago)
- Last Synced: 2024-12-10T21:41:43.656Z (16 days ago)
- Topics: csharp, game, save-editor, switch, wpf
- Language: C#
- Size: 57.6 KB
- Stars: 41
- Watchers: 3
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![DL Count](https://img.shields.io/github/downloads/turtle-insect/OctopathTraveler/total.svg)
[![Build status](https://ci.appveyor.com/api/projects/status/p0qp4jhksi2j0ktq?svg=true)](https://ci.appveyor.com/project/turtle-insect/octopathtraveler)# Langage
[English](README_EN.md)# 概要
Switch OCTOPATH TRAVELER(オクトパス トラベラー)のセーブデータ編集Tool# ソフト
http://www.jp.square-enix.com/octopathtraveler/# 実行に必要
* Windows マシン
* .NET Framework 4.7.1の導入
* セーブデータの吸い出し
* セーブデータの書き戻し# Build環境
* Windows 10(64bit)
* Visual Studio 2017# 編集時の手順
* saveDataを吸い出す
* 結果、以下が取得可能
* KSSaveData1(KSSaveData2、KSSaveData3、、、)
* KSSystemData
* KSSaveData1(KSSaveData2、KSSaveData3、、、)を読み込む
* 任意の編集を行う
* KSSaveData1(KSSaveData2、KSSaveData3、、、)を書き出す
* saveDataを書き戻す# Special Thanks
* https://gbatemp.net/threads/octopath-traveler-save-editing.511125/
* [SleepyPrince](https://gbatemp.net/members/sleepyprince.94652/)
* [Takumah](https://gbatemp.net/members/takumah.456165/)
* [Translate English by gen212](https://github.com/gen212/OctopathTraveler)