pg.dat NuGet Package

Implements the Petroglyph *.DAT file type in C#.

Special thanks to Mike Lankamp for decoding the files and hosting them on Petrolution.

String Files (extension: .DAT) in Petroglyph's games hold <key, value> string pairs and allow the game to be easily ported across different languages by having a separate String File for each language.

In such a case, the sets of keys are typically identical for the different language string files while the sets of values differ for each language.

The keys are 8-bit ASCII strings and the values are 16-bit UTF-16LE strings.




Got any pg.dat Question?





Info

Version: 1.0.0
Author(s): Lukas Grünwald
Last Update: Sunday, October 27, 2019
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/KadVenku/pg.dat
NuGet Url: https://www.nuget.org/packages/pg.dat


Install
Install-Package pg.dat
dotnet add package pg.dat
paket add pg.dat
pg.dat Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.3

avg-downloads-per-day

0

days-since-last-release

1614