Giter Site home page Giter Site logo

Comments (4)

gonetz avatar gonetz commented on July 23, 2024

Thanks for the report and save!
Yes, I can see that stick in wireframe mode:
Glide64_A_Bug's_Life_01
I didn't find yet why it is invisible in normal mode.

from gliden64.

gonetz avatar gonetz commented on July 23, 2024

seems to be a problem with texture load. The branch is visible with "inaccurate texture coordinates" enabled, but color is wrong. The game uses 16bit RGBA texture and sets tile size to 64x64. Max tile size, which fits TMEM is 64x32. The plugin wraps TMEM address when it loads such texture, but vertex texture coordinates are probably not wrapped.
I hacked the tile size and got this:
GLideN64_A_Bug's_Life_000
better, but still incorrect.

from gliden64.

oddMLan avatar oddMLan commented on July 23, 2024

Seems like a programming oversight from the game developer. The game was ported over from the PlayStation. If you try to move the camera around when using angrylion, you'll see that the texture is a weird glitchy reddish brown color and has holes in it. There is an identical exit sign at the end of the Anthill level, and that one looks more like the hacked version you show here (albeit a darker shade of brown).

from gliden64.

gonetz avatar gonetz commented on July 23, 2024

Seems like a programming oversight from the game developer.

Yes. The texture looks like that:
ABL

It does not look like as a valid texture. It looks the same with AL RDP:
ABL-AL

With the input like that the result is unpredictable.

from gliden64.

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.