Jump to content

Recommended Posts

Posted

Foreword: this bug seems to have been mentioned at least once on this forum before, however it was roughly a month ago and no discussion or response was garnered.

 

 

The centerline dual bomb pylon is noticeably offset to the right side of the aircraft- enough to introduce a constant right roll to the aircraft in neutral trim.

 

8g54QUB.jpg

 

The specific loadout used here is the Bomb Truck GBU-12 loadout (Mostly messing around with buddy-lasing, four bombs is a few too many I feel and the Mirage is super sluggish with that much ordinance slung underneath), the mission being a simple thing thrown together in the mission editor.

Posted

I have fixed that

 

Go to your CoreMods/aircraft ... to M-2000C and open M-2000C.lua

 

Scroll down a bit till you find "--Center pylon" and edit the 2x GBU-12 line to this

 

{CLSID = "{M2KC_RAFAUT_GBU12}", arg_value = 0.25, attach_point_position = {0.14, 0.0, -0.0715}}, -- GBU-12 x2

[sIGPIC][/sIGPIC]

Youtube

Reddit

  • 2 weeks later...
Posted (edited)

Still misaligned in 2.0.1

Screen_160206_193852.thumb.jpg.51bfbed2df7c36d4d1f1b4b5caad8665.jpg

Edited by spiddx

Specs:

 

 

i9 10900K @ 5.1 GHz, EVGA GTX 1080Ti, MSI Z490 MEG Godlike, 32GB DDR4 @ 3600, Win 10, Samsung S34E790C, Vive, TIR5, 10cm extended Warthog on WarBRD, Crosswinds

 

Posted

That centerline rack likes to wander about no matter how many times we fix it. :mad:

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."

"The three most dangerous things in the world are a programmer with a soldering iron, a hardware type with a program patch and a user with an idea."

Posted

Maybe the plane is not aligned? :)

[sIGPIC][/sIGPIC]

I5 4670k, 32GB, GTX 1070, Thrustmaster TFRP, G940 Throttle extremely modded with Bodnar 0836X and Bu0836A,

Warthog Joystick with F-18 grip, Oculus Rift S - Almost all is made from gifts from friends, the most expensive parts at least

Posted

Which folder/Lua Rlaxoxo?

[sIGPIC][/sIGPIC]

i7 10700K OC 5.1GHZ / 500GB SSD & 1TB M:2 & 4TB HDD / MSI Gaming MB / GTX 1080 / 32GB RAM / Win 10 / TrackIR 4 Pro / CH Pedals / TM Warthog

Posted

Thank you sir

[sIGPIC][/sIGPIC]

i7 10700K OC 5.1GHZ / 500GB SSD & 1TB M:2 & 4TB HDD / MSI Gaming MB / GTX 1080 / 32GB RAM / Win 10 / TrackIR 4 Pro / CH Pedals / TM Warthog

Posted

This line fix the center pylon but the double pylon texture gets weird after.

" You must think in russian.."

[sIGPIC][/sIGPIC]

 

Windows 7 Home Premium-Intel 2500K OC 4.6-SSD Samsung EVO 860- MSI GTX 1080 - 16G RAM - 1920x1080 27´

 

Hotas Rhino X-55-MFG Crosswind Rudder Pedals -Track IR 4

  • 3 weeks later...
Posted

Still present in 1.53? I thought is was fixed.

Screen_160225_185832.thumb.jpg.dca9a9d2ae28f981895f13b89107c758.jpg

[sIGPIC][/sIGPIC]

I5 4670k, 32GB, GTX 1070, Thrustmaster TFRP, G940 Throttle extremely modded with Bodnar 0836X and Bu0836A,

Warthog Joystick with F-18 grip, Oculus Rift S - Almost all is made from gifts from friends, the most expensive parts at least

Posted
Still present in 1.53? I thought is was fixed.

 

Go into your ...

 

CoreMods/aircraft/M-2000C/M-2000C.lua

 

Then locate the center pylon and look for

 

attach_point_position = {0.14, 0.0, -0.0715} - GBU -12

 

Remove the

 

attach_point_position = {0.14, 0.0, -0.0715}

 

and it's fixed

[sIGPIC][/sIGPIC]

Youtube

Reddit

Posted

The only thing I have is this:

 

{CLSID = "{M2KC_RAFAUT_GBU12}", arg_value = 0.25, attach_point_position = {0.14, 0.0, -0.0715}}, -- GBU-12 x2

 

Shoud I remove it?

[sIGPIC][/sIGPIC]

I5 4670k, 32GB, GTX 1070, Thrustmaster TFRP, G940 Throttle extremely modded with Bodnar 0836X and Bu0836A,

Warthog Joystick with F-18 grip, Oculus Rift S - Almost all is made from gifts from friends, the most expensive parts at least

Posted (edited)
The only thing I have is this:

 

 

 

Shoud I remove it?

 

Remove the "attach_point_position = {0.14, 0.0, -0.0715}" part.

 

So it would look like

 

{CLSID = "{M2KC_RAFAUT_GBU12}", arg_value = 0.25 }, -- GBU-12 x2

Edited by Rlaxoxo

[sIGPIC][/sIGPIC]

Youtube

Reddit

Posted
Remove the "attach_point_position = {0.14, 0.0, -0.0715}" part.

 

So it would look like

 

{CLSID = "{M2KC_RAFAUT_GBU12}", arg_value = 0.25 }, -- GBU-12 x2

 

 

LOL, I made it look like this and the Mirage disappeared from slots in mission for me. :joystick:

 

DGOrfFf.jpg

[sIGPIC][/sIGPIC]

I5 4670k, 32GB, GTX 1070, Thrustmaster TFRP, G940 Throttle extremely modded with Bodnar 0836X and Bu0836A,

Warthog Joystick with F-18 grip, Oculus Rift S - Almost all is made from gifts from friends, the most expensive parts at least

Posted
LOL, I made it look like this and the Mirage disappeared from slots in mission for me. :joystick:

 

DGOrfFf.jpg

 

lol ...

 

You basically did this

 

{CLSID = "{M2KC_RAFAUT_GBU12}", arg_value = 0.25,

 

You're missing '}' at the end and switch the comma to the end

 

{CLSID = "{M2KC_RAFAUT_GBU12}", arg_value = 0.25 },

[sIGPIC][/sIGPIC]

Youtube

Reddit

Posted

Oh... the shame... like static in the air :D

 

Thanks for correcting me guys :) !

[sIGPIC][/sIGPIC]

I5 4670k, 32GB, GTX 1070, Thrustmaster TFRP, G940 Throttle extremely modded with Bodnar 0836X and Bu0836A,

Warthog Joystick with F-18 grip, Oculus Rift S - Almost all is made from gifts from friends, the most expensive parts at least

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...