[HELP] Stream minimap.ymt or change minimap tile sizes

Hey,

So I am working on bringing an addon map to the right of San Andreas, but the current map tiles are too small for me to do so. The default tile size of each tile on your map is 4500x4500 pixels, I need to make them 9000x4500 pixels. With the editing of minimap.ymt, this is possible but correct me if I’m wrong, I don’t believe it is possible to stream minimap.ymt

Here is what I edited in my minimap.ymt, to be more exact I edited vBitmapTileSize changing x from 4500 to 9000. If anybody knows a native that can help me out or something that will allow me to do this it would be greatly appreciated

      <Bitmap>
        <iBitmapTilesX value="2"/>
        <iBitmapTilesY value="3"/>
        <vBitmapTileSize x="9000.00000000" y="4500.00000000"/>
        <vBitmapStart x="-4140.00000000" y="8400.00000000"/>
        <bAlwaysDrawBitmap value="true"/>
        <eBitmapForPause>MM_BITMAP_VERSION_SEA</eBitmapForPause>
        <eBitmapForMinimap>MM_BITMAP_VERSION_MINIMAP</eBitmapForMinimap>
      </Bitmap>

Cheers!

4 Likes

this should be implemented!

1 Like