Jump to content

doomdpanic

Member
  • Posts

    29
  • Joined

  • Last visited

Posts posted by doomdpanic

  1. The folder path to install SEM as a separate mod is the same as with every mod:

    @modfolder\addons\mod.pbo

    This information can be looked up in several tutorials, the official WIKI page by Bohemia Interactive and when looking into other mods.

     

    And what "misc files" are you talking about?

     

    Greez KiloSwiss

     

    wel ive downloaded the whole git so probably there

    but adding this to my init @ mp mission doesnt work like other missions

     

     

     
    if(hasInterface)then{execVM "semClient.sqf"};
     
  2.  

    Yes there is one in welcome.sqf

    playMusic "Intro";

    ok then what should it look like cause i changed it like this :

     

    " playSound "Intro"; "

     

    and it doesnt work and it says "Sound intro not found ingame

     

    description :

     

    class CfgSound
    {
        class intro
        {
            name = "intro";
            sound[] = {"custom\IntroSong.ogg", db+1,1};
        };
    };
     
    Welcome : 
     
    if (_IntroMusic) then { playSound "Intro";};
     
    where's the error ?
×
×
  • Create New...