Home   Help Search Login Register  

Author Topic: Pic in OFP folder?  (Read 581 times)

0 Members and 1 Guest are viewing this topic.

DarkCell

  • Guest
Pic in OFP folder?
« on: 22 Oct 2003, 21:28:01 »
Hi Again  :)

I have a Question about editing your picture in Briefing..

Do you have to make a folder in your:
C:\Program Files\Codemasters\OperationFlashpoint\Users\username\missions\missionname

for the Picture file? or can you just let it be somewhere else in your Computer folder not OFP folder?  :-\

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Pic in OFP folder?
« Reply #1 on: 22 Oct 2003, 21:36:22 »
Yea, you can do that, but the problem is, noon else can access your pic cause they ain't got your harddrive. :P

:beat: *Gets Shot* :beat:

DarkCell

  • Guest
Re:Pic in OFP folder?
« Reply #2 on: 22 Oct 2003, 23:37:40 »
hmm My Picture wont show in the briefing When I play Online,Only if I play Offline It shows. what did I do wrong?  ???

Kaliyuga

  • Guest
Re:Pic in OFP folder?
« Reply #3 on: 22 Oct 2003, 23:41:49 »
Quote
Do you have to make a folder in your:
C:\Program Files\Codemasters\OperationFlashpoint\Users\username\missions\missionname
Quote

the picture must be placed inside your mission folder... the one that gets turned into a .pbo file.....   it doesn't have to be in a folder at all if you don't want....

 In your HTML you are designating a path to that texture/photo that the game will look for.....  and if it doesn't find it where its supposed to be then it won't  show ........


KyleSarnik

  • Guest
Re:Pic in OFP folder?
« Reply #4 on: 23 Oct 2003, 01:25:17 »
Kaliyuga you forgot to mention where the path starts. If its just inside the mission folder you don't need one, but if its inside another folder thats in the mission folder you have to put the path I think.

DarkCell

  • Guest
Re:Pic in OFP folder?
« Reply #5 on: 23 Oct 2003, 18:32:20 »
This is what I put in Briefing:

Quote
<p align="center"><img src="cell.jpg" width="191" height="83">

Picture Won't Show what Did I do wrong?  :-\

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Pic in OFP folder?
« Reply #6 on: 23 Oct 2003, 21:24:05 »
 :) Pic's in overviews are added via putting a screenshot in the mission folder
then refer to it in the "overview" html.
 
  like this :
-------------------------------------------------------------------------------------------------

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

<body>

<br>
<h2 align="center"><a name="Main">YourMissonName</a></h2>

<p align="center"><img src="YourPicHere.jpg" width="170" height="64"></p>
<BR>

<p>
YOURTEXTHERE
<br>
</p>

<br>

</body>
</html>

 
-----------------------------------------------------------------------
The line of the picture is this one:

<p align="center"><img src="warpic.jpg" width="170" height="64"></p>

 or :

 Put in your briefing file the code;

<p align="center"><img src="montignac.jpg" width="200" height="160"></p>

Where you can align the picture, Left, Right , Center.  
The file name of the image, you can only use jpgs in version 1.3 and later, otherwise you must use a paa, or pac.
The width and height are in pixels (not square kilometers or miles)  :o  
200 is as wide as the briefing can fit.
 
"MyPicture.jpg"  is the name of the screenshot ya put in the miss. folder  
 
Read some of the tutes on the subject, m8 - it can take a few hours to get used to if
yer not into html stuff at all.  :-*