Home   Help Search Login Register  

Author Topic: flags in ofp... i need a list of please  (Read 665 times)

0 Members and 1 Guest are viewing this topic.

Cap

  • Guest
flags in ofp... i need a list of please
« on: 22 Mar 2003, 07:15:27 »
Could someone please supply me with a list of all the flags available in ofp and how to enter them (the bit i need to know how to do is in red

Flag1 setflagtexture "skullcross.jpg"

Thanks in advance :D

Cap

  • Guest
Re:flags in ofp... i need a list of please
« Reply #1 on: 22 Mar 2003, 07:16:27 »
Woops

"skullcross.jpg"

was meant to be in red ;D

Sol Fire

  • Guest
Re:flags in ofp... i need a list of please
« Reply #2 on: 22 Mar 2003, 07:20:08 »
all i know of that you dont need a addon or bunch of JPG's for are

Flag1 setflagtexture "usa_vlajka.pac"
                              &
Flag1 setflagtexture "rus_vlajka.pac"

(the "  are Neccesary for it to work  so you actually type it in the way i shown only changing "Flag1" with the name of your flag) ;)

Cap

  • Guest
Re:flags in ofp... i need a list of please
« Reply #3 on: 22 Mar 2003, 07:29:41 »
yes i know how to do that but i need the list of all the flags that are available in ofp there are approx 30 in all and they are entered in a slightly different way like "skullcross.jpg" or summit like that but thanks any way.

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:flags in ofp... i need a list of please
« Reply #4 on: 22 Mar 2003, 12:18:40 »
I encountered this problem myself the other day.     I found a flag addon in my addons folder, dunno where it came from but I suspect its the official BIS addon pack ... if there is such a thing.    Anyway it has over 100 flags.    I had seen a list of the flags somewhere, but I couldn't find it, so I un-pbo'd the addon to find out what was in it.     To make the flag work I copied the flag.jpg I wanted into the mission directory.

As far as I know Sol Fire is right.

There are flag addons in the Addon Depot I think.

Try

Flag1 setflagtexture "pirates.pac"

Plenty of reviewed ArmA missions for you to play

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:flags in ofp... i need a list of please
« Reply #5 on: 23 Mar 2003, 02:11:43 »
Here's a copy of the readme.txt from the official flag pack:

Code: [Select]
OFFICIAL FLAG PACK FOR OPERATION FLASHPOINT
===========================================

Copyright (c) 2001 BOHEMIA INTERACTIVE STUDIO and CODEMASTERS. All rights reserved.

For more information about Operation Flashpoint see http://www.flashpoint1985.com or http://www.codemasters.com/flashpoint

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

Sol Fire

  • Guest
Re:flags in ofp... i need a list of please
« Reply #6 on: 23 Mar 2003, 02:50:30 »
shows how much i know  ;D

i forgot all about that flag pack!

well atleast Sui didnt ;)

Cap

  • Guest
Re:flags in ofp... i need a list of please
« Reply #7 on: 23 Mar 2003, 12:28:03 »
Sweet thanks guys ;D