Giter VIP home page Giter VIP logo

Comments (3)

momoko-h avatar momoko-h commented on July 3, 2024

The actual limits are 400 characters for the main description and 160 characters for the additional information., hardly enough to fill the available display area.

The root of the problem are simply the awful .edt files. EDT can hardly even be called a file format, it is just a blob of obfuscated UCS-2 code points (which are often even incorrectly encoded and have to be fixed up) and it is up to the user of the files to make some sense out of that blob. Since EDT has absolutely no metadata you cannot simply decree that some strings should be longer or shorter than others.

Ideally we would have some mechanism in place that would allow users to override all .edt files with JSON files, not just mercbios.edt and aimbios.edt. That would not only solve this problem; users wouldn't have to use specialized Windows-only tools to edit these files.

from ja2-stracciatella.

selaux avatar selaux commented on July 3, 2024

Yep. I think there is already an approach that does that for some dialogue files. Not sure if it simply first searches for .json and then falls back to .edt.

from ja2-stracciatella.

ja2-derek avatar ja2-derek commented on July 3, 2024

We have this "test-json-dialog" mod: https://github.com/ja2-stracciatella/ja2-stracciatella/tree/master/assets/mods/test-json-dialogs/

from ja2-stracciatella.

Related Issues (20)

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.