Jump to content

Arische Mustasche

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Posts posted by Arische Mustasche


  1. I need help retexuring the weapon pylons for the Gryphon from the Jets DLC.

    I am making the whole underside of the jet a bit darker, and it has worked great. However the pylons doesn't seem to change colour when i use my costom skin, even if it seem like the pylons textures are in the same texturefile as the fuselage of the jet. To make everything clear, The fuselage itself is working correctly, but the pylons holding the missiles aren't changing textures.

     

    Does anyone have any experience with retexturing and know why the pylons aren't changing colour?

    While testing the costom paa files i am using the Extended Debug console to place them on the aircraft.


  2. So I have gotten into mission making and i've been trying to use some scripts and costom sounds. So i've put all the init and sound files in the right folder (C:\Users\username\Documents\Arma 3 - Other Profiles\name\mpmissions\the mission itself). but when i fire up the mission the game says "Init not found", so I tried using the sounds instead. I put an .ogg file (sound1) in a folder named sound. and put the desription in the mission folder.

    When i entered the editor and used a trigger i wrote in the "on activation" "playsound "sound1";". But did that work? no, the game told me "Sound sound1 not found". Same thing as the Init files... I need HELP, nothing works. i'm running about 8 mods in this mission but those shouldn't couse these problems.

     

    this is the description:

    class CfgSounds
    {
    sounds[] = {};
    class sound1
    {
    //how the sound is refferd to in the game
    name = "sound1";
    //filename volume and pitch levels
    sound[] = {"sound\sound1.ogg", 1,1};
    //subtitle delay in seconds, subtitle text
    titles[] = {};
    };
    };


  3. I have an request for an addon, I have been getting into to missionmaking and I got some inspiration from "Chernarus Apolcalypse", I'm refering to the glowing eyes in the forest, or the "Smoke Monster". I would guess it's all scripted in the original mission but is there any way that you could get that same thing with an addon or do I need to make some kind of script? (I don't know alot about scripts). I do ofc want to do this in A3, though the original is A2.

     

    Link to video with the eyes: 

     

     

    Thanks for reading

    • Like 2
×