-
Content Count
15 -
Joined
-
Last visited
-
Medals
Community Reputation
4 NeutralAbout IIIXJokerXIII
-
Rank
Private First Class
Profile Information
-
Gender
Male
-
Location
USA, NC
Contact Methods
-
Twitch.Tv
https://www.twitch.tv/iiixjokerxiii
Recent Profile Visitors
-
Slay No More started following IIIXJokerXIII
-
i need help Handledamage Eventhandler & Aircraft Not Working as expected?
IIIXJokerXIII replied to Slay No More's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Slay sent me a link on discord to have a look at this. I've not done any testing yet, but at a quick look over I bet the issue is with advanced flight model settings. As these setting have a really big impact on heli's. I would run the same test changing these setting to see if the desired outcome if achieved. -
Son: How long does it take to play ArmA? Dad: A few hours. Son: How long does it take to master ArmA? Dad: your whole life son your whole life!
Good Links:
Scripting Commands Scripting Commands By Functionality Functions By Functionality Arma 3 Assets Debugging Tutorial
-
Arma streaming is divided. Should it be?
IIIXJokerXIII replied to IIIXJokerXIII's topic in ARMA 3 - QUESTIONS & ANSWERS
I agree I think I'm going to start streaming everything Arma to the Arma 3 channel that way we have more then just mostly life servers streaming. I get so many people on my stream thinking the only active servers left are life servers now days lol. I've always seen it as if we can get more players playing any kind of Arma stuff equals more mod devs that fix and make better assets for everyone in the Arma series. -
Arma streaming is divided. Should it be?
IIIXJokerXIII replied to IIIXJokerXIII's topic in ARMA 3 - QUESTIONS & ANSWERS
Thanks for the reply and the reason I'm posting here 1st is because your opinion and the others here will matter to me more. If this community likes it the way it is now I won't even push it, but if more people here feels like me then I will. As to watching the games vs playing them I totally agree but we can't over look how streaming help us all. Just look at how many new players the Arma Series picked up because of streamers like Dslyecxi, Jester814, FRANKIEonPC, & SovietWomble -
Arma streaming is divided. Should it be?
IIIXJokerXIII posted a topic in ARMA 3 - QUESTIONS & ANSWERS
Is it just me or does anyone else feel this way. I still play/stream Arma 2 & Arma 3 with it's expansions and mods. I have people all the time commenting on my streams "I thought this was dead! I didn't know people still played this" or "What is THIS! I didn't know you could play this in Arma". At 1st I just overlooked it but now I see more of what's going on. I stream to many platforms so this maybe why I've noticed it. Many of the streaming platforms have the arma games broken down to the expansions or just force them into some "Other" category. If anything was ever wrong with Arma I feel this is it. I think the streaming platforms should just have an "Arma Series" category where you have everything from people playing Milsims to life/dayz mods that way people can see Arma is more than and any one of these alone. The Arma series for me has been so great because I can play a MilSim; fight in wars over the years then go kill some zombies or aliens in both A2 & A3. Having the forums broken down is one thing but as to streaming it hurts the arma community IMO. I feel we should push to get the streaming platforms to combine all of the arma stuff to just one category called "Arma Series". Well this is my opinion tell me how you all feel about this? -
I say keep Arma 3 and Arma 2 I love these games but imo I never seen Arma 3 as an upgrade to Arma 2. It's like Super Mario 3 & Super Mario World 2: Yoshi's Island both are Super Mario titles with some of the same content but the games are so different yet both are fun. I still have a private Arma 2 server running and code on it daily but every weekend I stop the coding so me and my friends can go shoot up the town! Besides Arma 2 just got it's last patch and that's a plus for people that like to mod and not worry about the next patch breaking stuff they made.
-
Adding Offcial Steam Workshop to Arma 2 and arma 2 OA
IIIXJokerXIII replied to ELTURO3344's topic in ARMA 2 & OA - QUESTIONS & ANSWERS
I've downloaded mods for years from Armaholic and I've never seen any issues. I feel they are safe and their community is really helpful with mod/code issues. Don't take my word check out their forums you will see really nice group of guys over there. -
arma 2 army of the czech republic missing items problems.
IIIXJokerXIII replied to -MIRAAK-'s topic in ARMA 2 & OA - QUESTIONS & ANSWERS
I've seen a issue kind of like this and the fix was to run Steam in Administrator Mode. After you have Steam in Administrator Mode Right click on Arma 2 Operation Arrowhead under Steam and click on properties. Now on the Local Files Tab click the Verify Integrity of Game Files Button. Once that has finished click to play Arma 2 OA and when it asked to install Army of Czech do it. Remember to make sure your steam is in Administrator Mode when installing this dlc. Hope this helps good luck! -
Need help with finding a class name
IIIXJokerXIII replied to zcorza's topic in ARMA 2 & OA - QUESTIONS & ANSWERS
Not sure if it has a class name that was added on later patches but the gun model is located here weapons_E\m4a3\m4a3.p3d I added it to my mod by just making my own cfg for it. class cfgWeapons { class M4A1; // External class reference class M4A3 : M4A1 { scope = public; type = 1; displayName = "M4A3"; model = "\ca\weapons_E\m4a3\m4a3"; }; }; -
Need help making a display name for new smoke ammo
IIIXJokerXIII posted a topic in ARMA 2 & OA - QUESTIONS & ANSWERS
Any help on this one would be greatly appreciated. I have added some new M203 smoke colors and they all work fine. The issue I'm having is when I reload one of my new colors in the upper right HUD it shows as White. I've tried adding names to cfgs but no luck so I'm clearly doing something wrong If anyone has any ideas on this to send me in the right direction would be a great help. I've added a image below with a red arrow pointing to the word White that I would like to change as I have the Orange M203 loaded but it shows as White. https://imgur.com/XXlxc6z -
Anyway to check when a player leans
IIIXJokerXIII replied to IIIXJokerXIII's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Not sure how I would go about eventhandlers with inputAction but if you have an idea to get me started I will see what I can come up with -
Anyway to check when a player leans
IIIXJokerXIII replied to IIIXJokerXIII's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Thank you so much you all lead me in the right direction. I need to get you guys a beer! This is the base part of my code here but on mine I have it to force INTERNAL for other things like freelook and stuff. [] spawn { while {vehicle player == player} do { if ((inputAction "LeanLeft" > 0) || (inputAction "LeanRight" > 0) || (inputAction "LeanLeftToggle" > 0) || (inputAction "LeanRightToggle" > 0)) then { XMCPV_PlayerCombatModeTimer = 120; while {XMCPV_PlayerCombatModeTimer > 0} do { if (vehicle player == player && cameraView == "External") then {player switchCamera "Internal";}; XMCPV_PlayerCombatModeTimer = XMCPV_PlayerCombatModeTimer - 1; if ((inputAction "LeanLeft" > 0) || (inputAction "LeanRight" > 0) || (inputAction "LeanLeftToggle" > 0) || (inputAction "LeanRightToggle" > 0)) then { XMCPV_PlayerCombatModeTimer = 120; }; uisleep 0.10; }; }; uisleep 0.10; }; }; Video of the code in actions Youtube Video -
IIIXJokerXIII started following Anyway to check when a player leans
-
Anyway to check when a player leans
IIIXJokerXIII posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
I need a way to check if a player is leaning left or right or an event/trigger when a player leans left or right. I've search for a way to do this for a few weeks now but no luck. If anyone has any ideas will you please help point me in the right direction The reason I'm trying to do this I would to make it so when a player leans left or right it will force camera view from "EXTERNAL" to switch camera "INTERNAL". Again thanks for any help on this!!! Things I've looked at animationState but that didn't work. Maybe there is a way to see when a player does this? but I know some users use custom keys so I'm not sure how to go this way. I'm so lost on this one lol keyLeanLeft[]={16};keyLeanRight[]={18};keyLeanLeftToggle[]={272};keyLeanRightToggle[]={274}; -
Whats happened to this community
IIIXJokerXIII replied to gaz1971's topic in BOHEMIA INTERACTIVE - GENERAL
Fighting aliens, that was the concept, he says. Wow I never knew that so Arma 3 was a military simulation made to kill aliens...does that mean Arma 4 will be like GTA a military simulation to jack tanks.... oh dear god I'm not sure how much more I can take -
Whats happened to this community
IIIXJokerXIII replied to gaz1971's topic in BOHEMIA INTERACTIVE - GENERAL
Yea I'm not sure who the guy is that made the call to make ArmA 3 with concept stuff, but I'm guessing he seen 1 to many sh17y BF/COD commercials and thought it would be a great idea for ArmA. If that guy can be tracked down he needs to be took out behind the wood shed and whipped with a stick! :icon_slap: