More actions
(Created page with ""{{Infobox Switch Homebrews |title=Unreal Engine GVAS's Viewer |image=UnrealEngineGVASsViewerSwitch.png |description=Unreal Engine Gvas Format File Viewer. |author=turtle-insect |lastupdated=2024/11/09 |type=Hack Utilities |version=0.05 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/UnrealEngineGVASsViewerSwitch.7z |website=https://gbatemp.net/threads/unreal-engine-gvass-viewer.662858/ |source=https://github.com/turtle-insect/GvasViewer |donation= }...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | |||
|title= | |title=GvasViewer | ||
|image=UnrealEngineGVASsViewerSwitch.png | |image=UnrealEngineGVASsViewerSwitch.png | ||
|description=Unreal Engine Gvas Format File Viewer. | |description=Unreal Engine Gvas Format File Viewer. | ||
Line 17: | Line 17: | ||
|title_mode=append | |title_mode=append | ||
|image=UnrealEngineGVASsViewerSwitch.png | |image=UnrealEngineGVASsViewerSwitch.png | ||
|image_alt= | |image_alt=GvasViewer | ||
}} | }} | ||
GvasViewer is a tool that lets you view '''GVAS''' files, which are a specific type of save data file used by games made with Unreal Engine. | GvasViewer is a tool that lets you view '''GVAS''' files, which are a specific type of save data file used by games made with Unreal Engine. |
Revision as of 12:29, 9 November 2024
GvasViewer | |
---|---|
General | |
Author | turtle-insect |
Type | Hack Utilities |
Version | 0.05 |
License | GPL-3.0 |
Last Updated | 2024/11/09 |
Links | |
Download | |
Website | |
Source | |
GvasViewer is a tool that lets you view GVAS files, which are a specific type of save data file used by games made with Unreal Engine.
Requirements:
- Windows 10 or 11
- .NET 8
How to Use:
- Open a GVAS File: Go to File -> Open to load your GVAS file.
- Tree View: Use the tree view on the side to easily navigate through the file’s structure.
Developer Info:
- GvasViewer works with a special file format called IFileFormat.
- If you're a developer, you can also add custom data structures to the file if needed.