0 Members and 1 Guest are viewing this topic.
BLACKHAWK DETAILS1) Moving map display:-The addon comes with inbuilt support for all BIS islands, Ia Drang and possibly a new BAS island, (yet to be released as of this date)a) Custom Maps: Mission makers can make custom mission maps for either new custom islands or, by using alpha textures, just mission specific elements.these custom maps can be added to the display via the following init line command.this setObjectTexture [0,"<your_texturename_in_here>"]The texture should be a 256x256 paa file and saved in your mission folder.(note: due to the nature of setobjecttexture, larger texture files will not make the map appear clearer)b) Larger Island Support-There is also manual support for larger island sizes than the default 256x256 islands. It will be up to the island makeror mission maker to create the underlying texture but the location crosshairs will correctly indicate your position. This feature has to be enabled manually by a mission maker by declaring the variable "bas_60mapsize". This should be set to the size of the island.eg bas_60mapsize = 512, or bas_60mapsize = 1024. If using a standard 256x256 island then there is no need to do anything.Thanks to DKM for permission to use their scripts for island identification.