Go Back   Novahq.net Forum > Games > Delta Force

Delta Force Anything to do with the Delta Force series of games, DF1, DF2, LW, TFD, BHD, DFX, AF etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-17-2018, 07:49 AM
K-Sax is offline K-Sax
Registered User

Join Date: Feb 2018
Posts: 13

Sub Goals

So i have fixed all my prior issues with the MED, or i think i have. Now im attempting to relearn the events. So for reason I am having issues getting my "Sub-goals" to show. I want to make the goals of the mission available to the player but I cant seem to figure out the Event procedure order. Ive attempted to make an area trigger and then Ive tried something easy like, kill group 3 and show sub-goals. Am I missing something, or is this something that needs to be done in a .WAC file.

Attempts:

Group 1 in area 1 Then Show Subgoal Win 1

Group 1 kills Group 3 Then Show Subgoal Win 1

Any help would be appreciated.

Kevin
Attached Images
File Type: jpg Untitled.jpg (61.3 KB, 9 views)
Reply With Quote
  #2  
Old 02-17-2018, 02:50 PM
Oscarmike247 is offline Oscarmike247
Oscarmike247's Avatar
Registered User

Join Date: Feb 2018
Posts: 229

First you have to assign sub goals in general information. Go to the general information screen by pressing ctrl+i. In the center you should see a list for win subgoals and lose subgoals. Go to the first one and it should be a drop down list. This is where you pick what win subgoal 1 will be.

You have to do this for it to show up in the game. In order to change what the subgoals say, you have to use a bin file. Youll need to grab a bin file from an existing map and convert it to text.
Reply With Quote
  #3  
Old 02-17-2018, 07:43 PM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Hide Win Subgoal 1
Hide Win Subgoal 2
Hide Win Subgoal 3

Show Win Subgoal 1

Win Win Subgoal 1

Hide Win Subgoal 1

Show Win Subgoal 2

Win Win Subgoal 2

Hide Win Subgoal 2

Show Win Subgoal 3

Win Win Subgoal 3

Hide Win Subgoal 3

If Win Subgoal 1 and Win Subgoal 2 and Win Subgoal 3

Win Blue
Reply With Quote
  #4  
Old 02-18-2018, 12:33 AM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

A better example...

To control movement you can setup checkpoints in the form of a sequence of subgoals.

2 or more groups of events tied together will do, all events must be completed before the next set of objectives is displayed, as in events 3 and 5 in the example.

It's also a good idea to make a brief description for all the events.

Group 1 is the Player group - Team Blue by default.

Code:
Event 0:Start
  Actions:
    Show Win Subgoal 1

Event 1:
Triggers:
    Group # has been destroyed
  Actions:
    Win Sub Goal 1 
    Show Win Subgoal 2
    Hide Win Subgoal 1
    Redirect group 1 to waypoint 1 - 1

Event 2:
Triggers:
    Group # has been destroyed
  Actions:
    Win Sub Goal 2 
    Redirect group 1 to waypoint 1 - 2

Event 3:Checkpoint
Triggers:
    Event 1 has been triggered and
    Event 2 has been triggered
  Actions:
    Show Win Subgoal 3
    Hide Win Subgoal 2

Event 4:
Triggers:
    Group # has been destroyed
  Actions:
    Win Sub Goal 3 
    Redirect group 1 to waypoint 1 - 3

Event 5:End
  Delay event 12 seconds
Triggers:
    Event 1 has been triggered and
    Event 2 has been triggered and
    Event 4 has been triggered
  Actions:
    Win, Blue
Reply With Quote
  #5  
Old 02-18-2018, 06:19 AM
Oscarmike247 is offline Oscarmike247
Oscarmike247's Avatar
Registered User

Join Date: Feb 2018
Posts: 229

Quote:
Originally Posted by K-Sax View Post
So i have fixed all my prior issues with the MED, or i think i have. Now im attempting to relearn the events. So for reason I am having issues getting my "Sub-goals" to show. I want to make the goals of the mission available to the player but I cant seem to figure out the Event procedure order. Ive attempted to make an area trigger and then Ive tried something easy like, kill group 3 and show sub-goals. Am I missing something, or is this something that needs to be done in a .WAC file.

Attempts:

Group 1 in area 1 Then Show Subgoal Win 1

Group 1 kills Group 3 Then Show Subgoal Win 1

Any help would be appreciated.

Kevin
Also, the trigger in events "Group X has shot group Y" does not mean that group X has KILLED group Y.

This trigger will trigger the event if any one person in group X has fired his gun and hit a person in group Y, regardless if it actually killed that person.
Reply With Quote
  #6  
Old 02-18-2018, 07:18 AM
K-Sax is offline K-Sax
Registered User

Join Date: Feb 2018
Posts: 13

Thanks for all the great info!!! I'll see what I can do. :-)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 04:25 PM.




Powered by vBulletin®