All Projects → kwsch → NewSnap

kwsch / NewSnap

Licence: ISC license
Code for working with New Pokémon Snap file formats.

Programming Languages

C#
18002 projects

NewSnap

License

New Pokémon Snap class libary and console application programmed in C#.

Supports handling of *.drp archives (from the ROM/patches) and unpacking data from save files.

The console application provides a way to manually execute preprogrammed routines to export your game data.

Building

NewSnap is a .NET Core 3.1 project which can be run on Windows/Mac/Linux.

The solution can be built with any compiler that supports C# 9. We recommend using IDEs such as Visual Studio or Rider. They can open the .sln or .csproj file.

Dependencies

Decompressing data within a *.drp archive requires having the Oodle Decompressor dll in the same folder as the executable. This program has a hardcoded reference to oo2core_8_win64.dll, which can be sourced from other games (for example Warframe, which is free on Steam).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].