December 4, 20169 yr For goodness sake, don't quote th entire message! Press quote then delete most of it then respond Right...was in a hurry, before I had to shut down...but you are right!
December 4, 20169 yr You want this: Copy and paste as you see it. Put it into a text file window that you named; ModifyHaze.lua You will love the output...and no Lua Engine red (has crashed, stopped working) notifications at the top right of your display. ------------------------------------------------------------------------------------------------------------------- set("sim/private/controls/atmo/atmo_scale_raleigh", 30.0) set("sim/private/controls/atmo/inscatter_gain_mie", -0.5) set("sim/private/controls/atmo/inscatter_gain_raleigh", 8) set("sim/private/controls/atmo/scatter_raleigh_b", 75.0) set("sim/private/controls/atmo/scatter_raleigh_g", 9.4) set("sim/private/controls/atmo/scatter_raleigh_r", 5.6) set("sim/private/controls/hdr/gain_min", 2.0) set("sim/private/controls/hdr/sky_gain", 8.0) set("sim/private/controls/hdr/white_point", 2.2) set("sim/private/controls/fog/std_deviation_cutoff", 0.5) set("sim/private/controls/dome/kill_glares", 1.0) set("sim/private/controls/clouds/spec_gain", 20.0) Just to be clear, This file needs to be saved as a "Type:LUA File" and not a "Type: Text Document" correct? Nick Sciortino
December 4, 20169 yr That NYC prices are tempting. Not my usual turf but still. Would like to hear from someone who has it running with 11. It runs beautifully and looks nicer than I expected. The only issue is that if you fly very low you will notice the NYC buildings placed slightly off center, and floating a bit. I was going to ask about it on the developer forum, but its one of those that makes you jump hoops to sign up and I got annoyed first.... :blush: Even as persnickety as I can be, at these prices and considering what you get, some very slight building misalignment is probably not worth raising a fuss. I'm sure the developer will hear back from the more feisty purchasers if the issue becomes a problem. Or some modder will come up with a file. And I can use it in XPX, too! We are all connected..... To each other, biologically...... To the Earth, chemically...... To the rest of the Universe atomically. Devons rig Intel Core i5 13600K @ 5.1GHz / G.SKILL Trident Z5 RGB Series Ram 64GB / GIGABYTE GeForce RTX 4070 Ti GAMING OC 12G Graphics Card / Sound Blaster Z / Meta Quest 2 VR Headset / Klipsch® Promedia 2.1 Computer Speakers / ASUS ROG SWIFT PG279Q ‑ 27" IPS LED Monitor ‑ QHD / 1x Samsung SSD 850 EVO 500GB / 2x Samsung SSD 860 EVO 1TB / 1x Samsung - 970 EVO Plus 2TB NVMe / 1x Samsung 980 NVMe 1TB / 2 other regular hd's with up to 10 terabyte capacity / Windows 11 Pro 64-bit / Gigabyte Z790 Aorus Elite AX Motherboard LGA 1700 DDR5
December 4, 20169 yr Just to be clear, This file needs to be saved as a "Type:LUA File" and not a "Type: Text Document" correct? Correct...open up a right click Text Document. It will start with the extension; .txt You are going to rename the entire file whatever.LUA. That's all you have to do. It will turn into a note graphics icon after that. Just be sure that you change the .txt to a .lua and press save.
December 4, 20169 yr http://forums.x-plane.org/index.php?/files/file/33450-world2xplane-application/ Thx. ASUS Maximus VIII Hero Alpha, Intel Core i7 6700K 4.5GHz, Corsair Vengeance Black LPX 32GB, MSI 5060Ti 16G Ventus 3X, Samsung 850 EVO 500GB SSD
December 4, 20169 yr It runs beautifully and looks nicer than I expected. The only issue is that if you fly very low you will notice the NYC buildings placed slightly off center, and floating a bit. I was going to ask about it on the developer forum, but its one of those that makes you jump hoops to sign up and I got annoyed first.... :blush: Even as persnickety as I can be, at these prices and considering what you get, some very slight building misalignment is probably not worth raising a fuss. I'm sure the developer will hear back from the more feisty purchasers if the issue becomes a problem. Or some modder will come up with a file. And I can use it in XPX, too! This NYC addon looks very impressive. What kind of fps you got flying over it? Also, I'm not a XP11 user yet but where to find/buy this addon? 9950X3D / 64GB / RTX5090 / Pimax Crystal Light / Win11
December 4, 20169 yr This NYC addon looks very impressive. What kind of fps you got flying over it? Also, I'm not a XP11 user yet but where to find/buy this addon? The store links are in my post, and my FPS is in the upper left corner of the picture. :wink: (48) If I max absolutely everything but shadows and reflections in the graphics tab, I get dragged down to about 31FPS, which still seems smooth with no lag though I don't know if that's just X-plane or my Gsync that's making it feel that way. We are all connected..... To each other, biologically...... To the Earth, chemically...... To the rest of the Universe atomically. Devons rig Intel Core i5 13600K @ 5.1GHz / G.SKILL Trident Z5 RGB Series Ram 64GB / GIGABYTE GeForce RTX 4070 Ti GAMING OC 12G Graphics Card / Sound Blaster Z / Meta Quest 2 VR Headset / Klipsch® Promedia 2.1 Computer Speakers / ASUS ROG SWIFT PG279Q ‑ 27" IPS LED Monitor ‑ QHD / 1x Samsung SSD 850 EVO 500GB / 2x Samsung SSD 860 EVO 1TB / 1x Samsung - 970 EVO Plus 2TB NVMe / 1x Samsung 980 NVMe 1TB / 2 other regular hd's with up to 10 terabyte capacity / Windows 11 Pro 64-bit / Gigabyte Z790 Aorus Elite AX Motherboard LGA 1700 DDR5
December 4, 20169 yr It runs beautifully and looks nicer than I expected. I am tempted, although I never fly there Hans
December 4, 20169 yr set("sim/private/controls/atmo/scatter_raleigh_b", 75.0) set("sim/private/controls/atmo/scatter_raleigh_g", 9.4) set("sim/private/controls/atmo/scatter_raleigh_r", 5.6) Guys not exist "scatter" in dataref. Exist "inscatter". set("sim/private/controls/atmo/inscatter_raleigh_b", 75.0) set("sim/private/controls/atmo/inscatter_raleigh_g", 9.4) set("sim/private/controls/atmo/inscatter_raleigh_r", 5.6) [Pc Intel i3-4160 3,6 GHz, 8 GB di RAM, GeForce RTX-3060 12 GB, Win10 Home 64 bit]
December 5, 20169 yr Guys not exist "scatter" in dataref. Exist "inscatter". set("sim/private/controls/atmo/inscatter_raleigh_b", 75.0) set("sim/private/controls/atmo/inscatter_raleigh_g", 9.4) set("sim/private/controls/atmo/inscatter_raleigh_r", 5.6) Thanks...did the edit, and all is good!
December 5, 20169 yr Africa has good data, wish there were region based trees. Dar Es Salaam seems quite filled up Ryzen 5 1600x - 16GB DDR4 - RTX 3050 8GB - MSI Gaming Plus
December 5, 20169 yr don't know if that's just X-plane or my Gsync that's making it feel that way. Gsync ? Flying gliders since 1980 Flightsimming since 1992 AMD Ryzen 5600x, 32GB RAM, GPU Nvidia RTX 3060 Ti 8 GB, 1 TB and 500 GB nvme2 SSD drives, HP 27" 60Hz LED monitor @ 1920x1080, T16000, Hotas from old X52 Pro, Saitek Combat Rudder Pro (2010 model)
December 5, 20169 yr Gsync ? It's an nvidia tech available on some screens that dynamically syncs screen refresh rate with output frames. When it works.... i910900k, RTX 3090, 32GB DDR4 RAM, AW3423DW, Ruddy girt big mug of Yorkshire Tea
December 5, 20169 yr Guys not exist "scatter" in dataref. Exist "inscatter". Sorry, but that's not correct. It's inscatter twice and scatter for the remaining three. Hans
December 5, 20169 yr It's an nvidia tech available on some screens that dynamically syncs screen refresh rate with output frames. When it works.... Ah! Ok, thanks Stephen Flying gliders since 1980 Flightsimming since 1992 AMD Ryzen 5600x, 32GB RAM, GPU Nvidia RTX 3060 Ti 8 GB, 1 TB and 500 GB nvme2 SSD drives, HP 27" 60Hz LED monitor @ 1920x1080, T16000, Hotas from old X52 Pro, Saitek Combat Rudder Pro (2010 model)
Archived
This topic is now archived and is closed to further replies.