DCS HOW TO FIX SUPERBUG MOD NOT KEEPING LEGACY FA-18C
CREATE A TEXT FILE
NAME IT entry.lua
COPY PASTE EVERYTHING BELOW THE DOTTED LINE IN TO THE FILE.
DROP THE TEXT FILE entry.lua INTO DCS WORLD/COREMODS/AIRCRAFT/FA-18C
DONE!
- - - - - - - - - - - - - - - - - - - - -
declare_plugin("F/A-18C AI",{
version = __DCS_VERSION__,
state = "installed",
})
mount_vfs_model_path (current_mod_path.."/Shapes")
mount_vfs_liveries_path (current_mod_path.."/Liveries")
mount_vfs_texture_path (current_mod_path.."/Textures/FA-18C")
mount_vfs_texture_path (current_mod_path.."/Textures/FA-18E")
---------------------------------------------------------
dofile(current_mod_path..'/FA-18A.lua')
dofile(current_mod_path..'/FA-18C.lua')
dofile(current_mod_path..'/FA-18C_hornet.lua')
dofile(current_mod_path..'/FA-18E.lua')
dofile(current_mod_path..'/FA-18F.lua')
dofile(current_mod_path..'/EA-18G.lua')
---------------------------------------------------------
plugin_done()
Other Videos By 8A SIMULATORS
Other Statistics
Super Bug Statistics For 8A SIMULATORS
8A SIMULATORS presently has 3,295 views for Super Bug across 4 videos, with his channel publishing less than an hour of Super Bug content. This makes up 1.56% of the content that 8A SIMULATORS has uploaded to YouTube.