-
Posts
111 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Copprhead
-
The device and indicator used for the FLIR are not the normally available ones, they are loaded from the avSimplest.dll creators[devices.FLIR] = {"LR::avSimplestFLIR" ,LockOn_Options.script_path.."FLIR/device.lua"} indicators[#indicators + 1] = {"LR::ccCamera", LockOn_Options.script_path.."FLIR/indicator.lua", devices.FLIR, {{}}}
-
JAS 39C Gripen Community Mod
Copprhead replied to whisky.actual's topic in Flyable/Drivable Mods for DCS World
Example: https://github.com/whisky-actual/Community-JAS-39-C/blob/Master/Mods/aircraft/JAS39/Cockpit/Scripts/HMD/Device/HMD_Device.lua#L3 https://github.com/whisky-actual/Community-JAS-39-C/blob/Master/Mods/aircraft/JAS39/Cockpit/Scripts/Systems/Canopy.lua#L7 Check the files beloe Cockpit/Scripts folder. Everything smaller than 0.02 is most likely not necessary. To test if its caused by indicator elements you can remove these lines https://github.com/whisky-actual/Community-JAS-39-C/blob/Master/Mods/aircraft/JAS39/Cockpit/Scripts/device_init.lua#L54-L156 But then the HUD and MFD will not longer display anything. So it's just to identify the cause of the low fps.- 488 replies
-
JAS 39C Gripen Community Mod
Copprhead replied to whisky.actual's topic in Flyable/Drivable Mods for DCS World
You could try to reduce the update time of the luadevices, a lot have it at 0.01s. Which is unnecessary fast. Also having several hundreds of indicator elements (especially texture based ones) may cause fps drop.- 488 replies
-
Are you using the "new propeller technology"? In this case the model needs arg 407 anf 475. However the animation is triggered by arg 370 (this means you have no arg 370 in the model, only triggered that number your code). Note that you'll need to also provide the engine rpm in the efm_get_param() method.
-
Flight Model & Avionics Predicament
Copprhead replied to Roger Hedrick's topic in How To Mod for DCS World
The A-4E has a rather simple flight model compared to a F-18: - no fly-by-wire - only subsonic Both aspects greatly increase the complexity of the flight model. Not even speaking of the avionics and MFDs. Note that every month someone (often people allegedly with some 3d modeling and coding background) wants to add a realistic full fidelity super hornet to dcs. So far there is none. -
Submitting mods to ED for DCS core implementation
Copprhead replied to sirrah's topic in DCS Modding
The goal of these requirements is quality and realism. They can be easily adopted for static objects or vehicles. Of course this only makes sense for a pack of objects/vehicles. The effort for single one is to high. -
Submitting mods to ED for DCS core implementation
Copprhead replied to sirrah's topic in DCS Modding
@sirrah Nineline posted these guidelines for submitting a mod to ED some month ago on a discord: -
https://discord.com/invite/6BMSqWU
-
Your best option is most likely to use the file structure of one of the currently working stand-alone mods as a reference. And join the Modding Hub Discord for questions if you get stuck somewhere. Regarding the texture problem: The texture path of the model viewer is manually set in the tool and for the game itself it's defined in the lua files. If the textures are not loading in the game the reason is most likely that the path given in the lua files is not defined correctly. As you can see in other mods, most are using .dds files within a zip file and then the zip files is mounted. Alternatively you can mount the folder, but then the dds files must directly in this folder and not within a zip file.
-
According to a message from March 24th 2022 on the discord of the developers they are still working on it, but there "has been delays due to life circumstances".
-
No need for that. It clearly a ripped model from Justflight. The selfie stick, exactly the same accessories and the pilots even look in the same direction ... coincidence? Maybe. But not if you have found a China website that offers exactly this Tornado model and the 20 other models randomly posted by the same person here in the last weeks. And as said earlier. Even if its not ripped and bought from Justflight for the 2000$ it costs, the license doesn't allow the use in flight simulators.
-
It's a nice Tornado GR1 model, unfortunately the license doesn't allow use within flight simulator games ... and it's a bit pricey https://www.cgtrader.com/3d-models/aircraft/military-aircraft/tornado-gr1 https://www.cgtrader.com/3d-models/aircraft/military-aircraft/tornado-gr1-3d-cockpit
-
Any news? @NineLine
-
It's the 3rd aircraft on the bucket list. So maybe in 10 years
-
Aircraft mods with EFM or better
Copprhead replied to VR Flight Guy in PJ Pants's topic in Utility/Program Mods for DCS World
EFM doesn't automatically mean it's realistic and even the SFM used by the AI can be more unrealistic than an EFM. EFM simply means that all forces and moments acting on the aircraft are calculated by the external code that was written by the module/mod developer. To get an aircraft that behaves somewhat realistic the EFM needs equations to handle lift, drag, side forces due to angle of attack, static stability, dynamic stability, post stall lift/drag, forces and moments due to control surface deflection, ... Thrust must be calculated, e.g. based on manifold pressure, rpm, shaft horsepower, propeller blade angle, propeller efficiency, ... But all that is up to the mod developer. -
Aircraft mods with EFM or better
Copprhead replied to VR Flight Guy in PJ Pants's topic in Utility/Program Mods for DCS World
Check of they have a .dll, typically in a sub-folder called "bin". You can also check the "make_flyable()" call within the entry.lua, the forth parameter needs to reference to the name of the .dll. -
Community A-4E-C v2.3 (May 2025)
Copprhead replied to plusnine's topic in Flyable/Drivable Mods for DCS World
Previous releases are available here: https://github.com/heclak/community-a4e-c/releases -
Edm exporter : collision model problem
Copprhead replied to CougarFFW04's topic in 3D Modeling for DCS World
For animation Also read the instructions on the github page. -
Community A-4E-C v2.3 (May 2025)
Copprhead replied to plusnine's topic in Flyable/Drivable Mods for DCS World
Check if the folder "C:\Users\<your user name>\Saved Games\DCS\Mods\aircraft\A-4E-C\bin" contains the files "A-4E-C.dll" and "ScooterAvionics.dll" (assuming your using the latest release version). Open your windows control panel and under programs, verify the Visual C++ redistributable is installed: -
Shouldn't be a big issue as long as the license allows distribution within proprietary game format (which .edm is).
-
I'm gonna guess the questions then. - flyable, standalone, EFM, clickable cockpit, carrier capable, free mod (open source except for assets like 3d model, textures) Most important answer is "2 weeks" of course Honestly more like 2 years for acceptable state and 4 years to be completely finished. But hopefully I can release something in 2022 where most things are in a draft but usable state.