terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.IO.WorldFile_OldMobile Class Reference
+ Collaboration diagram for Terraria.IO.WorldFile_OldMobile:

Public Member Functions

bool LoadSaveData (byte[] srcData)
 
 WorldFile_OldMobile ()
 

Static Public Member Functions

static byte[] ReadAllBytes (Stream stream)
 
static WorldFileData GetAllMetadata (string file, bool cloudSave)
 

Static Public Attributes

const int VERSION_49 = 49
 
const int VERSION_50 = 50
 
const int VERSION_51 = 51
 
const int VERSION_52 = 52
 
const int VERSION_53 = 53
 
const int VERSION_54 = 54
 
const int VERSION_55 = 55
 
const int VERSION_56 = 56
 
const int VERSION_57 = 57
 
const int VERSION_58 = 58
 
const int VERSION_59 = 59
 
const int VERSION_60 = 60
 
const int VERSION_61 = 61
 
const int VERSION_62 = 62
 
const int VERSION_63 = 63
 
const int VERSION_64 = 64
 
const int VERSION_65 = 65
 
const int VERSION_66 = 66
 
const int VERSION_67 = 67
 
const int VERSION_68 = 68
 
const int VERSION_69 = 69
 
const int VERSION_70 = 70
 
const int VERSION_71 = 71
 
const int VERSION_72 = 72
 
const int VERSION_73 = 73
 
const int VERSION_CURRENT = 73
 
const int NEW_WORLD_DATA_VERSION = 73
 

Private Member Functions

int loadWorldHeader (BinaryReader fileIO)
 
void BadMarker (BinaryReader reader, string marker)
 
void loadWorldData (BinaryReader reader, int release)
 

Static Private Member Functions

static unsafe void DecryptWorldData (long offset, long encryptedSize)
 
static int loadWorldHeaderMeta (WorldFileData data, BinaryReader fileIO)
 
static void loadWorldDataMeta (WorldFileData data, BinaryReader reader, int release)
 
static WorldFile_OldMobile ()
 

Private Attributes

bool isCloudSave
 
int worldID
 
int worldTimestamp
 
int hellLayer
 
int saveRelease
 
uint timestamp
 
List< uint > timestamps
 

Static Private Attributes

static Weather_OldMobile weather
 
static NPCInfo_OldMobile npcInfo
 
static TimeInfo_OldMobile tempTime
 
static FishingInfo_OldMobile fishingInfo
 
static RandomStyleInfo_OldMobile tree
 
static RandomStyleInfo_OldMobile caveBack
 
static TilInfo_OldMobile tileInfo
 
static ChestInfo_OldMobile chestInfo
 
static SignInfo_OldMobile signInfo
 
static BlowFish worldDecrypter
 
static byte[] inputData
 

Detailed Description

Definition at line 13 of file WorldFile_OldMobile.cs.


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