Jump to content

Wintermute74

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by Wintermute74

  1. I second that (EDIT: maybe thread should be under Bugs and Problems?). Current state of both cold and hot start instant missions in Syria map are not playable due to ground traffic on the appointed runway. I like the idea though. :thumbup:
  2. You can add Emergency Wing Sweep lever as an axis in your joystick lua file, see this post in another thread: https://forums.eagle.ru/showpost.php?p=4331725&postcount=35
  3. With the latest beta I've noticed a great improvement in this area. I also used to have big FPS drops when using radar in PPI mode (especially with 60 km scan zone), but no more. :thumbup:
  4. For Swedish speaking I can highly recommend Stellan Hilmerby's YouTube channel. You can see him post here on the forum as well occasionally (https://forums.eagle.ru/member.php?u=125949).
  5. This has already been posted in another thread (please always check before starting a new one): https://forums.eagle.ru/showthread.php?t=271682
  6. Your YouTube video is empty LastRifleRound, mind try uploading it again?
  7. Interesting and little contradictory to the aerodynamics compendium I mentioned! Mind sharing the book title and author as well? Do you have it has a pdf to share with the DCS community (there is a separate thread covering real life documentation)? Positive moment usually means "nose-up" so I think you were correct in your assumption. :thumbup: There are multiple ways of interpreting the figure I guess. Does it represent the impact of the hump on the back only (in comparison to a fuselage without one) or does it represent the complete aircraft (being the sum of many parts)? :huh: Since I find no reference to the hump in the compendium, it could also be that the compendium describes an earlier (pre-hump) design...(EDIT: The bulge is actually mentioned on page 68 and illustrated in Fig. 56). I guess ultimately HB will have to jump into this discussion if we want the final answer as to which flight model is implemented. :smilewink::helpsmilie:
  8. Do you have a reference for that book section? Are you sure it’s for the final (serial production) version and for the full aircraft configuration? In the Aerodynamics of the Viggen 37 aircraft compendium (part 1) by Krister Karling there is a quite thorough discussion about the pitching moment of the Viggen at low speeds, see especially sections 2.4-2.14. In Fig. 47 on page 57 there is a pitching moment curve of the Viggen in comparison to other aircrafts, which suggests a small negative Cm at alpha zero (zero moment coefficient). On page 69 there is also a typical (negative) magnitude mentioned for an unloaded Viggen (-0.006). It is however mentioned that the actual magnitude is dependent on a number of factors, including external loading, flaps and elevator positions, etc. I failed to find any data for higher speeds, most likely since the publication was on the low speed characteristics (maybe this is covered in other parts of the compendium?).
  9. Recently (2.5.6.43453) fixed button for "Aterstart (Restart) Switch On/Off" currently has different command definitions inside keyboard.lua, joystick.lua and mouse.lua files, which introduces "Different actions have identical descriptions!" error under Options/Controls. Should the command definition be 3401 (as in keyboard.lua and joystick.lua) or 3004 (as in mouse.lua)? clickabledata.lua file seems to suggest 3401. For further bugs and wishlist concerning Viggen buttons, see running request in https://forums.eagle.ru/showthread.php?t=236791.
  10. Mission logic is broken for mission 6. See threads below: https://forums.eagle.ru/showthread.php?t=262642 https://forums.eagle.ru/showthread.php?t=261257 Can also confirm earlier post that communication with ATC is not working in the mission. Big hits on fps also experienced since update to Open Beta 2.5.6 (especially when using radar A1/A2 modes), but suspect this is a general DCS problem by looking at other forum discussions/complaints.
  11. Thanks for acknowledging the issue and for working on a solution! :thumbup: I do like the idea of a road base, it improves the immersion as it makes the mission/campaign more Viggen-like. :pilotfly:
  12. Can confirm issue with getting stuck in crossroads at the current road base used in WoT mission 5. Maybe the road base should be relocated somewhere more appropriate? This issue was also raised and posted in another thread by the way: https://forums.eagle.ru/showthread.php?p=4206794#post4206794
  13. Enjoyed first four missions, but can confirm frustrating issue with getting stuck in crossroads at road base in WoT mission 5. Seems like you need constant momentum to avoid it from happening, which is really tricky considering the narrow roads and the sharp bends. Only way to get going after getting stuck is to apply full afterburner and show massive amounts of patience as you inch your way slowly forward. There is also no space to make a u-turn anywhere so you need to reverse your way around the crossroad again after you have rearmed and refueled which is even more difficult (without loosing momentum). Took me a good 30-40 mins to get up in the air again! Another bug in the mission is your wingman’s inability to land. After giving him the radio instructions to RTB he starts circling Senaki until he runs out of fuel...
  14. I think the logical rules of the autopilot selection modes and buttons may have to be reviewed by HB. I'm still having the cold start issue described previously in the thread https://forums.eagle.ru/showthread.php?t=224126. When starting from cold the autopilot is disengaged when changing mode twice, e.g. going from initial SPAK mode to ATT and then back to SPAK (or to HOJD). I basically have to disengage and engage the autopilot from cold start for it to operate as normal.
  15. I have the same experience. According to the manual the ground idle detent should sit at 0%, but the code (see reddit thread) seem to suggest it is located at 9%. Is this the intention or a bug? The next detent (at flight idle) comes in at 11%, i.e. very close to the first. So it seems the main issue would the position of the first one, correct?
  16. Have you checked this reddit thread? https://www.reddit.com/r/hoggit/comments/9puwjd/comment/e84wu9p RagnarDa (Viggen coder) gives an explanation of the implementation. Maybe it is of use to you, maybe not.
  17. Please try changing the order of the top three rows in your AJS37/Input/keyboard/default.lua file (as shown below) and respond if it resolves the problem. It did for me, although I'm still not sure why it avoids the duplicates being formed. :huh: dofile(folder.."../../Cockpit/Scripts/devices.lua") dofile(folder.."../../Cockpit/Scripts/command_defs.lua") local res = external_profile("Config/Input/Aircrafts/common_keyboard_binding.lua") The topic is also being discussed in other threads in the forum, e.g. https://forums.eagle.ru/showthread.php?t=250653
  18. [Possible solution] Change line order in lua file Think I may have found a solution for this (by comparing corresponding code snippets for other modules), but please check and confirm. I changed the order of the first three lines of the AJS37/Input/keyboard/default.lua file into: dofile(folder.."../../Cockpit/Scripts/devices.lua") dofile(folder.."../../Cockpit/Scripts/command_defs.lua") local res = external_profile("Config/Input/Aircrafts/common_keyboard_binding.lua") (e.g. the dofile commands need to be executed before the local variable initialization) EDIT: I also noted that the yellow/orange lines did not appear if you had the AJS37 module selected as default under Options/Controls when loading into DCS (e.g. only when changing from another module control setting).
  19. NP :thumbup: About rotary dials, not that I'm aware of. I think HB needs to add them as additional device_commands. I personally use TARGET scripting (SEQ command) for solving those needs with my TM Warthog.
  20. This is the code I currently have appended to my keyboard\default.lua file in the F-14B-Pilot folder. :thumbup: {down = device_commands.WINGSWEEP_EmergencySweepLever, cockpit_device_id = devices.WINGSWEEP, value_down = 1.0, name = _('Emergency Wing Sweep Handle (100%)'), category = _('Throttle')}, {down = device_commands.WINGSWEEP_EmergencySweepLever, cockpit_device_id = devices.WINGSWEEP, value_down = 0.8, name = _('Emergency Wing Sweep Handle (80%)'), category = _('Throttle')}, {down = device_commands.WINGSWEEP_EmergencySweepLever, cockpit_device_id = devices.WINGSWEEP, value_down = 0.6, name = _('Emergency Wing Sweep Handle (60%)'), category = _('Throttle')}, {down = device_commands.WINGSWEEP_EmergencySweepLever, cockpit_device_id = devices.WINGSWEEP, value_down = 0.4, name = _('Emergency Wing Sweep Handle (40%)'), category = _('Throttle')}, {down = device_commands.WINGSWEEP_EmergencySweepLever, cockpit_device_id = devices.WINGSWEEP, value_down = 0.2, name = _('Emergency Wing Sweep Handle (20%)'), category = _('Throttle')}, {down = device_commands.WINGSWEEP_EmergencySweepLever, cockpit_device_id = devices.WINGSWEEP, value_down = 0.0, name = _('Emergency Wing Sweep Handle (0%)'), category = _('Throttle')}, {down = device_commands.WINGSWEEP_EmergencyLeverExtended, cockpit_device_id = devices.WINGSWEEP, value_down = -1, name=_('Emergency Wing Sweep Handle PUSH IN'), category=_('Throttle')}, {down = device_commands.WINGSWEEP_EmergencyLeverExtended, cockpit_device_id = devices.WINGSWEEP, value_down = 1, name=_('Emergency Wing Sweep Handle PULL OUT'), category=_('Throttle')}, {down = device_commands.WINGSWEEP_EmergencyLeverExtended, up = device_commands.WINGSWEEP_EmergencyLeverExtended, cockpit_device_id = devices.WINGSWEEP, value_down = -1, value_up = 1, name=_('Emergency Wing Sweep Handle PUSH IN/PULL OUT (Toggle)'), category=_('Throttle')}, {down = device_commands.CANOPY_Open, cockpit_device_id = devices.COCKPITMECHANICS, value_down = 1, name = _('Canopy OPEN'), category = _('Cockpit Mechanics')}, {down = device_commands.CANOPY_Open, cockpit_device_id = devices.COCKPITMECHANICS, value_down = -1, name = _('Canopy CLOSE'), category = _('Cockpit Mechanics')}, {down = device_commands.EJECT_ArmPilot, cockpit_device_id = devices.COCKPITMECHANICS, value_down = 1, name = _('Ejection Seat ARM'), category = _('Cockpit Mechanics')}, {down = device_commands.EJECT_ArmPilot, cockpit_device_id = devices.COCKPITMECHANICS, value_down = -1, name = _('Ejection Seat SAFE'), category = _('Cockpit Mechanics')}, {down = device_commands.AirSourceRam, cockpit_device_id = devices.COCKPITMECHANICS, value_down = 1, name = _('Air Source RAM'), category = _('Cockpit Mechanics')}, {down = device_commands.AirSourceLEng, cockpit_device_id = devices.COCKPITMECHANICS, value_down = 1, name = _('Air Source L ENG'), category = _('Cockpit Mechanics')}, {down = device_commands.AirSourceREng, cockpit_device_id = devices.COCKPITMECHANICS, value_down = 1, name = _('Air Source R ENG'), category = _('Cockpit Mechanics')}, {down = device_commands.AirSourceBoth, cockpit_device_id = devices.COCKPITMECHANICS, value_down = 1, name = _('Air Source BOTH ENG'), category = _('Cockpit Mechanics')}, {down = device_commands.AirSourceOff, cockpit_device_id = devices.COCKPITMECHANICS, value_down = 1, name = _('Air Source OFF'), category = _('Cockpit Mechanics')}, {down = device_commands.RamAir, cockpit_device_id = devices.COCKPITMECHANICS, value_down = 1, name = _('Ram Air INCR'), category = _('Cockpit Mechanics')}, {down = device_commands.RamAir, cockpit_device_id = devices.COCKPITMECHANICS, value_down = 0, name = _('Ram Air DECR'), category = _('Cockpit Mechanics')}, {down = device_commands.RamAir, up=device_commands.RamAir, cockpit_device_id = devices.COCKPITMECHANICS, value_down = 1, value_up = 0, name = _('Ram Air INCR else DECR'), category = _('Cockpit Mechanics')}, {down = device_commands.HYD_EMERG_FLT_Switch, cockpit_device_id = devices.HYDRAULICS, value_down = -1, name = _('Hydraulic Emergency Flight Control Switch AUTO(LOW)'), category = { _('Right Sidewall')}}, {down = device_commands.HYD_EMERG_FLT_Switch, cockpit_device_id = devices.HYDRAULICS, value_down = 0, name = _('Hydraulic Emergency Flight Control Switch LOW'), category = { _('Right Sidewall')}}, {down = device_commands.HYD_EMERG_FLT_Switch, cockpit_device_id = devices.HYDRAULICS, value_down = 1, name = _('Hydraulic Emergency Flight Control Switch HIGH'), category = { _('Right Sidewall')}}, {down = device_commands.HYD_EMERG_FLT_Switch, up = device_commands.HYD_EMERG_FLT_Switch, value_down = 1, value_up = 0, cockpit_device_id = devices.HYDRAULICS, name = _('Hydraulic Emergency Flight Control Switch HIGH else LOW'), category = _('Right Sidewall')}, {down = device_commands.HYD_EMERG_FLT_Switch, up = device_commands.HYD_EMERG_FLT_Switch, value_down = -1, value_up = 0, cockpit_device_id = devices.HYDRAULICS, name = _('Hydraulic Emergency Flight Control Switch AUTO(LOW) else LOW'), category = _('Right Sidewall')}, {down = device_commands.HYD_EMERG_FLT_SwitchCover, cockpit_device_id = devices.HYDRAULICS, value_down = 0, name = _('Hydraulic Emergency Flight Control Switch Cover CLOSE'), category = { _('Right Sidewall')}}, {down = device_commands.HYD_EMERG_FLT_SwitchCover, cockpit_device_id = devices.HYDRAULICS, value_down = 1, name = _('Hydraulic Emergency Flight Control Switch Cover OPEN'), category = { _('Right Sidewall')}}, {down = device_commands.HYD_EMERG_FLT_SwitchCover, up = device_commands.HYD_EMERG_FLT_SwitchCover, value_down = 1, value_up = 0, cockpit_device_id = devices.HYDRAULICS, name = _('Hydraulic Emergency Flight Control Switch Cover OPEN else CLOSE'), category = _('Right Sidewall')}, {down = device_commands.HYD_HandPump, cockpit_device_id = devices.HYDRAULICS, value_down = 1, name = _('Hydraulic Hand Pump UP'), category = _('Cockpit Mechanics')}, {down = device_commands.HYD_HandPump, cockpit_device_id = devices.HYDRAULICS, value_down = 0, name = _('Hydraulic Hand Pump DOWN'), category = _('Cockpit Mechanics')}, {down = device_commands.HYD_HandPump, up = device_commands.HYD_HandPump, cockpit_device_id = devices.HYDRAULICS, value_down = 0, value_up = 1, name = _('Hydraulic Hand Pump UP/DOWN (toggle)'), category = _('Cockpit Mechanics')}, {down = device_commands.THROTTLE_Left_Throttle_CutOff, cockpit_device_id = devices.ENGINE, value_down = 1, name = _('Left Engine CUTOFF'), category = _('Throttle')}, {down = device_commands.THROTTLE_Left_Throttle_CutOff, cockpit_device_id = devices.ENGINE, value_down = 0, name = _('Left Engine IDLE'), category = _('Throttle')}, {down = device_commands.THROTTLE_Left_Throttle_CutOff, up = device_commands.THROTTLE_Left_Throttle_CutOff, cockpit_device_id = devices.ENGINE, value_up = 0, value_down = 1, name = _('Left Engine CUTOFF else IDLE'), category = _('Throttle')}, {down = device_commands.THROTTLE_Right_Throttle_CutOff, cockpit_device_id = devices.ENGINE, value_down = 1, name = _('Right Engine CUTOFF'), category = _('Throttle')}, {down = device_commands.THROTTLE_Right_Throttle_CutOff, cockpit_device_id = devices.ENGINE, value_down = 0, name = _('Right Engine IDLE'), category = _('Throttle')}, {down = device_commands.THROTTLE_Right_Throttle_CutOff, up = device_commands.THROTTLE_Right_Throttle_CutOff, cockpit_device_id = devices.ENGINE, value_up = 0, value_down = 1, name = _('Right Engine CUTOFF else IDLE'), category = _('Throttle')}, {down = device_commands.ENGINE_Left_Mode, cockpit_device_id = devices.ENGINE, value_down = 0, name = _('Left Engine Mode PRI'), category = _('Engine Control Panel')}, {down = device_commands.ENGINE_Left_Mode, cockpit_device_id = devices.ENGINE, value_down = 1, name = _('Left Engine Mode SEC'), category = _('Engine Control Panel')}, {down = device_commands.ENGINE_Left_Mode, up = device_commands.ENGINE_Left_Mode, cockpit_device_id = devices.ENGINE, value_down = 1, value_up = 0, name = _('Left Engine Mode SEC else PRI'), category = _('Engine Control Panel')}, {down = device_commands.ENGINE_Right_Mode, cockpit_device_id = devices.ENGINE, value_down = 0, name = _('Right Engine Mode PRI'), category = _('Engine Control Panel')}, {down = device_commands.ENGINE_Right_Mode, cockpit_device_id = devices.ENGINE, value_down = 1, name = _('Right Engine Mode SEC'), category = _('Engine Control Panel')}, {down = device_commands.ENGINE_Right_Mode, up = device_commands.ENGINE_Right_Mode, cockpit_device_id = devices.ENGINE, value_down = 1, value_up = 0, name = _('Right Engine Mode SEC else PRI'), category = _('Engine Control Panel')}, {down = device_commands.ENGINE_Crank, cockpit_device_id = devices.ENGINE, value_down = 0, name = _('Crank Engine OFF'), category = _('Engine Control Panel')}, {down = device_commands.FLAPS_Lever, up=device_commands.FLAPS_Lever, cockpit_device_id = devices.FLAPS, value_down = 1, value_up = 0, name = _('Flaps UP else DOWN'), category = _('Flight Control')}, {down = device_commands.FLAPS_Lever, up = device_commands.FLAPS_Lever, cockpit_device_id = devices.FLAPS, value_down = 2, value_up = -1, name = _('Emergency Flaps UP else DOWN'), category = _('Flight Control')}, {down = device_commands.BIT_SelectorPush, cockpit_device_id = devices.BITPANEL, value_down = 0, name = _('Master Test Selector PUSH IN'), category = _('Master Test')}, {down = device_commands.BIT_SelectorPush, cockpit_device_id = devices.BITPANEL, value_down = 1, name = _('Master Test Selector PULL OUT'), category = _('Master Test')}, {down = device_commands.BIT_SelectorPush, up = device_commands.BIT_SelectorPush, cockpit_device_id = devices.BITPANEL, value_down = 1, value_up = 0, name = _('Master Test Selector PULL OUT else PUSH IN'), category = _('Master Test')}, {down = device_commands.FUELSYSTEM_Shutoff_L, cockpit_device_id = devices.FUELSYSTEM, value_down = 1, name = _('Fuel Shutoff - Left PULL OUT'), category = _('Fire System')}, {down = device_commands.FUELSYSTEM_Shutoff_L, cockpit_device_id = devices.FUELSYSTEM, value_down = 0, name = _('Fuel Shutoff - Left PUSH IN'), category = _('Fire System')}, {down = device_commands.FUELSYSTEM_Shutoff_L, up = device_commands.FUELSYSTEM_Shutoff_L, cockpit_device_id = devices.FUELSYSTEM, value_down = 1, value_up = 0, name = _('Fuel Shutoff - Left PULL OUT/PUSH IN (toggle)'), category = _('Fire System')}, {down = device_commands.FUELSYSTEM_Shutoff_R, cockpit_device_id = devices.FUELSYSTEM, value_down = 1, name = _('Fuel Shutoff - Right PULL OUT'), category = _('Fire System')}, {down = device_commands.FUELSYSTEM_Shutoff_R, cockpit_device_id = devices.FUELSYSTEM, value_down = 0, name = _('Fuel Shutoff - Right PUSH IN'), category = _('Fire System')}, {down = device_commands.FUELSYSTEM_Shutoff_R, up = device_commands.FUELSYSTEM_Shutoff_R, cockpit_device_id = devices.FUELSYSTEM, value_down = 1, value_up = 0, name = _('Fuel Shutoff - Right PULL OUT/PUSH IN (toggle)'), category = _('Fire System')}, {down = device_commands.FIRESYSTEM_Bottle_Fire_L, cockpit_device_id = devices.FIRE, value_down = 1, name = _('Fire Ext Bottle - Left'), category = _('Fire System')}, {down = device_commands.FIRESYSTEM_Bottle_Fire_R, cockpit_device_id = devices.FIRE, value_down = 1, name = _('Fire Ext Bottle - Right'), category = _('Fire System')}, {pressed = device_commands.RADARALT_Knob, cockpit_device_id = devices.RADARALTIMETER, value_pressed = 0.025, name = _('Radar Altimeter Limit Index - SLOW UP'), category = _('Altimeter')}, {pressed = device_commands.RADARALT_Knob, cockpit_device_id = devices.RADARALTIMETER, value_pressed = -0.025, name = _('Radar Altimeter Limit Index - SLOW DOWN'), category = _('Altimeter')}, {pressed = device_commands.RADARALT_Knob, cockpit_device_id = devices.RADARALTIMETER, value_pressed = 0.25, name = _('Radar Altimeter Limit Index - FAST UP'), category = _('Altimeter')}, {pressed = device_commands.RADARALT_Knob, cockpit_device_id = devices.RADARALTIMETER, value_pressed = -0.25, name = _('Radar Altimeter Limit Index - FAST DOWN'), category = _('Altimeter')}, {down = device_commands.RADARALT_Test, up = device_commands.RADARALT_Test, cockpit_device_id = devices.RADARALTIMETER, value_down = 1, value_up = 0, name = _('Radar Altimeter Control TEST'), category = _('Altimeter')}, {pressed = device_commands.ALTIMETER_Knob, cockpit_device_id = devices.BAROALTIMETER, value_pressed = 0.05, name = _('Barometric Altimeter Pressure Setting - SLOW UP'), category = _('Altimeter')}, {pressed = device_commands.ALTIMETER_Knob, cockpit_device_id = devices.BAROALTIMETER, value_pressed = -0.05, name = _('Barometric Altimeter Pressure Setting - SLOW DOWN'), category = _('Altimeter')}, {pressed = device_commands.ALTIMETER_Knob, cockpit_device_id = devices.BAROALTIMETER, value_pressed = 0.5, name = _('Barometric Altimeter Pressure Setting - FAST UP'), category = _('Altimeter')}, {pressed = device_commands.ALTIMETER_Knob, cockpit_device_id = devices.BAROALTIMETER, value_pressed = -0.5, name = _('Barometric Altimeter Pressure Setting - FAST DOWN'), category = _('Altimeter')}, {down = device_commands.ALTIMETER_Mode, up = device_commands.ALTIMETER_Mode, cockpit_device_id = devices.BAROALTIMETER, value_down = 1, value_up = 0, name = _('Barometric Altimeter Mode Switch RESET'), category = _('Altimeter')}, {down = device_commands.ALTIMETER_Mode, up = device_commands.ALTIMETER_Mode, cockpit_device_id = devices.BAROALTIMETER, value_down = -1, value_up = 0, name = _('Barometric Altimeter Mode Switch STDBY'), category = _('Altimeter')},
  21. Crash after mission completion and shutdown on Nellis AFB in mission 2, when quitting. Log file attached. dcs.log-20190920-214445.zip
  22. It may be that you need to try a cleanup+repair: https://forums.eagle.ru/showthread.php?t=245126
  23. Check that you don’t have the A-4E-C community mod installed, I recall having similar issues until uninstalling it.
  24. Thanks for the bump :thumbup: Now, if only one could get HB's attention to the topic it would be :thumbup::thumbup:
×
×
  • Create New...