Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

LUA dynamic friction mod 737NGX

Featured Replies

Where is this file?  I did a quick google search and didn't find it.  Thx.

  • Replies 81
  • Views 19.1k
  • Created
  • Last Reply

When you install fsuipc, go to the folder where the serup exe file is. Theres a zip file with a bunch of sample lua files.

FAA: ATP-ME, 737 CA, enough time in the 757/767 to be dangerous 🤠

Matt Kubanda, 7950X3D, 64GB RAM, RTX 5090@4k, MSFS 2024

 

 

 

No one knows what to delete in this lua file?

FAA: ATP-ME, 737 CA, enough time in the 757/767 to be dangerous 🤠

Matt Kubanda, 7950X3D, 64GB RAM, RTX 5090@4k, MSFS 2024

 

 

 

I think you just add this line

 

[Auto]

1= Lua DynamicFriction

 

Correct me if I wrong anyone

 

Cheers

Mike

I think you just add this line

[Auto]

1= Lua DynamicFriction

Correct me if I wrong anyone

Cheers

Mike

That's it..

5950x3d 5.4-5.7 GHz - Asus ROG 870 Crosshair Apex - GSkill Neo 2x 24 Gb 6000 mhz / cas 26 -  MSI RTX 5090 Gaming Trio OC - 1x SSD M2 6000 2TB - 1x SSD M2 2800/1800 1Tb -  Corsair 5400  case - Corsair 360 liquid cooling set  - 3x 75’ TCL tv.

13600  6 cores @ 5.1 GHz / 8 cores @ 4.0 GHz (hypterthreading on) - Asus ROG Strix Gaming D - GSkill Trident 4x Gb 3200 MHz cas 15 - Asus TUF RTX 4080 16 Gb  - 1x SSD M2 2800/1800 2TB - 2x  Sata 600 SSD 500 Mb - Corsair D4000 Airflow case - NXT Krajen Z63 AIO liquide cooling - 

FOV : 200 degrees

My flightsim vids :  https://www.youtube.com/user/fswidesim/videos?shelf_id=0&sort=dd&view=0

 

That line shoukd automatically be placed in the INI file when you start up the sim for the first time after placing the lua file in the modules folder.

 

Somone mentioned deleting a certain piece of code in the actual lua file to get better results. Does anyone know what to delete in terms of the WHEEL ROLLING entries?

Thanks

Lol but where do I add it ??

Cheers

just drop the dynamic friction lua file in the sims module folder. Start up the sim, go into fsuipc just to make it official and then shut down the sim. Go to your fsuipc.ini file. The new entry will have been made for you. Usually its at the bottom of the file.

FAA: ATP-ME, 737 CA, enough time in the 757/767 to be dangerous 🤠

Matt Kubanda, 7950X3D, 64GB RAM, RTX 5090@4k, MSFS 2024

 

 

 

That line shoukd automatically be placed in the INI file when you start up the sim for the first time after placing the lua file in the modules folder.

Somone mentioned deleting a certain piece of code in the actual lua file to get better results. Does anyone know what to delete in terms of the WHEEL ROLLING entries?just drop the dynamic friction lua file in the sims module folder. Start up the sim, go into fsuipc just to make it official and then shut down the sim. Go to your fsuipc.ini file. The new entry will have been made for you. Usually its at the bottom of the file.

 

Thanks for the reply

 

I just added

 

[Auto]

1= Lua DynamicFriction

 

Into fsuipc config settings which I had to open with notepad is that correct?

 

Cheers

  • 1 month later...

Well, I have just put the .LUA file from the .ZIP file inside the MODULES directory and indeed it has been added to the .CFG automatically. And I do have the registered version o FSUIPC. The thing is that I haven't noticed the more "slippery" pavement as I have in FSX. The airplane still needs quite and amount of thrust to breakaway and keep, say, 20 knots. I FSX i didn't need to add thrust and soon it would achieve the 30 knots mark if not touching the brakes.

So I ask you, what might have happend?

Thanks!

Best regards,

Wanthuyr Filho

Instagram: AeroTacto

If you see DynamicFriction listed in these two places in your FSUIPC4.ini, you should be good to go.......

 

[LuaFiles]
1=ipcReady
2=DynamicFriction
 
[Auto]
1= Lua DynamicFriction

Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz (8 cores) Hyper on, Evga RTX 3060 12 Gig, 32 GB ram, Windows 11, P3D v6, and MSFS 2020 and a couple of SSD's

 

If you see DynamicFriction listed in these two places in your FSUIPC4.ini, you should be good to go.......

 

[LuaFiles]
1=ipcReady
2=DynamicFriction
 
[Auto]
1= Lua DynamicFriction

 

 

Hmmmm, I only remember of the AUTO one, gonna check the other. Thanks!

Best regards,

Wanthuyr Filho

Instagram: AeroTacto

  • Commercial Member

 

If you see DynamicFriction listed in these two places in your FSUIPC4.ini, you should be good to go.......

 

[LuaFiles]
1=ipcReady
2=DynamicFriction
 
[Auto]
1= Lua DynamicFriction

 

 

The [LuaFiles] entries are generated automatically and list all of the Lua files (well, up to 127 of them, max) found in the Modules folder. It isn't used for the Lua command in the [Auto] section, it is only gives FSUIPC the cross-reference number for encoded assignments to the Luas in Buttons , Keys or Axes.

 

You should never edit the [LuaFiles] section, it except possibly for deleting redundant lines if you've removed a Lua and all assignments to it.

 

Pete

Win10: 22H2 19045.2728
CPU: 9900KS at 5.5GHz
Memory: 32Gb at 3800 MHz.
GPU:  RTX 24Gb Titan
2 x 2160p projectors at 25Hz onto 200 FOV curved screen

The [LuaFiles] entries are generated automatically and list all of the Lua files (well, up to 127 of them, max) found in the Modules folder. It isn't used for the Lua command in the [Auto] section, it is only gives FSUIPC the cross-reference number for encoded assignments to the Luas in Buttons , Keys or Axes.

 

You should never edit the [LuaFiles] section, it except possibly for deleting redundant lines if you've removed a Lua and all assignments to it.

 

Pete

 

Thanks Pete!

In my case, brand new P3D installation, I copied the regarding DynamicFriction file to the MODULES directory and let P3D run. As I've checked later, as per Jim's hint above, the [AUTO] section was missing. I added it manually and next time I ran P3D it was working perfectly.

Best regards,

Wanthuyr Filho

Instagram: AeroTacto

This thread, or an edited version of it should be posted in the Tips & Tricks section?

 

Out if interest, I had to manually make some edits to the .ini file:

 

After extracting the DynamicFriction Lua to the Modules folder and running P3Dv3, opening FSUIPC and closing it and the sim, all I had was 1 new entry in the FSUIPC.ini file:

 

[LuaFiles]

1=DynamicFriction

 

I edited this to be

 

[LuaFiles]

1=ipcReady

2=DynamicFriction

 

[Auto]

1=Lua DynamicFriction

 

I presume this is correct? If not, please advise? Someone (post #40 in this thread I think) mentioned that this should appear in a .cfg file also? It does not appear in my Prepared.cfg file? By the way, my copy of FSUIPC is licensed/registered.

GregH

Intel Core i7 14700K / Palit RTX4070Ti Super OC / Corsair 32GB DDR5 6000 MHz / MSI Z790 M/board / Corsair NVMe 9500 read, 8500 write / Corsair PSU1200W / CH Products Yoke, Pedals & Quad; Airbus Side Stick, Airbus Quadrant / TrackIR, 32” 4K 144hz 1ms Monitor

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.