bigshot
Member-
Content Count
903 -
Joined
-
Last visited
-
Medals
Everything posted by bigshot
-
Vanilla Shooting Accuracy of Vehicled AI
bigshot replied to bigshot's topic in ARMA 3 - MISSION EDITING & SCRIPTING
thanks, but tried that days ago..and as I said...the code is fine..itll set the numbers as you ask...but the AI simply seems to ignore it. You can verify this in the editor with no mission necessary: Go into editor at an airport and place a trigger, make it 50x50, name it trigger1, make the activation for bluefor NOT PRESENT, and in the onAcitvation box place the following code: WARCOM_opf_patrol_type = (configfile >> "CfgGroups" >> "East" >> "OPF_F" >> "Armored" >> "OIA_TankSection"); group1= [getpos trigger1, EAST, WARCOM_opf_patrol_type,[],[],[0.1,0.1]] call BIS_fnc_spawnGroup; {_x setskill ["aimingaccuracy", 0.10]} forEach units group1; Plce yourself about 250-300m away from the trigger area. Now, play it...let them see you and start shooting at them to provoke them...see how long it takes before they hit you and you die. Takes 1 or 2 sprays for me...and this is with my in-game difficulty sliders all the way down to .5 for skill and .1 for precision...AND their accuracy skill set inside the editor at 0.1. They are ignoring the setting as compared to ground troops, obviously something is wrong. Seems to me that there's something about the vehicles thats blocking the AI skill settings from actually being used by the AI. If you set ground troops at 0.1 they cant hit you at all pretty much...but put the vehicled AI at 0.1 and well, you may as well have left it at 0.5 or even higher because it has little to no effect by lowering it. They must have broken it. -
Spawn vehicle with hidden selection texture - SetObjectTexture - Help appreciated
bigshot replied to MajorBlunderbuss's topic in ARMA 3 - MISSION EDITING & SCRIPTING
here you go, try this: _camo = [_veh,["Indep_Olive",1],["showCamonetHull",1,"showTools",1,"showBags",1,"showSLATHull",0]] call BIS_fnc_initVehicle; //add this new code after the vehicle spawn code I have it as this (I use a different spawn method which I added to duws years ago so its not so close to building though): _vehic = "I_LT_01_AT_F" createVehicle _spawnPos; _camo = [_vehic,["Indep_Olive",1],["showCamonetHull",1,"showTools",1,"showBags",1,"showSLATHull",0]] call BIS_fnc_initVehicle; ...still work on my original Duws Modified from year to year keeping it updated and fresh, typically now as we come into the fall season and until the holidays I usually add new features and make some adjustments :-)- 3 replies
-
- 3
-
- setobjecttexture
- texture
-
(and 4 more)
Tagged with:
-
well it might be because in his mission he has the jtac init file being pre-processed before he makes the jtac variable true (which you think would work correctly (but it doesnt i guess). If you make sure to make the variable true BEFORE you run or preprocess the jtac init file then it works I think. This is how ive set it up in my mission. I made it so that I have to buy/unlock JTAC as an ability from a menu...when the player unlocks it from the menu (acts like a trigger of sorts), then I make JTAC=true, and THEN i have it run the jtac init file. Try it that way and see if it helps.
-
hey, thanks so much for the link!
-
Is there anywhere to directly download this texture pack without the Steam subscription thing?
-
Perhaps somehow the variable set true because you have this line of code in the missions init file? Either that or maybe you have another JTAC variable being true within the mission somehow. I don't believe there's a way for the script to actually run/init without that variable being true. Although maybe it has something to do with it being a public variable?
-
Hi...I've added this script to my mission...it's wonderful for stationary targets, nice job! I was wondering...is there anyway to get the missiles to track & destroy a MOVING target that im locked onto or lasing (using drone or designator)?
-
Heh, yea... such a shame that BIS left for dead the previous Warfare/CTI missions from their franchise. Those were the days <sigh>. I still keep my DUWS coop mission up to date... and in fact these days it contains a bunch of new features including camps on the outskirts of enemy territories which can be captured and used as armories and respawn points (as long as the enemy AI doesn't capture them back :-)). Sort of how it used to be in the Warfare/CTI missions back in the day.
-
^That was also my experience^ They fell off the ship into the drink...I ended mission :-)
-
Thank you for the links, will be trying this solo, over the weekend!
-
Has everything been tested to re-initialize properly after saving/resuming? Also, please provide a download link for the pbo itself instead of just steam workshop sub. Thanks for this!
-
Same question as kremator... can you play this solo with friendly AI commander & recruits? Also... why advert here if you don't want to share the file here?
-
Arma 3 crash error: 0xC0000005 - STATUS_ACCESS_VIOLATION
bigshot replied to ziffa's topic in ARMA 3 - TROUBLESHOOTING
Ok, tried the beta (440 beta 20)... and Arma does seem to work with that....haven't tested in a full session but it does startup without crashing now. Thank you, much obliged! -
Arma 3 crash error: 0xC0000005 - STATUS_ACCESS_VIOLATION
bigshot replied to ziffa's topic in ARMA 3 - TROUBLESHOOTING
I already am running the latest version (non beta). With Afterburner running Arma will not even make it to it's splash screen before it crashes to desktop 100% of the time. Once I close down Afterburner all is fine again. Arma starts up normally. I have an older 770 card and, Of course, I do NOT run the latest Nvidia drivers since that has always been a toxic thing to do for older cards. The drivers I run however aren't more than a year old anyway. I will not upgrade them anymore at this point...the newer the driver, the worse they make your old cards perform...has always been that way, regardless of what the card manufacturers claim :-) My Afterburner, however is officially up to date and makes no difference. I have no idea if the latest beta fixes it or not, though. -
Arma 3 crash error: 0xC0000005 - STATUS_ACCESS_VIOLATION
bigshot replied to ziffa's topic in ARMA 3 - TROUBLESHOOTING
If you are running the MSI Afterburner Monitor, this now causes Arma to crash with this error (never used to before the update though). -
Sometimes while using the BIS_fnc_SpawnGroup in my mission it throws this error ( I use it in many places at many different times throughout the mission but it doesn't always throw this error...it only happens sometimes and I cant figure out why): Here's the error: 20:19:00 Error in expression <"_charsType", "_types"]; _chars = _this param [2, [], [[], 0, configFile]]; _cha> 20:19:00 Error position: <param [2, [], [[], 0, configFile]]; _cha> 20:19:00 Error Type String, expected Number,Array,Config entry 20:19:00 File A3\functions_f\spawning\fn_spawnGroup.sqf [BIS_fnc_spawnGroup], line 42 This never used to happen before the last patch (not todays patch, but the patch before it). Has something intentionally been changed to alter the way that spawngroup.sqf works now, or is this a bug? **EDIT - Well, I found the exact issue. Apparently, you cannot use an empty string to temporarily define a variable (globalvariable = "") which will later be used/defined as a config group. Something must have recently changed in Arma3 since the last patch or 2 (somewhere around or after v1.70) because I was doing it that way for a long time before with no errors thrown at all.
-
ShackTac User Interface (STHUD, STGI, and more)
bigshot replied to dslyecxi's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I'm not in need of the group indicators and all the other modules this forces me to install so is there another addon which only provides a small compass in the lower middle of hud, does anyone know by chance? -
nevermind, after game reboot it works fine... moderators please remove.
-
nevermind, after game reboot it works fine...moderator please remove
-
I'm having a specific sound issue in Arma that I wasn't having a couple months ago... AI controlled tanks will still have their engine's/sound running even after blowing them up and destroying the tank so it's on fire. The sound will not stop until the tank is deleted from the mission. Is this a known issue?
-
Vehicle Sounds Still ON Even After Blowing Up!
bigshot replied to bigshot's topic in ARMA 3 - GENERAL
...weird, haven't read anyone else mentioning it around the forums though. -
I'm having a specific sound issue in Arma that I wasn't having a couple months ago... AI controlled tanks will still have their engine's/sound running even after blowing them up and destroying the tank so it's on fire. The sound will not stop until the tank is deleted from the mission. Is this a known issue?
-
Any Chance of Escalating the Fix for SAVED games?
bigshot posted a topic in ARMA 3 - DEVELOPMENT BRANCH
It's been quite some time now since we can use saved games...One of the biggest features of Arma2 and 3 was the ability to save and resume missions...but this is no longer a working feature in Arma3 for missions which use the default respawn menu. It's already been officially submitted to your feedback website here: https://feedback.bistudio.com/T119523 Any way to get this moved up the fix list since it's so serious? -
Any Chance of Escalating the Fix for SAVED games?
bigshot replied to bigshot's topic in ARMA 3 - DEVELOPMENT BRANCH
Ah, so now I'm selfish...but you're obvious anger is not misplaced in any way. I see. If I'm so selfish as you say then I never would have put in the thousands of hours I have put in over the last 10-15 years making & publicly sharing missions for the OFP/Arma series. For Arma3 alone I have put in well over 1,000 hours of my own personal time making & sharing my Duws Modified mission versions which thousands of arma users have played over the last 2+ years. What have you done for the series? There is nothing wrong or improper with my request here in asking if there's any chance to escalate a fix for an important game feature which I have reported as broken for a long time now. I resent your personal comments about me, and find you to be insulting. If you have nothing positive or helpful to contribute to this thread then perhaps you can force yourself to stop from hijacking it any further with rude uncalled for comments and personally slandering people who have been actually helping the franchise free of charge for years on end. I'm certain there must be other activities you can consider to be of much better use of your time, afterall. -
Any Chance of Escalating the Fix for SAVED games?
bigshot replied to bigshot's topic in ARMA 3 - DEVELOPMENT BRANCH
@Freghar - if you knew anything about the issue before bothering to comment then you'd know it already HAS been MANY months since saved games were broken in this way. You are only looking at the thread which was opened a month ago but the broken saves issue has been been around now for much longer than that. You already sound bitter about a fix that you've been waiting for yourself which has not been attended to... but to be upset with me for taking the time to write reports and follow up with questions and concerns in a proper way that BIS asks us to do in the first place is just misplaced anger on your part.