https://github.com/turtle-insect/gvasviewer
Unreal Engine Gvas Format File Viewer
https://github.com/turtle-insect/gvasviewer
csharp dll game gvas save-editor switch unreal-engine wpf
Last synced: 2 months ago
JSON representation
Unreal Engine Gvas Format File Viewer
- Host: GitHub
- URL: https://github.com/turtle-insect/gvasviewer
- Owner: turtle-insect
- License: gpl-3.0
- Created: 2024-10-31T21:03:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T19:25:41.000Z (3 months ago)
- Last Synced: 2025-02-23T06:15:09.444Z (2 months ago)
- Topics: csharp, dll, game, gvas, save-editor, switch, unreal-engine, wpf
- Language: C#
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


ex) Romancing Saga 2# What is ?
GvasViewer
[Unreal Engine](https://www.unrealengine.com/) Gvas Savedata Format File Viewer# Advance
* Windows 10(or 11)
* [.NET 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)# Usage
* Prepare GVAS files
* File -> Open
* Using the Tree View# Developer
unique File's Format
[IFileFormat](https://github.com/turtle-insect/GvasViewer/blob/main/GvasViewer/FileFormat/IFileFormat.cs)
implementation this Interface[ViewModel](https://github.com/turtle-insect/GvasViewer/blob/main/GvasViewer/ViewModel.cs) `FileOpen` method
If you want to add a unique structure, you can do so in this file as well# Build
* [Visual Studio 2022](https://visualstudio.microsoft.com/)