Jump to content

Coop

TorqueSim
  • Posts

    1,667
  • Joined

  • Last visited

  • Days Won

    64

Everything posted by Coop

  1. We aren't modifying anything with the SimCoders side of the plane, I imagine this is something on their side. Let me know if you learn anything more on this!
  2. That is due to how Windows automatically resizes windows when you drag the window. To have the window be automatically placed in there, you will need to set the coordinates of that location in the config file of the G5. Full details are available here: https://torquesim.atlassian.net/wiki/spaces/G/pages/197208/G5+acfConfig.cfg+Description (please note, this page has been updated for 1.1 which is coming in the next few days, if you don't see some of the things shown on this page yet in your config file, don't fret) The key values you will want to set are: g5_nbzl_open_at_launch_a = 1 (and _b for the HSI) This will automatically open and pop-out the window at launch. Set this to 1 g5_nbzl_x_a = **** (and _b for the HSI) Set this value to the global screen coordinate of the left side of the G5 monitor, as configured with Windows. g5_nbzl_y_a = **** (and _b for the HSI) Set this value to the global screen coordinate of the bottom side of the G5 monitor, as configured with Windows. With these all set, the window should automatically popup and position itself when the plugin is loaded. It will take a bit of fiddling around to get the right coordinates, but once it is set, it should work great!
  3. Yes, our persistence system will make its way over into the SR22
  4. It has been another week of work on the SR22! This week, we will show previews of the interior and demonstrate the many features of the electrical system that is being simulated, even beyond the individual circuit breakers. Interior Previews Electrical System The electrical system is complex, but important to be accurate. We have simulated many different aspects of the system: Electrical Sources Battery 1 and 2 Alternator 1 and 2 Electrical Distribution Busses Main Distribution Bus 1/2 Essential Distribution Bus Electrical Busses Main Bus 1/2/3 Avionics Bus Essential Bus 1/2 Non-Essential Bus A/C Bus 1/2 With the accurate representation of these many different busses (and associated circuit breakers), we can ensure a proper simulation of the avionics/systems in all the many different potential configurations imposed by mismanagement or failures - providing a robust platform to train upon. Here is a diagram we are using in the system’s development, where the connections between distribution busses and general busses are shown in different colors. Check out the next previews by clicking here!
  5. Since we are finalizing the external texturing of the SR22, it is almost time for us to start making liveries! Here are some livery ideas we have, we look forward to see ones you want made posted below! C-GBIV: D-ECZZ: D-ERBD: G-VBPM: HB-KTL: N115DJ: N206SM: N360CD: N509CM: N554CB: PR-RLD: VH-XVC:
  6. Thanks for letting me know. We are looking into it.
  7. Thanks for this info. It seems to be something with the XP Autopilot being too smart and thinking you are entering an overspeed protection range. We are switching the autopilot backend in the current development, so that should fix it.
  8. After another week of hard work, we are excited to show some new screenshots and provide some more information regarding our development progress of the SR22 G3 GTS. First off, we are excited to announce that the SR22T G3 will come bundled with the SR22! The turbocharged variant of the SR22 will allow the option for faster cruise speeds and higher cruising altitudes. As always, you can see all the current renders here: https://torques.im/sr22 G1000 Perspective System (Work in Progress): Check out the next previews by clicking here!
  9. Of course!
  10. Please apply to our testing team! https://afmsim.com/want-to-join-testing-team/
  11. Re Log.txt, yes just the main log file of X-Plane. Re Rotation, I only use a mouse as well, I don't have their hardware (yet ) Re: RNAV annunciators. The X1000 has it because it is a built in part of the simulator so it can access non-exposed data. Re: hPa. Forgot to mention that one - millibar units are already in internal testing. Will be in the next update. When updates are ready, you will get an email to your address on file. To install, you would re-download the installer and run it.
  12. Hi Peter, thanks for the write up! Re rotation: Please file a bug and include your log.txt file here so we can dig into this. Re refresh rate: The G5s run at 20fps by default in an asynchronous process (avionics IRL run at low refresh rates). This is user-configurable in the config file (see g5_fps_a and g5_fps_b). Details on the config file here. Re: knob spin speed, we can address this with the rotation to sensitive issue as well - it might be with certain systems it reacts differently so we will add something to the config file. Re: Changing values in menu - this is not replicable on my end. Clicking the knob brings up the menu, rotate to select item of choice, then clicking to select datapoint to adjust. From there rotating the knob should change the values. Currently pressing and holding to sync is not implemented, but planned. Re: CDI and VDI on PFD: currently being added. Re: RNAV annunciations: X-Plane does not provide the information regarding GPS status for these annunciations, so this is a limitation of the simulator. Re: Bearing - bug logged Re: OBS mode - currently there doesn't seem to be sufficient datarefs provided by X-Plane to interface with the 530/430 to know that it is in OBS mode. Re: AP bar - under consideration. This does add significant complexity for aircraft with non-standard APs Re: V-Speeds. We are working on implementing via textures. Currently the speed tape is customized for the proper red, yellow, and green ranges. It should be simple to add V-Speeds onto those. Re: OAT, TAS, and Wind Indicator. These are on the to-do list - these are really new features to the G5.
  13. Bug logged, thanks for reporting.
  14. Once we get the flight model worked on we will know more about the cause of the "bobbing" -- it could possibly be resolved with tweaks of the autopilot constants.
  15. Hi Peter, Something definitely seems to be preventing the AFM plugin from installing. To get more details, can you send over the file "log.txt" (located in the X-Plane 11 folder). You can attach it to a support ticket here: https://afms.im/techSupport where we can best assist with getting this installed.
  16. It appears that PFD B is going beyond the edge of Panel.png so some of the G5 fits, while the rest doesn't.
  17. This is being worked on (making a completely new FMOD sound pack)
  18. The installer had an issue preventing a proper install. It is being re-compiled.
  19. The issue with the screen edge being cut off is due to the G5 being rendered at a resolution too high for the panel.png texture of the aircraft. We are open to all feature requests! We have a list we are going through now, but feel free to add your own here: https://afms.im/fReq (then I can link you to the features so I can keep you updated on progress, etc.)
  20. Altimeter to mbar is being worked on - it will be implemented in the next software update. The cutoff display occurs when the G5 is being drawn at too high a resolution for that aircraft's Panel.png, so it is drawing beyond the size of the "canvas". At https://afms.im/g5wiki under G5 acfConfig.cfg description, you can see how the config file is written. You can change the width and height of the G5 window setting g5_w_a/b for width and g5_h_a/b for height, and g5_x_a/b and g5_y_a/b for the coordinate of the bottom left corner of the display (full description at page linked). For the C172, the installer should have installed "Cessna 172SP G5" into your Aircraft/X-Aviation folder with all the configuration already made and ready to fly.
  21. It sure should! The G5 reads the standard HSI based datarefs, so as long as the RXP GTNs set those, it should work.
  22. That is odd. Can you check if a firewall is blocking it? @Cameron will hopefully know more on how to fix this.
  23. V-speed flags are currently not integrated, but it is a feature we are considering! It should also be feasible to integrate as the plugin currently is via the adjustable texture for the tape.
  24. Yes. The integration steps are described here: https://afms.im/G5Wiki Setting the Red/Yellow/Green arc locations can be done with a provided Adobe Illustrator file. If you don't have Illustrator, you can send an email to support@afmsim.com with the range you need on the arcs and we can provide the file.
×
×
  • Create New...