Home   Help Search Login Register  

Author Topic: pics---jpg?, paa?  (Read 1155 times)

0 Members and 1 Guest are viewing this topic.

Azraell

  • Guest
pics---jpg?, paa?
« on: 26 Sep 2002, 17:47:11 »
hey! im on the verge of completing my 1st mission ;D and adding the pic is about the last thing i gotta do.... i read 1 post on here that states u need a jpg in the mission file, i found another that says to get a converter from flashpoint site and make the jpg a paa. so which 1 is it?     ???     also, i was lokking over the subission area and it has mission file upload and to upload thingys for pics, what are the 2 for the pics used for?

seanver

  • Guest
Re:pics---jpg?, paa?
« Reply #1 on: 26 Sep 2002, 18:13:30 »
You can use a .jpeg pic perfectly and use a .paa picture as well. What's the difference between jpeg and paa? I don't know. Anyway, you need to have a picture of a size that must be a power of two e.g. 128x64, 256x128, etc. If you want to put the photo in the overview that will be shown when you select the mission in the menu, create a file called overview.html. with this code:

Code: [Select]
<html>

<head>

<title>Overview</title>
</head>

<body bgcolor="#FFFFFF">

<br>

<br>
<p align="center"><img src="Mis01.paa" width="170" height="64"></p>
<BR>
<p>
</p></body>
</html>

Of course instead of Mis01.paa you can put the name of your pic. In width put its original width, not the size you got after changing the size to a power of two. In height the same.
« Last Edit: 26 Sep 2002, 18:14:40 by SeAnVeR »

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:pics---jpg?, paa?
« Reply #2 on: 26 Sep 2002, 18:19:08 »
Well done on completing your first mission Azraell!   (It's a good feeling, isn't it?)    If you need help with beta testing you can post your mission in the Beta testing forum.   It's definitely worth getting somebody (either a pal using a different computer or somebody from the forum) to take a look before you submit, just to make sure everything is working as it should.

For the picture in your overview you can use either a .jpg or a .paa.    If you want to use the .paa you need to get the converter from the flashpoint1985 site but there isn't really any point - jpg is fine.   I think there is a tutorial in the Ed Depot on how to add your pic if you are stuck.

The new submission guidelines have not been finalised yet so nobody is quite sure what is the correct spec/size for the extra pics ..... I just submitted my mission without any for the time being, I'm sure it can be sorted out later.     I do know that you will need to include a readme with your .pbo.

If any Administrators out there have better information I'd be glad to stand corrected.

Plenty of reviewed ArmA missions for you to play

Azraell

  • Guest
Re:pics---jpg?, paa?
« Reply #3 on: 26 Sep 2002, 19:01:55 »
well, when i load mission, it says, picture-mypic not found...... where does it go exactly, does it compress in with the pbo when i export or do i have to move it to a certain spot after i export to sp mission? thanks mac... dont worry, ive tested this bad boy out over 200 times from every group, squad, craft, whatever.... every trig, script, waypoint, intro, everything works great.... think u guys may likes:)

Azraell

  • Guest
Re:pics---jpg?, paa?
« Reply #4 on: 26 Sep 2002, 19:30:34 »
got it:) thanks for the help