-
Posts
399 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by King39
-
missing info Targeting Pod "Wanders off"
King39 replied to Morat's topic in DCS: A-10C II Tank Killer
One thing I've noticed recently is the SPI birthday cake starts to sort off wander on it's own. Not really searching just wandering. Some times I've had to power cycle the TGP just to get it to stop doing that. -
missing info Targeting Pod "Wanders off"
King39 replied to Morat's topic in DCS: A-10C II Tank Killer
Thank you All for this great advice. I've just tried it and it works for me now. Too bad we can't pin or sticky these posts. I think it would be a big help to some people. Hope you all had a nice holiday season, John -
missing info Targeting Pod "Wanders off"
King39 replied to Morat's topic in DCS: A-10C II Tank Killer
I've gotten good at marking all of my targets and creating Mark Points but how do you get the TGP to slew to the Mark Point? I can't seem to get it to do that. -
missing info Targeting Pod "Wanders off"
King39 replied to Morat's topic in DCS: A-10C II Tank Killer
I've been trying to remember to Mark Point every target just for that reason. When I first noticed it, it would only happen when lining up and attempting to engage within 2 miles. Now it seems to be doing that little "hop" as I call it on most targets irregardless of range. There's just NO WAY this would be allowed to happen IRL. Image lining up for a JDAM or Maverick strike, pickling, and suddenly the TGP "hops" onto a civilian house or vehicle. I know I would have a hard time living with that. -
If you've constructively narrowed it down to the Harrier then I would send Razbam a message or open a ticket with them.
-
Hello, I'm working on another campaign and being that a few maps aren't quite up to date regarding new or updated construction is it possible to add a small airstrip/runway so that we can add to it with Static Objects and the like and it would be playable to anyone who downloads/installs the mission/campaign? Thank you.
-
Would love a screen that loads (prior to the mission start screen inside the jet) and shows maybe the inside of a small bare room with a simple couple of chairs and table and a white board which would be an average squadron briefing room. It would allow for presentation (by the mission designer) of screen text, a screen image, and/or a short video which would be the briefing. And then after that, the pilots would "step" to the jets and be inside the jets for startup. It would make the mission briefing a bit less "rushed" and possibly allow for more complex mission briefings (if needed). My $.02, John
-
- 1
-
-
Curious what happened to the wiki. What happened to all that data?
-
Complete Transport and Logistics Deployment - CTLD
King39 replied to Ciribob's topic in Scripting Tips, Tricks & Issues
DUde, I don't know Lua but my best guess it that you've got too many scripts running at the same time and are bumping into each other. Try running each script one at a time. If they work than try two at the same time, etc, etc. Basic troubleshooting 101... -
After many frustrations I resorted to the CTLD JTAC Autolase. Read up on it and use the practice mission. Best thing is it's recently been updated to better follow moving targets. Try it out.
-
That, and I would be willing to bet that a 500 lb Mav carries prolly close to twice the kinetic energy of a 500 lb GBU on impact.
-
About mission 8
King39 replied to Seabiscuit1985's topic in A-10C Operation Persian Freedom Campaign
Hello, Just tried this one for the third time and was not able to finish it because the JTAC won't clear me hot on the 090 radial. I went ahead and killed the first three tanks (on the 090 heading) and still not able to progress through the mission due to the JTAC. I think it's kind of silly to not allow progression even though the targets were destroyed and no friendlies were put in any danger. See attached image. -
A-10C Tactical Training Qualification Campaign
King39 replied to Sabre-TLA's topic in A-10C TTQ Campaign
I don't use Viacom or any type of voice mod or any mods at all. -
Very glad you are remission. Never give up the fight. All my best to you and your family. John
-
A-10C Tactical Training Qualification Campaign
King39 replied to Sabre-TLA's topic in A-10C TTQ Campaign
Hello, I've had this campaign for a while but have not tried it until today. I started the Advanced campaign on TAC 11 (and then 12) but unfortunately I could not get any of the JTACs to answer me when prompted by the flight lead. I checked the radio was on and I was using the F10 comm commands but could not them to respond in TAC 11 or 12. I tried to open the missions in ME and look for trigger problems but I can't see the trigger through the file protection. Am I doing something wrong? -
Complete Transport and Logistics Deployment - CTLD
King39 replied to Ciribob's topic in Scripting Tips, Tricks & Issues
It does work. Try this: In CTLD at line 5328 replace: timer.getTime() + 15) by timer.getTime() + 1) then - In the function ctld.laseUnit replace this : local _enemyVector = _enemyUnit:getPoint() local _enemyVectorUpdated = { x = _enemyVector.x, y = _enemyVector.y + 2.0, z = _enemyVector.z } by : local _enemyVector = _enemyUnit:getPoint() local speed1 = _enemyUnit:getVelocity() local speed2 = math.sqrt(speed1.x^2 + speed1.y^2 + speed1.z^2) + 0.1 local dir1 = mist.getHeading(_enemyUnit) local dir2 = mist.utils.round(dir1, 1) repeat LeadPoint = mist.getRandPointInCircle(_enemyVector, 1.4*speed2) LeadPointV3 = mist.utils.makeVec3GL(LeadPoint) ref = _enemyVector vec = {x = LeadPointV3.x - ref.x, y = LeadPointV3.y - ref.y, z = LeadPointV3.z - ref.z} dir3 = mist.utils.getDir(vec, ref) dir4 = mist.utils.round(dir3, 1) until dir4 == dir2 local _enemyVectorUpdated = { x = LeadPointV3.x, y = LeadPointV3.y + 2.0, z = LeadPointV3.z } then: Then Load File: MIST and then: Time More 10 secs Then Load File: CTLD and then: Time More 10 secs. Then load: ctld.JTACAutoLase( 'JTAC1', 1688, true, "vehicle", 2) or whatever values you want. And watch the spaces. They matter. -
Complete Transport and Logistics Deployment - CTLD
King39 replied to Ciribob's topic in Scripting Tips, Tricks & Issues
I also got the same results when I was playing around with it. Glad you mentioned it. Does the internal JTAC also have this problem? I don't ever remember it being used on moving targets. -
Could you be more specific? What files do you edit and how? This would be a great time saver for me if I can get it to work.
-
And I forgot to add, Right Click function would be VERY nice.
-
Yoyo, Well I'll be dipped in shit it worked! Sonofagun. Wow, THAT is really cool! Had to do it a different way to get it to work but it worked. Gonna have to play around with this. What name do you want in the Credits section? I don't want to just put "Yoyo".
-
Yoyo, This is a really great piece of work you've made here. Coincidentally, I'm developing a campaign for the A-10C and A-10C II in Syria around the same time frame (Fall of 2016). Is there a way I can import your Faction Map into my already developed Syria AO map? I'd like to be able to use your map underneath my existing map as a great reference. I would, of course, give you full credit for all the work you've done here. John
-
Which brings me too my most desired function which is the "Undo" button...
-
High Order Detonations in DCS or To Nuke or Not To Nuke...
King39 replied to King39's topic in Mission Editor
And how do you get that? -
High Order Detonations in DCS or To Nuke or Not To Nuke...
King39 replied to King39's topic in Mission Editor
Do you get the blast effect?