Git Product home page Git Product logo

data-archives's Introduction

Data Archives

This repo contains the latest data.i file for GranBlue Fantasy: Relink along with some previous versions. The main purpose of this is to serve as an easy to access source of clean data.i files for restoring to if a user no longer has a clean file on their machine.

Files are sorted by date (YYYY-MM-DD) they were last updated. Not every client update includes a data.i update so they are not associated with any specific version. Additionally, a Files.json file exists at the root of the directory. This contains the relative path (File) to each data.i file and the CRC32 Big Endian Hash (Hash_CRC32) of the file. Parsing this file can help programmatically locate the latest desirable file and ensure the user has a clean copy to work with prior to modding.

Note

Since the CRC32 is in Big Endian the following example will result in the expected ordering:

var fileBytes = System.IO.File.ReadAllBytes("data.i");
var hash = System.IO.Hasing.Crc32.Hash(fileBytes);
Array.Reverse(hash);
var str = System.Convert.ToHexString(hash);

data-archives's People

Contributors

thiconz avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.