Skip to content
/ NewSnap Public

Code for working with New Pokémon Snap file formats.

License

Notifications You must be signed in to change notification settings

kwsch/NewSnap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).