Jump to content
The simFlight Network Forums

DLuis

Members
  • Posts

    28
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Spain

DLuis's Achievements

Rookie

Rookie (2/14)

  • Conversation Starter Rare
  • First Post Rare
  • Collaborator Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

2

Reputation

  1. And what about that. It works like a charm πŸ˜€. Thanks a lot for the answer John, it really helped me in what I needed. I would never guest this possibility without your help. Thanks again πŸ˜€ David
  2. Hi Pete and John, I want to know if there is one way to "exit" FSUIPC7 by command line or something that can be scripted. I start MSFS with some add-ons and to never forget any, I script the start and shutdown process. With FSUIPC7, I can't exit the program. If I click the X or try to close the main window, the program goes to the tray icon, but doesn't exit. I need to manually select File -> Exit. I also try to use the option to exit FSUIPC when MSFS does, it works, but sometimes the MSFS crash (can you believe?) in startup and then I forgot to restart FSUIPC7. Is there any option (I didn't find) that when I click the X or close the main window, to "exit" the program instead of "close" to tray icon? I don't think that using the "task kill" it's a good idea... Thanks, David
  3. Hi John, Sorry for my late feedback, but I confirm, this is fixed in this beta version. I also was struggling to enable at first time, I need to try 2 or 3 times until Wide Server starts, but now, I only start FSUIPC7 and everything is working just fine. Thanks a lot John, this was the only bug that I found so far and now is fixed πŸ™‚
  4. Hi John, Great news. Cant wait to see πŸ˜€ Thanks for the help
  5. Hi John, So I'm not alone with this one 😁 In my case, it's all the time. I open FSUIPC7, Enable WideFS, Close FSUIPC7. In the .ini file I have WideFSenabled=yes. Open again and the option is again, Enable. Maybe I'm 100% unlucky all the time πŸ˜„ I will wait for your feedback and thanks for the attention. Like I said, it's not blocking. I just wanted to know if it's by design or not.
  6. Hi John, The installation is in D:\FSUIPC. I've tried with disabled firewall, defender and same result. In the situation that the aircraft is ready-fly, WidedFS connects correctly. My problem is just every time that I start FSUIPC, I need to enable the server. Can you just confirm, that starting the FSUIPC, with or without MSFS, you don't need to enable everytime? Not sending the logs because this is not blocking, so don't loose time on this one. Just confirm that it should not be necessary to enable WidedFS every time I start the program an this should be automatically, or not.
  7. When I'm saying controlling, I mean requesting ground services. I just saw that Pushback Express can request ground services, like the Jetway, Stairs, Catering, Luggage and Ground Power automatically. Not really, since I already manage to request all this ground services with a lua script. You gave me the idea for keypress to that control in MSFS, and with the ipc.control, everything is now working. When I open the doors of the aircraft, it calls the ground power and catering, after a while luggage and jetway/stairs. Boarding simulated with ipc.sleep, then the jetway/stairs and ground power are disconnected, without the need for ATC and everything automatically. Thanks a lot for the help John.
  8. Hi, I've seen a lot of programs controlling the native ground services of MSFS. Searching the topics where, I didn't find anything about this functionality. Is there any way to control the ground services with FSUIPC, that can be coded in one Lua script? Thanks, David
  9. Hello, I'm trying FSUIPC7 with the trial license and I have the same issue. In the FSUIPC7.ini file, I have the WideFSenabled=yes, but I need to enable it every time I start the program. It looks like is not reading the ini settings. Another problem that I'm facing is the WideFS starting. With MSFS up and running, I start FSUIPC7 for the first time, enable WideFS and see the message (with WideServer) in the title of MSFS, great. But if I close and reopen FSUIPC again, it never connects. Need to Disconnect FSUIPC, enable WideFS and then connect option again. But the most important now is to enable WideFS automatically. I'm testing without autostart. Anyone with this behavior? Thanks, David
  10. Hi John, Thanks a lot for the quick reply. I've search in Active Sky docs and in the WX radar facilities docs and didn't notice this information in the offsets documentation. Now I know where to start :D About the offsets length, yes, they are bytes. Once again, thank you for the help.
  11. Hi, I'm developing a little software with environment sounds, but I'm stock with two of them. I would like to have turbulence and rain sounds. For Turbulence, I would like to play a sound every time the airplane "shakes". For the rain, play a loop sound, but only when the rain hit's the cockpit "below the clouds". I've Active Sky 4, so does anyone know what offsets can I use to achieve this? I've used 0x0E88 and 0x0E98 for turbulence, but doesn't give me the expected result. For the rain, doesn't have a single idea. Is there any API of AS4 to achieve this? Thanks in advance.
  12. Hi Pete Please donΒ΄t sorry. The problem is with me, I need to move forward. I'm not going to give up, after the update I will try again this facility to make the key press a son as the GSX Menu appears and give the feedback to you. Thanks a lot for this amazing piece of software and for all your attention and effort to the community.
  13. Hi Pete, Still using version 4.1 If the script works fine with you, means that probably the problem is in P3D4 version. I really don't have anything with the Debug=Please and TestOptions=X8000ο»Ώ I will try to update P3D and then use the script again. Thanks a lot for your time Pete, really appreciate for your effort.
  14. Pete, Totally right, copy/paste did put some non-ASCII in the code. About the types, this it's just for testing probably just need 2 for menu popup. Now i don't have errors, but also nothing happens when opening GSX menu... I've "Waiting for an event in "...GSX.lua" in the log, but no "Menu Opened" or function called. Using last version of GSX and FSUIPC 5.15.
  15. Pete, Little help please 😞 Trying this facility with only this lua script: function GSXMenu(type, colour, scroll, delay, id, n, msgs) ipc.log("Menu Opened") end event.textmenu(0, "GSXMenu") but I'm having this error starting the script: *** LUA Error: ...GSX.lua:5: unexpected symbol near 'ï'
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.