-
Posts
72 -
Joined
-
Last visited
-
ViolentNomad started following nibbylot
-
Maddog-1969 started following nibbylot
-
daskjdhjah started following nibbylot
-
FPV Quadcopter Drone [v0.9.0 beta]
nibbylot replied to nibbylot's topic in Flyable/Drivable Mods for DCS World
Yes I agree it feels “floaty”, I’m not sure why but I think other FPV simulators have a similar issue. For this I included a ‘gravity multiplier’ option in the special options menu so you can adjust this feeling if desired. -
FPV Quadcopter Mod for DCS This is a basic flyable FPV drone mod. See ReadMe file in download for info on controls. Note that this is a beta release and may be incomplete. Bugs include issues with ground collision. AI does not work. Install like any other flyable mod in: C:\Users\***\Saved Games\DCS.openbeta\Mods\aircraft Download: https://github.com/CrudeCoder1/DCS-FPV-Drone
-
prestupnik started following nibbylot
-
The mission file changed at some point which broke the carrier TACAN. There is a fix in the coming update. Part of the original developer team, had to take a break from DCS for a few years.
- 1435 replies
-
- 15
-
-
-
There is no changes to the keybind file, its some internal .dll code to set the external argument for wing fold and it reads the flap position. If you don't want to wait for the update, you can try to fix it yourself by putting the following code in the update() function of the EFM.lua (Cockpit/Scripts/EFM.lua) set_aircraft_draw_argument_value(8, 1.0-get_aircraft_draw_argument_value(9)*2.0) I haven't tested this out though, but its the same thing I'm doing in the .dll
-
This is a great idea. I've changed it to be tied to the flaps, so the player only has to move the flaps up or down to satisfy the deck crew. Yes arg 85 is the launch bar argument.
-
We have a tested and working solution using a new keybind that fakes the wing fold.
-
Well do you have $500-$1100 sitting around that you don’t need? https://www.cgtrader.com/3d-models/aircraft/military-aircraft/hawk-t1-virtual-cockpit https://www.cgtrader.com/3d-models/aircraft/military-aircraft/hawk-t1-223b4bb3-ad46-4720-921c-ea2df78ac6b9
-
Ok, I have an idea to test for that issue.
-
nibbylot changed their profile photo
-
Are you referring to the deck crew waiting for wing fold before taxi?
-
Yes there are updates in the works, it is not abandoned.
- 1435 replies
-
- 23
-
-
-
No this is an issue with the font not loading. V1.0.1 is using SVG font and it has something to do with that.
-
What language do you use DCS in? Some people have said that it might have to do with a language setting other than English could possibly be causing it, I want to check this
-
The SRS install contains the redistributable and automatically installs it to your computer. That is why installing SRS fixed it. So once you have installed SRS (and if you've removed it), those redist files are probably still on your computer and you don't need to go download them again
-
Please try to update your Microsoft Visual Studio redistributable files. That can be found here: https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0 And use the vc_redist.x64.exe download
-
Not quite that easy to add to github because the internal and external model files are both over 100mb in size which github does not allow