RedK0d / CLICKABLE-FC3

A partially clickable mod for the FC3 Planes
174 stars 23 forks source link

Frogfoot cockpit spawning inside hornet's #9

Closed EaMS1234 closed 2 years ago

EaMS1234 commented 2 years ago

Downloaded this mod and noted that - when it's installed, it somehow spawns the Su-25 (the one that comes with the sim) cockpit inside the F/A-18's. DCS is on open beta 2.7.10.18996 and the mod is on 0.1.0 alpha.

Sem título

RedK0d commented 2 years ago

Thanks for the report. could you try with the latest version?

phx7 commented 2 years ago

Can confirm. Using latest version and DCS open beta. image

RedK0d commented 2 years ago

--[[Temporary fix, while waiting to create the entire list of aircraft to exclude. Replace the lines of code in entry.lua with these. ]] add_plugin_systems('CLICKABLE-FC3_Module','*',path, {

["J-11A"] = {enable_options_key_for_unit = 'J11a_enabled'},
["Su-27"] = {enable_options_key_for_unit = 'Su27_enabled'},
["Su-33"] = {enable_options_key_for_unit = 'Su33_enabled'},

["FA-18C_hornet"] = {enable_options_key_for_unit = 'dontuseit'},

}   

) plugin_done()

EaMS1234 commented 2 years ago

@RedK0d Thank you for the answer, it fixed it for me. I will be closing the issue then.

Good luck with the project!