Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - muratti

Pages: [1]
1
WAW special weekend event



This Saturday, April 7th, the World at War Tournament invites you to take part in a special Aerial & Naval Warfare FH2 event.

The WaW team has prepared several custom maps that feature a wide variety of aircraft, including new custom aircraft. We're also excited to present the return of naval warfare to the Battlefield 2 + Forgotten Hope 2 platform, something that has been missing since the FH1 days.

    Event Features:
    - Battle on 6 exciting and unique custom maps
    - Bombing of Constanta: Launch Soviet Bombing raids against a Romanian port
    - Bombing the Reich: British bombing raids against Germany
    - Operation Brassard: Invasion of the Italian island Elba
    - Long sur mer: Fight against the Germans on the Normandy beaches
    - Omaha Beach: One of the bf1942 classics
    - St. Fromond: Liberation of the town Fromond

    - Custom equipment
    - New aircraft such as the Soviet TB-3 and I-16
    - Fully functional Ships and Submarines with torpedos and depth charges
    - deployable assets(hedgehogs, sandbags, barbwire)

    When:
    Saturday, April 7th 2011

    19:00 - 7pm Central Europe
    18:00 - 6pm GMT

    16:00 - 4pm Rio de Janeiro
    13:00 - 1pm East Coast
    12:00 - 12pm Central
    10:00 - 10am Pacific
    05:00 - 5am Sydney


    Where:
    FH2 Server: WaW bfewaw.com Air/Navy/Infantry
    IP: 173.133.0.58
   
    View Live rounds with WaW's BF2 Spectator: http://174.133.0.58/BF2Spectator/live.php?sid=1

    TeamSpeak3 Server: BFE WaW
    ip: 174.133.0.58
    Join the channels: FH2 public play

Step 1: Download WaW Minimod from http://bfewaw.com/mod/Hangman/WaW25Minimod/WaWMinimod0.5BetaV7.rar
- Extract to [Battlefield2 installation folder]\mods\fh2

Step 2: Download WaW Minimod hotfix from http://www.bfewaw.com/mod/Hangman/WaW25Minimod/WaWMinimod0.5BetaV7HotFix2.rar
- Extract to [Battlefield2 installation folder]\mods\fh2

Step 3: Download The maps from http://www.bfewaw.com/maps/WaW25/event/waw_25_event.rar
- Extract to [Battlefield2 installation folder]\mods\fh2\levels


2
Modding / objective mode.
« on: 16-01-2012, 23:01:03 »
Im trying to make the objective mode work but I cant.  I used thise code i took it from PDH:

from game.plugins import plugin, destroyObjective

end_objective = [
    plugin(destroyObjective, controlpoint = 'Factory', \
         refcount = 1, \
         template = 'factory_poland_01_dest'),
        ]

gpm_cq = {
  64: end_objective,
    }

I went ingame destroyed the factory and nothing happend. its suppose to swap the flag the object its connected to but that didnt happen.

can anyone help me with this?

Pages: [1]