Everything posted by meandme
-
New Install of MSFS and VRInsight A320 FCU no longer works w
You got FSUIPC running properly?
-
FENIX A320 Showing up as *MS Default in LINDA Sync to Sim
Just FYI, I'm maintaining a repository with the A320 module at https://github.com/winternet-studio/linda-fenix-a320 - this particular issue I have also documented there.
-
Only one single map service today for Tileproxy?
FYI I'm trying to keep this page updated with the latest status: http://aviation.allanville.com/tileproxy/
-
The State of Tileproxy Development
DivineSense, I'm with you all the way! I can only hope that your thoughts and your name match up Regarding the 3D maps I would think it's just a matter of time until someone picks it up for flight simulation - but who knows when... For TileProxy services I'm keeping an up-to-date list at http://aviation.allanville.com/tileproxy/ - I hope people will let me know if they find new services or tweaks. But I'm wondering about Google Maps and why it can't work. I would assume TileProxy downloads tiles just like a browser - and in that case, how can Google know that TileProxy is downloading the tiles rather than the browser - unless the user agent string says that it is TileProxy?? But in the services a user agent string from a normal browser is used, so I wouldn't think that would be the case???! Anybody can explain that?
-
Bug in remember EFIS mode (v 1.11)
Ok, so this is intended and I can understand why in some cases (with some aircraft) you want that. But then at least the label in the display should be corrected accordingly.And also I would really like to have an option (preferrably per aircraft) where I could select whether or not it should automatically switch back. Wouldn't that be possible, Mr Crum?
-
Bug in remember EFIS mode (v 1.11)
In the new version 1.11 there seems to be a problem with selecting, or in particular, remembering the EFIS mode. The last 3 buttons on the USER panel I have assigned to EFIS mode 1, 2, 3 respectively. When I choose mode 2 or 3 it correctly switches mode and shows M211 or M311 in the display and for some seconds the buttons and knobs also use that mode. But when I don't touch the panel for a while it automatically switches back to mode 1 when I hit buttons or knobs again - even though it still says M211 on the display! So there is something wrong there...I haven't tested this with the MCP or USER panels.
-
Wilco Airbus
I'm working on one and is mostly done but there are a few knobs (and most of the MCDU keys) that are troubling me...
-
Mouse click?
Would it be possible to add an option for executing a simple mouse click on a x,y coordinate and deciding whether it should be a left-, right- or middle button click? I have a few functions which I unfortunately cannot command any other way than clicking with a mouse, so therefore I would really appreciate that feature...
- Vote for LINDA!
-
Bug: mouse macro not listed
Ahh, I didn't compare it with other macro files. I'm not sure who put the vasfmc.mcro file there (whether it's vasfmc itself or FSUIPC) but I think this is a legal format to leave out the gauge name. The reason it does not have a gauge name is that it's not a gauge vasfmc is a stand-alone program that I run side by side with FSX. The new version has a gauge you can install within FSX but I'm not using that...
-
Bug: mouse macro not listed
When I want to assign the vasfmc mouse macro "NL_L range inc" to a knob it is not listed in the UI in the "FSUIPC Macros" window in the "Available macros" section. When I look in the file vasfmc.MCRO it is there, but it's the very first one, so maybe you accidentally skip that one when parsing the file. When I manually go and edit the config-mcp.lua it works just fine. So it's only a UI issue. This is the beginning of my vasfmc.MCRO file: -----------------------------------------------------------------[Macros]1=ND_L range inc=Cx01006dd0,12=ND_L range dec=Cx01006dd0,-13=ND_L mode next=Cx01006dd0,24=ND_L mode prev=Cx01006dd0,-25=ND_L arrow L next=Cx01006dd0,506=ND_L arrow R next=Cx01006dd0,517=ND_L airports=Cx01006dd0,608=ND_L VORs=Cx01006dd0,619=ND_L ND_LBs=Cx01006dd0,62...-----------------------------------------------------------------
-
Create module for default FSX aircraft?
How can I create a module for an aircraft that LINDA detects as an "Default FSX" aircraft? For example my Carendao Mooney is detected as a default aircraft but I would like to make a separate module for it... and possibly for other default FSX airplanes as well...
-
Monitoring LVars
In the beginning when I first tried LINDA I'm pretty sure I was able to monitor LVars in the console window. But now I cannot in any way get them to show up in the console again - and I can't for the life of me figure out why! I have enabled all checkmarks and tried changing FSUIPC loggin options etc. - but nothing works. Any idea as to what could cause them not to show up??! I finally saw the "log lvars.lua" script that comes with FSUIPC and got it working, but why can't I get it to work in LINDA again?!
-
[old] LINDA v1.13 released!
Could the update where the latest bugs have been fixed made public? Would be nice to not having to do the workarounds anymore...Allan
-
MCP Mode
I don't have enough buttons on my joystick either so I wanted to use my keyboard - but my main keyboard though, but another keyboard through the use of HIDMacros. Ahhh, ipc.set actually sets a global variable - awesome! This just gets better and better!!Allan
-
Next device to support in LINDA?
I can't see what's better about version 2 other than it has a litle bit different layout??
-
Bug: Cannot delete preset
I only had "Start minimized" checked but unchecking it didn't make any difference. That confirmation box works fine.Now I figured out that if I just press Enter right after clicking Delete then I'm an pressing Yes in that hidden dialog box and the preset is deleted and I can continue! And I also found out that the problem only exists when I have LINDA on my second screen on the extended desktop (I'm running two screens in 1600x1200). When I move it to the primary screen I do see the confirmation dialog box and everything works fine! So that should help you finding the bug...
-
Bug: Cannot delete preset
I'm trying to delete a preset I made in the EFIS section but once I click Delete I'm "locked out". No matter where I click in the LINDA the computer just says "ding" and I can't do anything. It feels like there is a confirmation box somewhere but I can't get to it to click "OK" - like it's behind the window or something. Only way to get out is to kill the program.Allan
-
MCP Mode
Hmm, I have been looking a bit around in the lua files that come LINDA and it seems like I have found the code that writes the "-ap-" and "*AP*" strings to the MCP-Combo. Does that mean that by editing this lua script (linda/system/events.lua) that I could actually make such a change my self?! ... Well now I just tried - and it works! I changed this line: Dsp0(" ")to this: Dsp0(ipc.get("EFISmode") .. ipc.get("MCPmode") .. ipc.get("USERmode") .. " ")This scripting thing is AWESOME!! I LOVE IT!! It gives so much flexibilty - THANK YOU THANK YOU THANK YOU for making LINDA!!Another question: Is it possible to for example set a given EFIS mode (1,2 or 3) through a lua script that is run by FSUIPC? I would like one button for each of the modes but I dont have enough buttons for all of them so I would like to do that through FSUIPC. Would that be possible? I guess I somehow need to set the variable EFISmode but I expect I'm in another scope (or another thread) if I run it from FSUIPC and therefore dont have access to that variable...?Allan
-
WIlco Feelthere
I have kind of started on it for the A320 but I'm not sure when I can finish it though... But I'm sure it will be available eventually.Allan
-
Missing documentation?
Ok, sounds good!
-
Missing documentation?
Yeah if you want to do that then that is of course the best option. Well, if you just think of the wiki as the main place to post all information about LINDA then I dont think it would be that difficult. Instead of making PDFs and other websites etc, you just use the wiki for everything... The forum shold then just be used for communicating with people, not for storing information. But anyway, I could certainly help you setup, organize and maintain the wiki in the beginning...
-
Missing documentation?
Well, then you (or somebody) will have to maintain the scripts themselves - applying patches etc. You would avoid all that hassle by using one of these services. And at least wiki-site.com is using the Wikipedia engine - the same engine I would use in a system I set up myself - and which I believe is the best one...To me the adds are bearable compared that you dont have to maintain the system yourself...
-
MCP Mode
Crum,What about using the 4 characters on the display to show the mode of the three panels as the standard - instead of just showing blank line (above "-ap-") and "INFO"? Might as well show some useful information.It could use just 3 characters, eg like this: "211" which means EFIS is in mode 2, MCP in mode 1, and USER in mode 1. Then you don't have to constantly remember which mode you are in!Allan
-
Bug reports
Bug in generating the config-mcp.lua file after I customized my MCP-Combo buttons. I have a line that looks like this:["WX"] = FSX:_FUEL_DUMP_TOGGLE:0 ,It is missing the double-quotes around the value. Once I added those LINDA didn't complain with the message "function arguments expected near ':' " anymore and my MCP-Combo worked again.I also see lines like these:["A -"] = GPS_ZOOM_dec ,["A --"] = GPS_ZOOM_dec ,["PRESS"] = GPS_MSG_button ,["FPV"] = Battery_toggle ,They don't seem to be a problem (probably because they don't contain special characthers but shouldn't they be strings and therefore quoted as well?Allan