Jump to content

annerjb

Member
  • Content Count

    25
  • Joined

  • Last visited

  • Medals

Community Reputation

11 Good

About annerjb

  • Rank
    Private First Class

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Would you buy a DLC with UAV content if so what would you want on the DLC? I would love different type of bombs than GBU and ATGM. Maybe cluster bombs on UAV or the little bird uav? Also sling loading UAV?
  2. Last update till next week. Need to finish fuel gauge. And tick marks on all dials are right now hard coded need to make them dynamic since some gauges go from 0 to 200 other ones 0 to 9 etc... Also Have to create the ADI from scratch that's gonna be fun :>
  3. Here is the sqf https://github.com/annerajb/XSHI_A3_MFD/blob/master/MFD/getin.sqf Mostly functions like player getPosATL etc..
  4. After 7 hours of getting the network code working. Here it is values being updated live from the game. http://i.imgur.com/f1xl168.jpg (132 kB)
  5. Sorry for the slow updates last week I only had one hour to work on this. Going to finish the radar altimeter needle and go work on the communication between arma and unity.
  6. Slow Update this gauge are a pain to draw correctly especially the tick marks on the gauge when they are not linear and jump from 0-100 in 25 intervals to 100 to a 1000 in a 100 intervals... Anyways here is what I have so far.
  7. So I got the iPad version running today. There is still much to do on the backend but I already got the 3 screens working (Navigation Display, Primary Flight Display, and EICAS) Additionally I made so you can switch the ND display by clicking B4 Button(Bottom 4). Need to start working on the code to draw the gauges but once that's done I can release a version 1 of the iPad/Windows/Mac and Linux :D.
  8. Here is a update on the Unity Version of this I got Arma and Unity to communicate: Now to play catchup with all the things I had done on the Java Version. Ill try uploading a video of some info like the position or heading updating on my iPad while I play on the desktop.
  9. Hmm it seems that the ARMA side stopped sending messages to XHSI.. The XHSI could be made a lot more robust like accounting for change in seat and such. Ill add it to the bug tracker.
  10. Not dead haven't had a lot of time to work on this. And the tiny amounts I had started working on making it in something that's not java and is more flexible. And that also works on tablets.
  11. Small Update: http://i.imgur.com/B7Egetp.jpg (144 kB) http://i.imgur.com/B7Egetp.jpg (144 kB) I added more missing text from the PFD Screen. Added the ability to stream to another computer by configuring port number and IP. Made the UI resizable And I am working on the gauges Been refactoring code to make it better and more modular nd reading about the navigation display. Expect next screenshot to show the navigation display :D Todo: resize the vertical horizon!! Add track information (ETA, Distance, Name) Finish drawing the dials Future Items: I been thinking on how to use the avionics damage from the game. And decided to make it so if you take damage on avionics or engine that part of the hud will display a failure. depending on how sever the damage is it may randomly turn on miscompare alerts.
  12. So I am working on the next version I am thinking of adding a full size navigation display with a background map. Nothing really fancy thought. Only blockage I have is the Map that will be displayed the only one I found is the one on the collector edition. And it's not vector based. BTW suggestions on next things to add are appreciated because I am basing myself on what I find useful. Which may not be really useful for other people!.
  13. Here is a new video alongside Arma.
  14. Yes that should be possible on the nav screen. Thought the digital map would be a bit complicated is not impossible. Ill look into it.
  15. Hello, Here is the first version it has some bugs mostly that the resolution of the window must not be changed... Additionally if you exit a vehicle it keeps updating the HUD. This addon requires: Java @CBA_A3 Additionally you need to put CBA first in your arma options: After all that is set up go to your @MFD folder and run the XHSI.jar file and open ARMA. Extract the content of this zip into your ARMA folder https://github.com/annerajb/XSHI_A3_MFD/releases/download/0.1/MFD.zip
×