Home   Help Search Login Register  

Author Topic: List of flags in OFP?  (Read 1140 times)

0 Members and 1 Guest are viewing this topic.

Offline Lt_Phoenix

  • Members
  • *
List of flags in OFP?
« on: 26 Jan 2003, 21:30:14 »
Hi there. Been trying to find a list of the various flags in ofp (Russian, US+++) Could somebody help me out and point me in the right direction.
In memory of Police Chief Inspector Arne Sigve Klungland 1950 - 2004
Killed in the line of duty 5. April 2004




Check out the new Norwegian Forces Studio's temporary site at: http://marsuitor.tripod.com/mmb/

Offline Gadjuka

  • Members
  • *
  • Programmer
    • Operation Flashpoint: Commander
Re:List of flags in OFP?
« Reply #1 on: 26 Jan 2003, 22:09:15 »
I think that flashpoint originally just had two flags (there are addons that adds more) - USA and Russia. For these use:
"usa_vlajka.pac"
"rus_vlajka.pac"
with the setFlagTexture command (for example:
this setFlagTexture "rus_vlajka.pac"   in the init-field of the flag)
Currently working on Operation Flashpoint: Commander.
Website: http://www.nordserver.se/commander/

Offline Lt_Phoenix

  • Members
  • *
Re:List of flags in OFP?
« Reply #2 on: 27 Jan 2003, 14:05:58 »
Ok. I've got flag.pbo, does that mean i've got other flags than the US and USSR?

Still unable to get other flags working. I can only use US and USSR flags.
In memory of Police Chief Inspector Arne Sigve Klungland 1950 - 2004
Killed in the line of duty 5. April 2004




Check out the new Norwegian Forces Studio's temporary site at: http://marsuitor.tripod.com/mmb/

Gameer_77

  • Guest
Re:List of flags in OFP?
« Reply #3 on: 27 Jan 2003, 14:13:32 »
The list of flags comes with the flag-addon pack readme file. :)

Download it again if you don't have it, or one of these kind folk could copy+paste (Not at home right now ;))

Gameer

hazzza

  • Guest
Re:List of flags in OFP?
« Reply #4 on: 29 Jan 2003, 16:56:18 »
call me an idiot, but im having real troble with flags, im very new to scripting, ad so have alot of empty flag poles in my missions. im guessing that i need to type something in the Instillation box, like a root directery of the flag. but what do i type?

Also...

What format are these files in? would it be possable to convert a bitmap into one???

Offline Lt_Phoenix

  • Members
  • *
Re:List of flags in OFP?
« Reply #5 on: 29 Jan 2003, 18:06:28 »
I'm still unable to use any other flags than the russian and us one, due to the fact that :

1. I can't download any of the flagpacks in the addon depot

2. There aren't any readme's available for the flags I've (supposedly) got.

Is it possible for someone to maybe send me a txt list (not Word)
My e-mail is visible in my profile
In memory of Police Chief Inspector Arne Sigve Klungland 1950 - 2004
Killed in the line of duty 5. April 2004




Check out the new Norwegian Forces Studio's temporary site at: http://marsuitor.tripod.com/mmb/

Blacky

  • Guest
Re:List of flags in OFP?
« Reply #6 on: 01 Feb 2003, 11:03:57 »
Ok, Hazzza.

Put this in the flagpoleÂ's init field: This setflagtexture "usa_vjalka.pac" or "rus_vjalka.pac" for the russian flag.

If that doesnÂ't work name the flagpole what ever u want it to be, then make trigger anddo this:

Activation: West (or east)
present
ON activation: Yourflagpole setflagtexture "usa_vjalka.pac"

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:List of flags in OFP?
« Reply #7 on: 01 Feb 2003, 12:51:06 »
Welcome to the forums, guys

Lt_Phoenix, unless you haven't patched your OFP up to date, you should still be able to use any flags you want. Here's an extract from the readme file:

Code: [Select]
The "Flag Pack" is simple addOn with many national flags and some bonus flags.

How to use flags:

Insert new EMPTY object "Flag (international)" into your mission (please don't use the original Flag - only use Flag (international) to make sure people playing your mission will have installed the Flag Pack with all files needed.

To the "init" line type following:
   this setFlagTexture "\Flags\FlagName.jpg"
   
   where FlagName should be replaced with a name from the list below.

Example:
   this setFlagTexture "\Flags\Czech.jpg"

NOTE:
   Flag textures are slightly misplaced in version 1.20. This problem will be fixed in upcoming version 1.30.
   

List of all flags:
==================
States:
==================

Afghanistan
Albania
Algeria
Andorra
Angola
Argentina
Austria
Azerbaijan
Bangladesh
Barbados
Belarus
Belgium
Belgium-Flanders
Belgium-Wallonia
Belize
Benin
Bhutan
Bolivia
Bosna-Herzegovina
Botswana
Brazil
Brunei
Bulgaria
BurkinaFaso
Cambodia
Cameroon
Canada
CapeVerde
Chile
China
Columbia
Comoros
Congo
Costarica
Croatia
Cuba
Cyprus
Czech
Denmark
Dominica
DominicanRepublic
Ecuador
Egypt
Estonia
Ethiopia
EU
FaroeIslands
Finland
France
FrenchPolynesia
Gambia
Germany
Greece
Greenland
Guernsey
Haiti
Honduras
Hungary
Iceland
India
Indonesia
Iran
Iraq
Ireland
IsleOfMan
Israel
Italy
IvoryCoast
Jamaica
Japan
Jordan
Kazakstan
Kenya
Korea-North
Korea-South
Kuwait
Kyrgyzstan
Laos
Latvia
Lebanon
Liechtenstein
Lithuania
Luxembourg
Madagascar
Malaysia
Malta
Mexico
Mongolia
Mozambique
Myanmar
Namibia
Nauru
Netherlands
NewZealand
Nicaragua
Nigeria
NorfolkIsland
Norway
Oman
Pakistan
Palestine
Panama
Paraguay
Peru
Philippines
Poland
Portugal
Qatar
Romania
Russia
Sahara-Western
Samoa
SaudiArabia
SierraLeone
Singapore
Slovakia
Slovenia
Somalia
SouthAfrica
Spain
SriLanka
Sudan
Sweden
Switzerland
Thailand
Togo
Tonga
TrinidadAndTobago
Tunisia
Turkey
Uganda
Ukraine
UnitedArabEmirates
UnitedKingdom
Uruguay
USA
USAHistory
USSR
Venezuela
Vietnam
Yemen
Yugoslavia
Zimbabwe


==================
Organisations:
==================

BIS_Black
BIS_White
Codemasters
FIA
FIABlack
NATO
RedCross

Kaliyuga

  • Guest
Re:List of flags in OFP?
« Reply #8 on: 01 Feb 2003, 19:05:37 »
Just for the mention.....

 you can make any .jpg file... (as long as it's the same dimensions as an original flag) into a flag, simply by placing it in your mission folder and putting this in the flagpole's init:

this setflagtexture "nameofflag.jpg"