OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Olphy on 02 May 2004, 13:57:28

Title: Picture Probs.
Post by: Olphy on 02 May 2004, 13:57:28
Hi.

I am trying to insert a picture bothi into my mission briefing and into my overview. I have wriiten the normal script from which to this but every time I try to play it I keep getting this message:

Overview:
Image missions\cur_sp.eden\mission_screenshot.jpg: dimensions 152 x 125

Briefing:
Image missions\cur_sp.eden\mission_screenshot_2.jpg: dimensions 200 x 150

Thanks.
Title: Re:Picture Probs.
Post by: Planck on 02 May 2004, 14:34:15
Your picture dimensions must be in powers of 2 ....(2^) .


128 X 128
512 X 256
128 X 64

etc etc.


Planck
Title: Re:Picture Probs.
Post by: Olphy on 02 May 2004, 15:23:35
Sh*t I feel like an idiot now.

Thanks m8. ;)