Skip to content

Custom images

Saborknight edited this page Jul 28, 2020 · 11 revisions

To cut on down on re-downloading the images for each mission .pbo, we will pack them together (if they are widely used). E.g. 2BNB logo, banner etc.

How to access the images

All images are stored under:

\x\bnb_e\core\img\

You can place images in the texture attributes of some signs and other objects like so:

If adding new images, they should be stored in:

2bnb-extras\addons\core\img

How to request an asset to be added:

Create an issue and upload the wanted image there.

Image requirements

All images need to be sent in as a .paa or .png format and must follow the below resolutions (all in pixels):

  • 16
  • 32
  • 64
  • 256
  • 512
  • 1024
  • 2048

These can be used in any combination:

  • 256x512
  • 256x256
  • 512x512
  • 512x1024 etc.