Jump to content

Leon Harrington

Member
  • Content Count

    14
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About Leon Harrington

  • Rank
    Private First Class

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Leon Harrington

    Switch/While loop check

    Thanks mate but where do i put this script and and how do i edit it for only 1 specific chopper
  2. Leon Harrington

    Switch/While loop check

    howzit mate tell me have you ever gotten this to work, i am also working on a mission now and want to implement this, please help
  3. thanks for the reply, but i have no idea what they are saying because i am not a scripter
  4. Hi guys i need help again with my mission please I've got the feed working on the rugged large screen, but when you enter and leave arsenal in multiplayer, the "camera" no longer displays on the screen. It's goes to black screen. I've played around with killzone's drone feed script: /* create render surface */ tv setObjectTextureGlobal [0, "#(argb,512,512,1)r2t(uavrtt,1)"]; uav lockCameraTo [tgt, [0]]; /* create camera and stream to render surface */ cam = "camera" camCreate [0,0,0]; cam cameraEffect ["External", "Back", "uavrtt"]; /* attach cam to gunner cam position */ cam attachTo [uav, [0,0,0], "PiP0_pos"]; /* make it zoom in a little */ cam camSetFov 0.0; /* switch cam to NVG */ "uavrtt" setPiPEffect [0]; /* adjust cam orientation */ addMissionEventHandler ["Draw3D", { _dir = (uav selectionPosition "laserstart") vectorFromTo (uav selectionPosition "commanderview"); cam setVectorDirAndUp [ _dir, _dir vectorCrossProduct [-(_dir select 1), _dir select 0, 0] ]; }];
  5. Leon Harrington

    Briefing images on Rugged Tv

    Thanks allot mate , i deleted everything and started over i don't know where the problem was but now it works. Thank you so much
  6. Leon Harrington

    Briefing images on Rugged Tv

    sorry mate was busy at work, ok so it still doesn't work i cant Fieger out wats wrong i checked everything and did everything like you said
  7. Leon Harrington

    Briefing images on Rugged Tv

    Thank you mate i am sorry to ask this but i am still learning does this [objectName,[0,"images\imageName.jpg"]] remoteExec ["setObjectTexture",0,true]; go into the rugged tv texture field or in the script and plz explain to me how the script works and what files i must make, thanks and greetings.
  8. Leon Harrington

    Briefing images on Rugged Tv

    I don't know wats going on guys I've now taken the time and checked everything again like you guys said, but it still does not work, will someone be willing to check on team viewer please.
  9. Leon Harrington

    Briefing images on Rugged Tv

    nope double checked everything now mate still does not work i am definitely in the right folder because i went to scenario tab and clicked on open scenario folder and it opened the right folder so i don't know
  10. Leon Harrington

    Briefing images on Rugged Tv

    nope did not work mate i am so frustrated nothing wants to work
  11. Leon Harrington

    Briefing images on Rugged Tv

    yes mate it is
  12. Leon Harrington

    Briefing images on Rugged Tv

    thanks mate the objectname must i put the name of the pic there or does it stay like that.
  13. Leon Harrington

    Briefing images on Rugged Tv

    hi mate no the pic is named pic1
  14. Hi guys i need help i am new to the mission making thing and i watched all the videos and red all the articles i could find on google about this topic but nothing works. I want to add a custom image to a rugged tv as part of my in game briefing i created a folder named img in my mission folder that is located in documents/arma3/other profiles/my name/mpmissions/my mission name and placed the image in that folder, i the used this link in the tv texture tab this setObjectTexture [0, "img\pic1.jpg"]; . I keep getting a error picture this setObjectTexture [0, "img\pic1.jpg"]; not found.
×