-
Content Count
10 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout mrvinny1113
-
Rank
Private
-
How do you add black cinematic bars to players?
mrvinny1113 replied to mrvinny1113's topic in ARMA 3 - MISSION EDITING & SCRIPTING
So this script worked if you just put it in the Init slot: [1, 6969,true,true] call BIS_fnc_cinemaBorder; 6969 being the length of time you wantto have the bars on -
How do you add black cinematic bars to players?
mrvinny1113 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I need to add black cinematic bars to the screens of players and I want them to last for the duration of the mission how you do this -
I can get UAVs to work in vanilla but not with the ACE mod. Does anybody know how to do this or is it the same as vanilla and I'm just doing it wrong. EDIT: shout out to the typo I typed in the title that I can't change
-
How has gamespy shutting down affected arma servers
mrvinny1113 replied to luke90's topic in ARMA 2 & OA - QUESTIONS & ANSWERS
I found a fix for myself. I verified the game cache and played Arma 2 in online mode on Steam I used to only play on offline. -
arma 2 operation arrowhead wait for host
mrvinny1113 replied to jdheff86's topic in ARMA 2 & OA - TROUBLESHOOTING
Also I actually think you have to be online on Steam to play now I used to play Arma 2 offline but when I tried it online and it worked I tested it offline and it didn't again then I turned online again and it worked again. -
arma 2 operation arrowhead wait for host
mrvinny1113 replied to jdheff86's topic in ARMA 2 & OA - TROUBLESHOOTING
Tell me if you found a fix I have the same problem too. ---------- Post added at 02:03 ---------- Previous post was at 01:29 ---------- Verified game cache on Steam it worked. -
How has gamespy shutting down affected arma servers
mrvinny1113 replied to luke90's topic in ARMA 2 & OA - QUESTIONS & ANSWERS
I have the same problem too. For the past few months I have been playing on this dedicated server without problems and ever since the Gamespy Shutdown I can no longer find the server when I filter its name. I have tried turning Gamespy off in the filter and even launching Arma 2 without Gamespy from Steam but it still didn't show up. I am able to remote connect to the server with the IP though but when I join it's stuck on Wait For Host, although I am able to see all the things that happen in chat like "x was killed"; I can't see the players on the server in the top-right. I am also unable to quick hosts servers anymore and it just freezes when I click on host or ok or whatever the button is. I am able to host LAN with the only problem being that all my Arma friends live across the country. I launch Arma with Steam if anyone needs to know that. I have PlayWithSix but I don't like using it because it makes my computer slow but if launching Arma through PlayWithSix works I'm up for it. -
objective help
mrvinny1113 replied to mrvinny1113's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thank you for being detailed and precise and explaining yourself about what the script means, it helped, but I forgot to put one thing in the thread. How would you make a person move onto the next waypoint by destroying a target? i.e. Target1 dies, next waypoint is to move on to airbase for extraction. What waypoint would you use for destroying objects? -
I know this is very simple, but I don't know how to do this exactly. My mission requires you to plant satchels charges on three vehicles and blow them up simultaneously. What do I do to mark each individual vehicle that needs to explode and how do I get the game to recognize they are exploded? Any help would be appreciated.
-
fairly new to making missions and scripting, need some help
mrvinny1113 posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
As the title says, I'm fairly new to making missions and scripting and all that here are some things i need to know: 1. How to spawn in with certain weapons. I want to do a mission where you have to be stealthy and all that so you need weapons with suppressors. How will you spawn in with suppressed weapons? 2. How to call in airstrikes with laser designator. I sometimes try to make my squad with a jet for airstrikes, but the infantry spawns really far away from me, so that way won't work. Is there a way to have a jet be on standby on the ground or air? Does it have to be on your squad? And how will you tell it to hit you laser designator? 3. How to call in a pickup or transport. Pretty basic, but I need a way to call in a helicopter or something to bring me back to base after I complete a mission. Also, I need a way to have a unit arrive at a place at a certain time. Like if I want a boat to arrive at x location in x minutes how would I do that? Any help would be appreciated.