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.

sectortll

Members
  • Joined

  • Last visited

Everything posted by sectortll

  1. Here's the English translation: There are at least a couple more files that mention PMDG: mainsrc\EnvironmentCheck\Configs\MSFS2020Config.js mainsrc\GamePresets\msfs2020GamePresets.js For example, one of them has this function: MSFS2020GamePreset.traverseDirectorySync = ({ directoryPath }) => { let resultPath = '' if (fs.lstatSync(directoryPath).isDirectory()) { const files = fs.readdirSync(directoryPath) files.forEach(item => { const fullPath = path.join(directoryPath, item); // Check if it's a directory if (fs.lstatSync(fullPath).isDirectory()) { // If folder name contains 'pmdg-aircraft-738' if (item.includes('pmdg-aircraft-738')) { const workFilePath = path.join(fullPath, 'work', '737_Options.ini'); where you can directly add if (item.includes('pmdg-aircraft-738') || item.includes('pmdg-aircraft-737')) Basically, wherever I saw it I changed it, packed it back, but it doesn't work and crashes with an error: The specified module could not be found. bla bla electron/js2/asar.js:140:31 I'm not familiar with this framework and this approach. Maybe I'm not packaging it correctly.

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.