AmpHelper
Static Public Attributes | List of all members
AmpHelper.AmplitudeData Class Reference

Various information about the game. More...

Static Public Attributes

const uint PS3EncryptedVersion = 0xc64eed30
 PS3 header files start with this. More...
 
const uint PS4EncryptedVersion = 0x6f303f55
 PS4 header files start with this. More...
 
const int PS3Key = -967906000
 The key used to decrypt the PS3 header file. More...
 
const int PS4Key = -1865432917
 The key used to decrypt the PS4 header file. More...
 
const uint PS3Extra = 0x7D401F60
 Extra data set in the PS3 header file entries. More...
 
const uint PS4Extra = 0xDDB682F0
 Extra data set in the PS4 header file entries. More...
 
static readonly string[] BaseSongs
 All of the song folder names included with the base game. More...
 

Detailed Description

Various information about the game.

Member Data Documentation

◆ BaseSongs

readonly string [] AmpHelper.AmplitudeData.BaseSongs
static
Initial value:
= new string[] {
"allthetime", "assault_on", "astrosight", "breakforme", "concept", "crazy_ride", "credits", "crystal",
"dalatecht", "decode_me", "digitalparalysis", "donot", "dreamer", "energize", "entomophobia", "forcequit",
"humanlove", "impossible", "iseeyou", "lights", "magpie", "muze", "necrodancer", "perfectbrain",
"phantoms", "recession", "redgiant", "supraspatial", "synthesized2014", "tut0", "tut1", "tutc",
"unfinished", "wayfarer", "wetware"
}

All of the song folder names included with the base game.

◆ PS3EncryptedVersion

const uint AmpHelper.AmplitudeData.PS3EncryptedVersion = 0xc64eed30
static

PS3 header files start with this.

◆ PS3Extra

const uint AmpHelper.AmplitudeData.PS3Extra = 0x7D401F60
static

Extra data set in the PS3 header file entries.

◆ PS3Key

const int AmpHelper.AmplitudeData.PS3Key = -967906000
static

The key used to decrypt the PS3 header file.

◆ PS4EncryptedVersion

const uint AmpHelper.AmplitudeData.PS4EncryptedVersion = 0x6f303f55
static

PS4 header files start with this.

◆ PS4Extra

const uint AmpHelper.AmplitudeData.PS4Extra = 0xDDB682F0
static

Extra data set in the PS4 header file entries.

◆ PS4Key

const int AmpHelper.AmplitudeData.PS4Key = -1865432917
static

The key used to decrypt the PS4 header file.


The documentation for this class was generated from the following file: