tyrspawn
Member-
Content Count
57 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout tyrspawn
-
Rank
Lance Corporal
Contact Methods
-
Skype
tyrspawn
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Schwemlitz, Germany: 5x5km Terrain
tyrspawn replied to falcon_565's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Some footage at United Operations of us playing with this map: -
Fassberg Raid on United Operations, "Keep Calm and Fix Bayonets"
tyrspawn posted a topic in ARMA 2 & OA - GENERAL
Thought I would share some cool footage from a play session yesterday. Enjoy. This video depicts British paratroopers in an attack on a Russian airbase containing a squadron of su-25 ground attack aircraft. The mission is called Fassberg Raid. This represents one of the most fun experiences I have had while playing armed assault 2. From the beginning to the end this play session on the United Operations server was highly cinematic, intense and adrenalin filled. About 60 players are present, composed into two platoons. The scenario is from a cold war gone hot. The equipment is relatively low tech, and wer'e up against a superior enemy force. Our job is to hit the su-25 squadron then get out. This operation will be a raid. An infiltration, followed by an attack, and concluded with an exfiltration before enemy response forces can marshall. My role in the mission is company sergeant major, the senior most non-comissioned officer in the company, and responsible for establishing casualty collection points and logistics. I'm also 4th in the chain of the command, if the company commander and platoon leaders are killed in action. As we'll see, things don't go as planned, but in the end, the queen's men pull it out of the fire. -
Combat Medical System
tyrspawn replied to raptor 6 actual's topic in ARMA 2 & OA - ADDONS & MODS: DISCUSSION
Before you waste your time keep in mind that hitpart eventhandler doesn't currently work in dedicated multiplayer environments. -
Looks amazing - can't wait. Unitedoperations.net community is psyched for this.
-
Clafghan Map 20x20 Beta Release
tyrspawn replied to minimalaco's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Another video of the aforementioned event: -
Clafghan Map 20x20 Beta Release
tyrspawn replied to minimalaco's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Just wanted to say that this is my favorite island of all time. For those who are interested, we have been having an MSO-inspired event at UnitedOperations.net for the past week, peaking at around 70 players and fluctuating between 20-40. Here's some gameplay footage of the island in action: -
PvP Animation replacement/enhancement pack
tyrspawn replied to smookie's topic in ARMA 2 & OA - ADDONS & MODS: DISCUSSION
v0.25 looks amazing. I will tell you right now that the biggest tactical ACE community, united operations, will probably be using it if its well optimized for multiplayer. I'm an officer there and I will try my best to get it implemented. -
Plane script refuses to work, no idea why
tyrspawn posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
_plane = [[getPos ingress select 0, getPos ingress select 1, (getPos ingress select 2) + 1000], 360, "An2_2_TK_CIV_EP1", CIVILIAN] call bis_fnc_spawnvehicle; transportPlane = _plane select 0; _planeGroup = _plane select 2; transportPlane flyInHeight 1000; _planeGroup setBehaviour "CARELESS"; wp1 = _planeGroup addwaypoint [(getpos dropoff), 5]; wp1 setwaypointtype "MOVE"; ingress is a game logic where the plane is supposed to fly in from, dropoff is a game logic where i want it to fly to. It simply doesn't work. The plane spawns in, then it just flies in a circle around its spawn position. After 2 hours of pulling my hair out over this, I am asking for help. -
intro cam FLIR?
tyrspawn replied to Woodstock21's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
How would I use a script to disable players from using FLIR in vehicles? -
[OA] Giving OPFOR Gunners FLIR
tyrspawn replied to KC Grimes's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
You should be able to easily disable it using something like this: b_specNV = (findDisplay 46) displayAddEventhandler ["keydown", " if ((_this select 1) in (actionKeys ""NightVision"")) then { if (b_specNVG) then { camUseNVG false; b_specNVG = false; } else { camUseNVG true; b_specNVG = true; }; }; Problem is, I don't know the action key for FLIR - any help would be appreciated. The current action key list has not been updated since arma1 on the wiki: http://community.bistudio.com/wiki/ArmA:_CfgDefaultKeysMapping -
Removing city names from the map
tyrspawn replied to tyrspawn's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Haven't tried yet. Will see about it soon. -
Removing city names from the map
tyrspawn replied to tyrspawn's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thanks, i'll look into this! -
Removing city names from the map
tyrspawn replied to tyrspawn's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
bueller? -
Removing city names from the map
tyrspawn posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Is it possible to remove city names from the map? I assume they exist as markers in the island pbo, and I am wondering if I can use deleteMarker to get rid of them, much like you can target other map objects with scripts. Any help would be appreciated. -
Custom loadouts with AO Backpacks
tyrspawn replied to joextod07's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Can we get back on topic plz? Has anyone found a way to properly add mags and weapons to OA backpacks? I have run into the following issues: http://dev-heaven.net/issues/11666