Weird dials

We are going to perform maintenance on Saturday, March 28th 2026, starting at 8:00 am UTC. During this maintenance, we will move all development resources from the forums to our Downloads section. The website will be unavailable, it is estimated to take no longer than 30 minutes. More information.
  • Looking at the dials in the third person will show a weird texture (like a continuous mapping).

    https://imgur.com/KsXDLhg

    https://imgur.com/ipTOlvn

    Another problem is that I want to make the dials work in the game without [script_rt_dials_gen_taxi] in the vehicle YTD, but when I put the dial texture in the [vehicles_poltax_interior.ytd] folder in ZM3's texture browser, it does not show up in the game.
    How do I use a global texture?

  • You probably have mipmaps enabled for the texture, it needs to be set to 8-bit uncompressed RGBA (A8R8G8B8 in OpenIV) with no mipmaps (mipmap setting 1 in OpenIV). That should fix itself when you remove the texture from the .ytd and use the shared one.

    Shared generic textures are set in the txdRelationships section at the bottom of the vehicles.meta:

    Code
        <txdRelationships>
            <Item>
                <parent>vehicles_poltax_interior</parent>
                <child>your_car</child>
            </Item>
        </txdRelationships>

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!