GithubHelp home page GithubHelp logo

bullbin / widebrim_hd Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.91 MB

Work-in-progress high-level reimplementation of the engine for LAYTON2 HD (Layton: Diabolical Box / Pandora's Box in HD)

License: MIT License

GDScript 79.51% Python 20.08% Cython 0.41%
android game-engine gdscript godot godot4 ios professor-layton recreation reimplementation rom-hacking

widebrim_hd's People

Contributors

bullbin avatar

Stargazers

 avatar

Watchers

 avatar

widebrim_hd's Issues

Split APK is unsupported by the asset extractor

Later versions of the game transitioned to a split APK. These do not work as intended with the hardcoded pathing of the file extractor. No other changes to the files are expected (still boots, as per #1) but necessary as a quality of life fix.

font.dat format + split APK

Nice work so far! I had a few problems installing this since the latest version of the game seems to be stored as a split apk, which doesn't work with your setup script. I just had to copy the content from the InstallAssets apk, but there is no sound when I play and the game crashes when it tries to load the first puzzle. (Line 28 of gamemode_endpuzzle.gd)

I also have some info about the font.dat format, here goes.

uint32 num_characters
uint16 max_character_width
uint16 padding (probably)
uint16 atlas_width
uint16 atlas height

character table: uint16 character, uint16 cropped_width
After this is the actual atlas image, it's stored as 1 byte per pixel with alpha only. Hope that helps!

laytonfontdat

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.