Coder Social home page Coder Social logo

gdatagui's People

Watchers

 avatar

gdatagui's Issues

Adjust data layout

In order to use ComboBoxes or even GridDataView to display data, we will need to decouple data into their own Lists. At minimum, in order to populate the ComboBoxes, we will need to decouple the name data into its own List so it may be directly referenced. For the GridDataView option, we may need to decouple all data into separate Lists in order to be able to properly reference it.

Adjust file header offsets

Once users are able to modify values(especially names, extended names, and descriptions), the offsets to this data may need to be adjusted accordingly. Additionally, once adjusted, the data will also need to be null padded. I believe doing to the next 4 byte section will be enough for this. We may need to store all sections of the file so it may be reconstructed when writing(there are sections that come after the data we need which may need to be moved as well).

This issue will be affected by #1.

Save item and move data to maps

Item and move data are also stored within the map files within the content/BATLE/*.BBG files. To keep all data consistent, we can read the content/FIELD/WINDT.BIN file but write to everything. This can be accomplished by using the following to grab all files within a directory:

Directory.GetFiles

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.