Coder Social home page Coder Social logo

civ5map-tools's People

Contributors

fechan avatar

Watchers

 avatar  avatar

civ5map-tools's Issues

Version nibble discrepancies

While trying to find maps with version xA, I found maps with version x7 which isn't listed on the forum thread. See /assets/maps/earth_standard.civ5map. Since it's low and I found the map in the base game's map folder, it's probably an early version.

This doesn't seem to affect the functionality of the Kaitai Struct definition, but it might be good to look into.

Update ksy to include new discoveries

  - id: maybe_lua_params
    doc: |
      I don't know what's in here. It accompanies the lua stuff, so maybe
      it defines options that passed into the lua file or something?
    size: 36
    if: version == 0xC
  - id: lua_script_len
    type: u4
    if: version == 0xC
  - id: lua_script
    type: null_terminated_str
    size: lua_script_len
    if: version == 0xC

This part is wrong. This is the situation that there is only Global Mod Data.
If no Mod Data, this part is 0 bytes.
If there is any Plot Data, this part is much complex and I cannot guess out how long it is.

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.