View Issue Details

IDProjectCategoryView StatusLast Update
0000122Medieval EngineersBugpublic2022-05-09 01:35
Reporterxaerthus Assigned Toequinox  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformWindowsOS10 2004OS Version10.0.19041
Product Version0.7.3.33D4BBProduct BuildC11F1 
Target Version0.7.3.968CF8Fixed in Version0.7.3.968CF8 
Summary0000122: "Dead grids" on large blocks are still happening (DS - modded)
Description

The issue described in report 030:
https://communityedition.medievalengineers.com/mantis/view.php?id=30
is still happening with large blocks, on modded DS (Industrial Engineers modpack)

Steps To Reproduce
  1. Place a single large block
  2. Expand it out in all 4 horizontal directions by more than 10 blocks
  3. Cut out the middle block
  4. Observe that at least one of the extensions is now dead
TagsBlock, Interaction

Relationships

related to 0000128 resolvedequinox Improve grid-voxel narrowphase performance  
has duplicate 0000207 closedequinox Block Build Dialogue  
has duplicate 0000202 closedgwindalmir Cannot interact with unfinished palisade  

Activities

equinox

2022-04-08 19:57

administrator   #~0000091

Was fixed by the small grid changes for grid-voxel narrowphase performance. However, I didn't apply those changes to large grids since I thought it unnecessary. That said I will enabling it for large grids in the next release.

The config changes are:

  <Definition xsi:type="MyObjectBuilder_GridPhysicsShapeComponentDefinition">
    <Id Type="GridPhysicsShapeComponent" Subtype="LargeGrid" />
    <GridCellSize>3</GridCellSize>
    <UseExperimentalPhysics>true</UseExperimentalPhysics>
    <ExperimentalMaxLod>4</ExperimentalMaxLod>
    <ExperimentalAxialLods>true</ExperimentalAxialLods>
  </Definition>

Issue History

Date Modified Username Field Change
2021-11-08 09:43 xaerthus New Issue
2021-11-08 09:43 xaerthus Tag Attached: Block
2021-11-08 09:43 xaerthus Tag Attached: Interaction
2022-04-08 19:53 equinox Relationship added related to 0000128
2022-04-08 19:55 equinox Target Version => 0.7.3.968CF8
2022-04-08 19:57 equinox Note Added: 0000091
2022-04-08 19:57 equinox Assigned To => equinox
2022-04-08 19:57 equinox Status new => assigned
2022-04-08 19:57 equinox Status assigned => in progress
2022-04-08 20:01 equinox Steps to Reproduce Updated
2022-04-09 22:31 equinox Status in progress => resolved
2022-04-09 22:31 equinox Resolution open => fixed
2022-04-09 22:31 equinox Fixed in Version => 0.7.3.968CF8
2022-04-11 21:45 equinox Relationship added has duplicate 0000207
2022-04-15 15:12 equinox Relationship added has duplicate 0000202