Home   Help Search Login Register  

Author Topic: General questions  (Read 536 times)

0 Members and 1 Guest are viewing this topic.

GrimMonkey

  • Guest
General questions
« on: 07 Aug 2004, 02:40:30 »
Hey all,

I'm in dire need of these questions answered. I have tried to solve them many times in several different ways, but to no avail. These refer to Single Player missions.

1). How do you script so that there is no briefing when you begin a mission, but you can still see the notepad and all objectives once you press the 'M' key?

2). I have a unit named Sol4 and a parachute named Chute4, Sol4 is in the parachute and has a 50-50 chance of not being there. How do you script so that if Sol4 is not there, the parachute is deleted?

To try to answer question #1 I opened up the official mission, 'Maverick', it didn't have a briefing in it but I have to have one.

Cheers.


Beware the GrimMonkey

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:General questions
« Reply #1 on: 07 Aug 2004, 10:45:21 »
1.   Dunno.    What happens if you have no briefing.html file?   Whether the map is available or not depends on the setting in description.ext.    I think there is a similar setting for the notepad.   What you want might be impossible but you try playing with it, you never know.

2.   This one is easy.    In the condition field of the parachute write:-

alive sol4

Plenty of reviewed ArmA missions for you to play

Dubieman

  • Guest
Re:General questions
« Reply #2 on: 07 Aug 2004, 17:32:18 »
I think Macguba's right on the first one, well probably the second one too. ;D

showNotepad =  1

make it

showNotepad =  0

And if you need a briefing for it to work, just put like two letters down and it won't matter cause the notepad won't show. :P

Yep, it should work, I just depboed the CWC campaign and you know the first mission after training? Flashpoint?
You attack Morton and all that, that mission had no briefing and I checked its .ext and it said
showNotepad =  0
so my guess is that it works. ;)

GrimMonkey

  • Guest
Re:General questions
« Reply #3 on: 07 Aug 2004, 19:50:30 »
Thanks for the help, #2 is good now. I had a nasty feeling it was something painfully simple.

But, for #1, just putting 'ShowNotepad = 0' won't make it skip past the briefing, it simply will just hide the Notepad, the briefing is still shows before the mission.

GuiltyRoachKillar, you're right, it does say that, but if you look, it also doesn't have a Briefing.html file. Same with Maverick.


Beware the GrimMonkey

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:General questions
« Reply #4 on: 07 Aug 2004, 22:31:57 »
As a workaround, you can make the Plan and Notes text blank.   Once the mission starts, unhide the Objectives which have links to other pages.
Plenty of reviewed ArmA missions for you to play