dale0404
Member-
Content Count
2543 -
Joined
-
Last visited
-
Medals
Community Reputation
5 NeutralAbout dale0404
-
Rank
Warrant Officer
Contact Methods
-
Skype
dde0404
-
Twitter
dale0404
-
Youtube
dale0404
-
Xfire
dale0404
-
Steam url id
dale0404
-
Linkedin
http://uk.linkedin.com/pub/dale-edgington/73/3a1/a
-
Origin
dde0404
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Watch it more than once, it gets funnier!
-
I have a couple of SP missions, might want to take a look :) Links: https://steamcommunity.com/sharedfiles/filedetails/?id=177977245 https://steamcommunity.com/sharedfiles/filedetails/?id=173377160
-
HQ has informed Rhino (you) that there are rumours circulating that some rogue members of the AAF are helping CSAT. There are also unconfirmed rumours that both CSAT and AAF are committing genocide. Rhino has been tasked to investigate this. First we must gain some intel. Other units (Bear and Badger) are also deploying on similar missions as Rhino. Link: https://steamcommunity.com/sharedfiles/filedetails/?id=177977245
-
Just broke 3000 hour mark as of right now (3006).
-
Cheers guys, I know how do it, was just unsure about the values.
-
Hi all, Setting up a parameter for in the lobby to let the admin set how fast time goes. What are the values needed though? To set the time at double speed do I put setTimeMultiplier 2; and if I want the time to go 4 times as fast do it put setTimeMultiplier 4; Basically I am after 4 options: 1 hour in game = 30 mins real time, 1 hour in game = 15 mins real time, 1 hour in game = 10 mins real time and 1 hour in game = 5 mins real time. If someone could post the values I need I would really appreciate it!!
-
Just broke the 2000 hour mark as of last night (2003).
-
Enemy occupation system (eos)
dale0404 replied to bangabob's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Having an issue with the new Tanoa units: // ADD CLASSNAMES if (_faction==5) then { _InfPool= ["I_C_Soldier_Bandit_1_F","I_C_Soldier_Bandit_2_F","I_C_Soldier_Bandit_3_F","I_C_Soldier_Bandit_4_F","I_C_Soldier_Bandit_5_F","I_C_Soldier_Bandit_6_F","I_C_Soldier_Bandit_7_F","I_C_Soldier_Bandit_8_F"]; _ArmPool= []; _MotPool= ["I_C_Offroad_02_unarmed_F"]; _ACHPool= []; _CHPool= []; _uavPool= []; _stPool= []; _shipPool= []; _diverPool= []; _crewPool= []; _heliCrew= []; }; Because of the MotPool it comes up with a script error, if I dont try and spawn a veh the error doesnt appear, any ideas? -
About 10 billion...
-
Just got Apex 20 mins ago, same problem as others I believe, 1.3Gb d/l for dev branch and then only the purchase button for Apex in game. Steam page:
-
Virtual Arsenal - adding backpacks for machine gunners
dale0404 replied to dale0404's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Update: Found that it works with other types of backpacks, just not this one, not sure why. -
Virtual Arsenal - adding backpacks for machine gunners
dale0404 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey all, Why when enter the VA in game it doesn't list the backpack that is in this code: [TOUR_box, [ "B_OutdoorPack_blk" ],false,true] call BIS_fnc_addVirtualBackpackCargo; Its got me baffled! This is for the Auto-rifleman btw. -
RELEASE: Simple Conversation Script
dale0404 replied to R3vo's topic in ARMA 3 - MISSION EDITING & SCRIPTING
You have to do a MP version, so many possibilities! -
RELEASE: Simple Conversation Script
dale0404 replied to R3vo's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hiya mate, You say you use it in SP, could it be used in MP?