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.

FSX default.xml Autogen fix

Featured Replies

KEYWORDS: FSX | default.xml | autogen fix | FPSHi all.A trick to increase FPS in FSX is to delete or rename the default.xml file found in the Autogen folder. It works.What it does is it removes all the added value random autogen from the sim ( burger joints, shopping malls, light poles... ). Unfortunately, it also eliminates many trees and shrubs in the process, leaving a slightly barren look to the sim.The default.xml can be altered to remove all the added value objects, and still allow randon trees and shrubs.The objects are arranged in classes, and while the GUID must be maintained for the classes themselves, the GUIDs for the objects can be dummied: <CLASS> <NAME>z_Rural Vertical Storage 20x20</NAME> <GUID>105a1663e16846e4b3b83ff61fa1dc3a</GUID> <WIDTH>20</WIDTH> <DEPTH>20</DEPTH> <LIBRARYOBJECT> <NAME>AG_USSilo01</NAME> <GUID>00000000000000000000000000000000</GUID> </LIBRARYOBJECT> <LIBRARYOBJECT> <NAME>AG_USSilo05</NAME> <GUID>00000000000000000000000000000000</GUID> </LIBRARYOBJECT> <LIBRARYOBJECT> <NAME>AG_USSilo03</NAME> <GUID>00000000000000000000000000000000</GUID> </LIBRARYOBJECT> <LIBRARYOBJECT> <NAME>AG_USSilo02</NAME> <GUID>00000000000000000000000000000000</GUID> </LIBRARYOBJECT> </CLASS>Done for all classes, this results in all random objects removed, but does not loose the trees. They, in turn, can be limited by the FSX.cfg entry:TERRAIN_MAX_AUTOGEN_TREES_PER_CELL=1000...entered into the {TERRAIN} section. The number can be lower for CPU-limited computers ( such as TERRAIN_MAX_AUTOGEN_TREES_PER_CELL=200 ).Dick

  • Author

Well, I was right the first time...Try this in the {TERRAIN} section:TERRAIN_MAX_AUTOGEN_TREES_PER_CELL=1000 //4500 defaultTERRAIN_MAX_AUTOGEN_BUILDINGS_PER_CELL=3000 //3000 defaultIf you go low, like 20 for the value, it really works!Dick

Guest
This topic is now 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.