Welcome to Tactical Gamer

Results 1 to 9 of 9
Discussion: ArmA - Archives / Armed Assault - Tactics, Missions and Mod Discussions - Intro not playing before Briefing screen in Multiplayer - Ok I've done a mission and an intro to it. When I play it in
  1. #1

    KevlarBR's Avatar

    Join Date
    Feb 2007
    Location
    São Paulo, Brazil
    Posts
    382

    Intro not playing before Briefing screen in Multiplayer

    Ok I've done a mission and an intro to it.

    When I play it in single mission, the intro plays all well. However, when I create a server in multiplayer, the intro does not play. The game starts and it goes already to the soldier I'm controlling. I'm afraid the intro will not play when other people are around.

    Can anyone tell me if the intro will or will not play? Or how do I make it play? Thanks!

    - Kev
    |TG-69th|Kevlar



    "Oh I know I don't think I see what I see what I'm thinking."

  2.  
  3. #2


    TheBigC's Avatar

    Join Date
    Jul 2005
    Location
    Just chilling...
    Posts
    3,868

    Re: Intro not playing before Briefing screen in Multiplayer

    How and what are you trying to execute as a intro? Include all examples of files and syntax, we shouldbe able to help.
    The Meek shall inherit the earth..... after we're through with it!



  4.  
  5. #3

    KevlarBR's Avatar

    Join Date
    Feb 2007
    Location
    São Paulo, Brazil
    Posts
    382

    Re: Intro not playing before Briefing screen in Multiplayer

    Right now I have a script on a .sqs file on my missions folder. I have the command '[] exev "introcam.sqs"' on the init field of one of the units present on the INTRO section of the mission. To end the INTRO, I have a trigger and a command at the end of the scrip "endcut", and on the trigger I have it on END#1 and on condition, endcut = true.
    |TG-69th|Kevlar



    "Oh I know I don't think I see what I see what I'm thinking."

  6.  

     
  7. #4

    KevlarBR's Avatar

    Join Date
    Feb 2007
    Location
    São Paulo, Brazil
    Posts
    382

    Re: Intro not playing before Briefing screen in Multiplayer

    Can anyone help me PLEASE, at all?
    |TG-69th|Kevlar



    "Oh I know I don't think I see what I see what I'm thinking."

  8.  
  9. #5

    =Sarc='s Avatar

    Join Date
    May 2003
    Location
    Ottawa, Canada
    Posts
    4,862

    Re: Intro not playing before Briefing screen in Multiplayer

    I don't think this makes a difference but you probably want to use a .sqf file. The .sqs syntax is deprecated in Armed Assault.

    I don't really know what the problem is but it could be the script isn't working because of multiplayer locality. I don't really know much about how this affects scripts but there are tricks to make sure scripts are only run by the server and not the client. This could be a problem is connected players are running the script and the intro just doesn't play.

    http://community.bistudio.com/wiki/L...in_Multiplayer - This explains what locality is all about.

    http://community.bistudio.com/wiki/local - This can be a solution to your problem. Create a trigger with a condition set to check if the game running the trigger is the server or not. If it's the server, execute your intro script.
    JO Guides & Tutorials
    Team Element - It's who you game with.

  10.  
  11. #6

    Shiner's Avatar

    Join Date
    Jul 2005
    Location
    Dallas, TX
    Age
    34
    Posts
    2,380

    Re: Intro not playing before Briefing screen in Multiplayer

    It is definitely multiplayer locality and there is absolutely no debate that locality is the hardest aspect of scripting for ArmA.

    I've never used the "intro" section on the editor. Instead just put the script and trigger into your main mission.

    I would move the [] exec "introcam.sqs" to a trigger
    Code:
    Condition: local player
    Activation: x = [] exec "introcam.sqs"
    |TG-12th| SHINER


  12.  

     
  13. #7

    KoopaTroopa's Avatar

    Join Date
    Nov 2006
    Location
    Clarksville, Tennessee, United States
    Age
    31
    Posts
    2,938

    Re: Intro not playing before Briefing screen in Multiplayer

    Or skip the intro aspect entirely.

    Those gratuitous "I made this, this is the mission name" intros kind of annoy me.

  14.  
  15. #8

    KevlarBR's Avatar

    Join Date
    Feb 2007
    Location
    São Paulo, Brazil
    Posts
    382

    Re: Intro not playing before Briefing screen in Multiplayer

    Thanks a lot guys. Will see what I can do about it...

    Thanks a lot =) I couldn't really find anything about it when googliong, was going insane.
    |TG-69th|Kevlar



    "Oh I know I don't think I see what I see what I'm thinking."

  16.  
  17. #9


    TheBigC's Avatar

    Join Date
    Jul 2005
    Location
    Just chilling...
    Posts
    3,868

    Re: Intro not playing before Briefing screen in Multiplayer

    I agree with Shiner there is no need for a intro .sqf all together. All the missions I have done were simply command lines, basically triggers in the description.ext.
    The Meek shall inherit the earth..... after we're through with it!



  18.  

     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts


  
 

Back to top