Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/turtle-insect/gvasviewer
- Owner: turtle-insect
- License: gpl-3.0
- Created: 2024-10-31T21:03:17.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T13:55:39.000Z (about 1 month ago)
- Last Synced: 2025-01-04T14:27:43.208Z (12 days ago)
- Topics: csharp, dll, game, gvas, save-editor, switch, unreal-engine, wpf
- Language: C#
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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/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/)