MSG Files (GWii) - GReinoso96/XXModding GitHub Wiki

msg .dat
struct msgFormat {
	int32 unknown;
	int32 entryCount;
	struct entry{
		int32 relativeOffset; //Relative to the end of entry structs i.e. first entry offset is always 0
		int32 lineCount; //One entry could contain multiple lines
	}
	string textData;
}