Home   Help Search Login Register  

Author Topic: Battlefield...modified  (Read 1282 times)

0 Members and 1 Guest are viewing this topic.

matzudaira

  • Guest
Battlefield...modified
« on: 17 Nov 2003, 11:04:22 »
hi, i'm trying to make a map similar to the classic "C&H Battlefield 1985", but i have some problems...
West base is at Modrava, Est base at Petrovic and then there are 5 towns to be conquered...the problems are the following:

1)if i want Mirov to be a "free" town to be conquered, what trigger should i use?

2)if i want to make forbidden zone where players die when they enter what should i do?

thanx---> 8)

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Re:Battlefield...modified
« Reply #1 on: 17 Nov 2003, 17:01:20 »
get yourself a de pbo program (From editors depot)  to rip battlefield apart and then drag n drop the town triggers and markers

as for a killzone, this is done using 2 triggers

trigger A, is a larger area and carrys a warning titltext message

and trigger B, a smaller area, kills the player

the triggers need to be set to repeating
set to either East,West or Anybody

kILL TRIGGER
condition:
(vehicle player in thislist)

 on activation:
if (vehicle Player in thisList) then { Titletext[format["You entered aRestricted Safezone"],"Plain down""] AND player setdammage 1}

WARNING TRIGGER
set to repeatedly, and either triggered by anybody, east or west
condition:
(vehicle player in thislist)
on activation:
if (vehicle Player in thisList) then { Titletext[format["WARNING\nRestricted Safezone"],"Plain down""] AND playsound "Alarm"}
Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123

matzudaira

  • Guest
Re:Battlefield...modified
« Reply #2 on: 18 Nov 2003, 10:45:51 »
thanx for your help...but actually i cant find the file for ripping Battlefield...isn't it possible to make towns to be conquered just writing some scripts?

thanx again
« Last Edit: 18 Nov 2003, 11:16:08 by matzudaira »

matzudaira

  • Guest
Re:Battlefield...modified
« Reply #3 on: 18 Nov 2003, 10:50:09 »
is "pbo file format" the program i need to download for ripping battlefield??
« Last Edit: 18 Nov 2003, 10:50:38 by matzudaira »