Daikan 0 Posted June 7, 2020 Share Posted June 7, 2020 Would it be possible to include tweaking options for the art controls sim/private/controls/shadow/csm/far_limit_exterior sim/private/controls/shadow/csm/far_limit_interior ? IMO they would be very useful to control the shadow distance and they both work with the latest 11.50 beta if I set them with dataref editor. In my case I set both to 2000 and that gives me great results with ortho meshes and XE4 even on my mediocre system. Quote Link to post Share on other sites
FlyAgi 31 Posted June 7, 2020 Author Share Posted June 7, 2020 I'm currently not planning to bring back shadows manipulation as most of the DataRefs are useless in 11.50 anyway and I don't want to add a new menu with just one option to manipulate scenery shadow distance. If you want to set them automatically at startup just use the following lines in a new and empty script (a text file renamed to .lua): set("sim/private/controls/shadow/csm/far_limit_exterior", 2000) set("sim/private/controls/shadow/csm/far_limit_interior", 2000) Quote Link to post Share on other sites
titofraginal 0 Posted June 13, 2020 Share Posted June 13, 2020 I'm a bit confused about the Advanced Clouds option. If I want to use the Cloud Art Fast by SpeedM I downloaded and placed in my FlyWithLua scripts folder, do I just turn on Advanced Clouds and choose the Cloud Art Preset? Quote Link to post Share on other sites
FlyAgi 31 Posted June 13, 2020 Author Share Posted June 13, 2020 No, the presets are designed to work stand alone without anything else but you can also try to use them in combination. If you want the full cloud art as designed by the author you have to put the lines of the script into the FlyAgi_Tweak_Utility_Static_Override.lua in between the marked blocks so it will override FTU settings at launch. Then in FTU set the advanced clouds to 'Default', disable Auto Clouds Lighting and Cloud Level Fix and reload everything by reloading all lua scripts. Now you should have overriden FTU Clouds completely with the cloud art parameters. The static override script is needed to make sure other authors stuff is loaded with higher priority because FTU loads up slower than most simpler script and because of that it will load it's values later and override other scripts. If you put the lines into the static override script this will be loaded last and thus have highest priority. Quote Link to post Share on other sites
Stuarth 0 Posted July 15, 2020 Share Posted July 15, 2020 If one turns off the Advanced water, will a separate lua script which determines those dtf parameters based on wind/wave strength work if included in the LUA script folder? Alternatively, if such a script exists additionally in the LUA Script folder and Advanced Water is set to on, does FlyAGI Tweak adjust the wave parameters automatically as conditions change, as it appears to read what has been set by the script, or does it only read the status when saved in FlyAGI Tweak? Quote Link to post Share on other sites
FlyAgi 31 Posted July 15, 2020 Author Share Posted July 15, 2020 (edited) There is no need for such a script which changes water parameters with wind changes, this is all done by X-Plane automatically with standard real weather, FSGRW or ASXP. If you want parameters from a certain static water script I recommend to dial in these values into the FTU water menu which should then give you the same results. You can then save the values to a file with the load/save button, configure another water script, save this one to another file and after that you can simply load any off these files on the fly in the water menu. If your water script is a dynamic script and not breaking FTU by crashing lua because of incompatibility it will override the static FTU water parameters but you should then turn of the automatic wave scaling feature so they don't interfere. Edited July 15, 2020 by FlyAgi Quote Link to post Share on other sites
Stuarth 0 Posted July 15, 2020 Share Posted July 15, 2020 Many thanks for the reply. However, you mention if using a dynamic water script I should turn off the automatic wave scaling feature. Do you mean what is called "Advanced Water" ? Do I need to put the lines of the dynamic water script into the FlyAgi_Tweak_Utility_Static_Overide.lua to give it priority, as you had described re the Cloud Art post above? Quote Link to post Share on other sites
kai452 0 Posted August 27, 2020 Share Posted August 27, 2020 Hi, don't know, if I have to open a new topic on my issue. My system: Linux mint 20, newest XP11, running OpenGL, plugins: sam, xsquawkbox. All boxes are shown, but empty, except 2 or 3 at the very bottom row. There contents are flashing, one box at a time, then a neighbour box shows content and backwards. (can't insert a picture from dropbox into my reply - sorry, don't know why) Thanks for any help. Quote Link to post Share on other sites
FlyAgi 31 Posted August 27, 2020 Author Share Posted August 27, 2020 As far as I know this is an issue related to some aircraft plugins not working right in 11.50. Maybe updating either those aircrafts or flywithlua might help. Quote Link to post Share on other sites
kai452 0 Posted August 29, 2020 Share Posted August 29, 2020 Hello, many thanks to You, FlyAgi, for answering my question. Indeed, on one Linux-PC it is now working, after updates of XP to the newest beta-release and also of FlyWithLua. The other PC needs some testing, but I'm good hope, I will report. By the way: I guess that's not advisable to run FlyAgi together with 3jFPS ? Best regards, Kai Quote Link to post Share on other sites
FlyAgi 31 Posted August 29, 2020 Author Share Posted August 29, 2020 I'm not sure if they run together but it makes no sense to run FTU with 3jfps together as they are doing about the same things, if you run FTU and enable autolod you don't need 3jfps. Quote Link to post Share on other sites
Richdem 0 Posted December 15, 2020 Share Posted December 15, 2020 Hi There, Is it recommended to Auto DSF on and if so what are the optimum settings? I have an i5 9600K @ 5Ghz, GTX 1080TI and 32 GB DDR4 3000 Kind regards Richard Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.