Code Monkey home page Code Monkey logo

gtatools's People

Contributors

alemariusnexus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gtatools's Issues

IMG Files Stability

I've noticed the IMG I/O present on libgtaformats have the stabilities current 'ol tools out there have.
So what's the thing?

MoveToEnd   /*!< Entries following the insertion position are moved to the end of the archive
                until enough space is available to move the entries.
                This mode is faster than MoveSwap, but it leaves holes in the archive, which
                might need to be filled using pack() once in a while. Also, this mode does NOT
                preserve the order of the other entries. */

There should never ever have holes in the img file, that because the game might read two or more consecutives entries at once, and having a empty block between the files will cause a castratophical failure on this optimization. This ends up creating another rule, directory entries (at .dir file or at the top of img files), should have the same order as the files in the img archive.

I've updated the IMG archieve documentation at GTAModding a month ago or so to include those informations: http://www.gtamodding.com/index.php?title=IMG_archive
I guess when you wrote the IMG I/O here, the article didn't contain those informations, so take a look at it again :)

btw, great work!!!

Can you make an executable gtaimg

I tried to compile but I get errors.
I'm really don't know how to

I'm appreciate you if you make an executable gtaimg for windows.

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.