PMC websites shut down September 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.
If you enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond september 13th 2025 when yearly web hosting fees are due.
PMC Tactical forums
OFP, ArmA, ArmA 2, ArmA 3, Falcon 4 Theater and Farming Simulator 19/22/25 forums
The trigger files in our release of the ODS and other upcoming theaters are very incomplete and we need help from any gurus in falconworld that may know how they operate
As we know these .TRI files are what makes the falcon campaign so powerful as they control the turn of events under certain circumstances...
Would be great to have surrounding nations join in the foray at later stages in
campaign so as to have new eenemies to fly and fight against or new allies to join up with
Have searched the forums here and elsewhere but a guide as to what lines of code mean for each trigger and how to write them is really what im after
If any 1 can point me in the right direction or has infos on this please post here...
I'm looking forward to enchance the campaign trigger tutorial, so anything your learn here I'd like to hear about it. Please post any questions and comments you have. Let's get the triggers sorted out (some more).
PMC TACTICAL FORUM AND OTHER WEBSITES GO DOWN SEPTEMBER 13TH 2025 IF WEB HOSTING YEARLY FEES ARE NOT PAID.
IF YOU WANT TO KEEP USING PMC WEBSITES INCLUDING THIS FORUM, DOWNLOAD ADDONS, READ TUTORIALS, ETC, PLEASE HELP BY SUPPORTING PMC.
#IF_CAMPAIGN_DAY G 6
#PLAY_MOVIE 116
#DO_EVENT 12
#END_GAME 12
#ENDIF
// Israel own The Hermon ,Jenin,Jericho,Parts of Jerusalem and Tel-Phaher
#IF_CONTROLLED 2 A 1908 79 70 109 262 683 1980
#PLAY_MOVIE 116
#DO_EVENT 13
#END_GAME 13
#ENDIF
#ENDIF
#ENDSCRIPT
#ENDIF
#ENDIF
#ENDSCRIPT
Now - as a start , take this Trigger file and just change the Objs Numbers for the key Objs you want to be capture , with their names according to your Theater .
You got there everything you need for a good & a smooth Campaign :
Teams Join status , Offensive , Defensive , Some Key Objs Capturing Scenaries and Win/lost for both Sides .....also a Support Teams (Join) event .
IF You take and look at the Korean Trigger event , you can find out that there are some similarity there .
Now listen Carefully : You can Edit your Trigger File any time you want during a Campaign Beta , BUT--One important Rule ! Once you make any EDIT to the Triger file , you must Copy the Txt , Then Delete everything there , save , then enter the file again , and Paste the last modification ! and save .
IF You do not following that rule , after each Edit of your Trigger File , all what you'll get will be a CTD ! Do not ask me why ? it is just related to the mystic way that Some of the Falcon4 Files are remembering in the Falcon4 Memory.....
EDIT : maybe SnakeMan could Add that Note to the PMC Tutorial , it caused lot of CTD's and took me a while to find that , now when Theaters Developing is On , it could save a lot of time for Triggers funs .
Last edited by Peled on 2006-12-27 11:13:17, edited 2 times in total.
F4ITDG-Israeli Theater Development Group (retired) .
Now listen Carefully : You can Edit your Trigger File any time you want during a Campaign Beta , BUT--One important Rule ! Once you make any EDIT to the Triger file , you must Copy the Txt , Then Delete everything there , save , then enter the file again , and Paste the last modification ! and save .
IF You do not following that rule , after each Edit of your Trigger File , all what you'll get will be a CTD ! Do not ask me why ? it is just related to the mystic way that Some of the Falcon4 Files are remembering in the Falcon4 Memory.....
// Jordan & Iraq join the war effort
#IF_EVENT_PLAYED 2
#ELSE
#CHANGE_RELATIONS 4 6 1
#CHANGE_RELATIONS 3 6 1
#SHIFT_INITIATIVE 6 2 20
#DO_EVENT 2
#ENDIF
#ENDIF
Ofcourse get in mind that you'll need also change the Teams Numbers according to your Theater .......yeh ?
for Israeli Theater Jordan is Team 4 & Iraq is Team 3...etc.
anyway , ask anything if you got problems and i hope to point you to the right ....
F4ITDG-Israeli Theater Development Group (retired) .
Gaming Interests: ArmA, ArmA 2, Falcon 4.0 and OFP.
Editing Interests: All, I (try) to edit everything.
Location: PMC
Postby Snake Man »
Peled wrote:maybe SnakeMan could Add that Note to the PMC Tutorial , it caused lot of CTD's and took me a while to find that , now when Theaters Developing is On , it could save a lot of time for Triggers funs .
Sure. I think a small overhaul of the trigger editing tutorial with some examples would be in order.
What kind of examples should we add there?
PMC TACTICAL FORUM AND OTHER WEBSITES GO DOWN SEPTEMBER 13TH 2025 IF WEB HOSTING YEARLY FEES ARE NOT PAID.
IF YOU WANT TO KEEP USING PMC WEBSITES INCLUDING THIS FORUM, DOWNLOAD ADDONS, READ TUTORIALS, ETC, PLEASE HELP BY SUPPORTING PMC.
the Trigger events in my post above contain the most of the needed Events for a rolling Campaign , i got some more trigger files for other Campaigns , i can post them too , but later.....
F4ITDG-Israeli Theater Development Group (retired) .