Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GvasViewer: Difference between revisions

From GameBrew
No edit summary
0.25
Line 4: Line 4:
|description=Unreal Engine Gvas Format File Viewer.
|description=Unreal Engine Gvas Format File Viewer.
|author=turtle-insect
|author=turtle-insect
|lastupdated=2026/01/16
|lastupdated=2026/02/05
|type=Hack Utilities
|type=Hack Utilities
|version=0.24
|version=0.25
|license=GPL-3.0
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/switchhomebrews/UnrealEngineGVASsViewerSwitch.7z
|download=https://dlhb.gamebrew.org/switchhomebrews/UnrealEngineGVASsViewerSwitch.7z
Line 24: Line 24:
Requirements:  
Requirements:  
* Windows 10 or 11
* Windows 10 or 11
* .NET 9
* [https://dotnet.microsoft.com/en-us/download/dotnet/10.0 .NET 10]


How to Use:
How to Use:
* Go to File > Open to load your GVAS file.
* Go to File > Open to load your GVAS file.
* Use the tree view to browse through the file.
* Use the tree view to browse through the file.
=== ArrayProperty's import ===
You must have at least one property.
Character encoding is UTF-8.
If the first character is a #, skip insertion.
Skip insertion for empty lines.
<pre># skip sample
# insert sample
abc</pre>
=== MapProperty's import ===
You must have at least one property.
Character encoding is UTF-8.
If the first character is a #, skip insertion.
Skip insertion for empty lines.
Treat tabs as delimiters.
Skip insertion when the split by the delimiter does not result in exactly two elements.
<pre># skip sample
abc
abc def ghi
# insert sample
abc def</pre>


==Screenshots==
==Screenshots==

Revision as of 10:45, 6 February 2026

GvasViewer
General
Authorturtle-insect
TypeHack Utilities
Version0.25
LicenseGPL-3.0
Last Updated2026/02/05
Links
Download
Website
Source
Support Author

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 (e.g. Romancing Saga 2).

User guide

Requirements:

How to Use:

  • Go to File > Open to load your GVAS file.
  • Use the tree view to browse through the file.

ArrayProperty's import

You must have at least one property. Character encoding is UTF-8. If the first character is a #, skip insertion. Skip insertion for empty lines.

# skip sample

# insert sample
abc

MapProperty's import

You must have at least one property. Character encoding is UTF-8. If the first character is a #, skip insertion. Skip insertion for empty lines. Treat tabs as delimiters. Skip insertion when the split by the delimiter does not result in exactly two elements.

# skip sample
abc
abc def ghi

# insert sample
abc def

Screenshots

External links

Advertising: