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.

ReMeshing ReWorked Coasts

Featured Replies

Hi all.I'm using an experimental macro to help the process of remeshing reworked water areas. People are going to need a way of doing this, now that Chris Wright's AutoASM is being used.This isn't the most elegant solution, but it does work... and the code is LWM, so it can be added to the same BGLC code produced by Chris's program ( so it can reside in one BGL ). Make sure the ReMesh code is added to the datastream after Chris's code ( But make sure it's in the same Cell area of the code ).Here's the Macro:; ReMeshMacros.incReMesh Macro X, Y, Height, Fraction BYTE 2 SWORD Height ; // Whole elevation value in meters BYTE Fraction ; // Fractional elevation value in 1/128 meters BYTE ( X * 32 ) + 0 ; BYTE ( Y * 32 ) + 0 ; BYTE ( X * 32 ) + 31 ; BYTE ( Y * 32 ) + 31 ; BYTE 2 SWORD Height ; // Whole elevation value in meters BYTE Fraction ; // Fractional elevation value in 1/128 meters BYTE ( X * 32 ) + 0 ; BYTE ( Y * 32 ) + 31 ; BYTE ( X * 32 ) + 31 ; BYTE ( Y * 32 ) + 0 ;EndMThe ReMeshMacros.inc can be cut'n'pasted to notepad, and saved as 'ReMeshMacros.inc' for use.The macro splits an LOD13 Area into an 8x8 grid for remeshing. Just remesh the part of the Area you want redone.Attached is a 'meshtest.txt' giving an example of code.CAUTION:If you remesh an area, you will NOT want to alter this line in FS2002.cfg:TERRAIN_MAX_VERTEX_LEVEL=19Some simmers are recommending a change to 21. Don't do it. It becomes impossible to remesh with the higher setting. 2 pics show what I mean. The first is at 19... the second is 21. So unless you like oversampled 'waffles', leave the default setting alone, and quit trying to tweak the mesh beyond what MS found to be the right setting.Dick

Create an account or sign in to comment

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.