Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 12 days ago
JSON representation

Unreal Engine Gvas Format File Viewer

Awesome Lists containing this project

README

        

![DL Count](https://img.shields.io/github/downloads/turtle-insect/GvasViewer/total.svg)

![image](https://github.com/user-attachments/assets/e44d359e-540b-48ca-a9e1-0df0f3d1e227)
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/)