View Issue Details

IDProjectCategoryView StatusLast Update
0000175Medieval EngineersBugpublic2022-05-09 01:23
Reporterxaerthus Assigned Toequinox  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
PlatformWindows 
Product Version0.7.3.33D4BB 
Target Version0.7.3.968CF8Fixed in Version0.7.3.968CF8 
Summary0000175: Player character no longer able to traverse 1x2 slopes (small block only)
Description

Since the CE update, it seems that players are no longer able to walk over small block 1x2 slopes. A lot of modded blocks have used this principle to make working ladders and steps, which are currently all non-functional. (F.e. ladders from ShipsLadder or iron bar steps from Small Mod Tweaks).

Interestingly the Shorter Character Collision mod (https://steamcommunity.com/sharedfiles/filedetails/?id=1678442614) contains a "<MaxSlope>70</MaxSlope>" value, which should overwrite any possible CE change to the old value. Despite that, it still does not seem to work.

Large block slopes (60deg roofs, large vertical slopes) work as before.

Additional Information

Submitted using "EasyEnter"

TagsBlock, Character, Physics

Relationships

related to 0000128 resolvedequinox Improve grid-voxel narrowphase performance  

Activities

xaerthus

2022-04-09 02:47

reporter   #~0000092

Changing the <MaxSlope> to higher values does not seem to solve the issue, no noticeable change at all.

equinox

2022-04-09 05:52

administrator   #~0000093

Last edited: 2022-04-09 06:06

Root cause is grids using the default PhysicsSupportDefinition instead of the CubeGrid one.

A temporary fix would be a mod that changes the default, though that will also affect walking on voxels:

  <Definition xsi:type="MyObjectBuilder_PhysicsSupportDefinition">
    <Id Type="MyObjectBuilder_PhysicsSupportDefinition" />
    <MaxSupportAngle>70</MaxSupportAngle>
    <ChangeSpeedWithAngle>false</ChangeSpeedWithAngle>
  </Definition>

Issue History

Date Modified Username Field Change
2022-04-09 02:19 xaerthus New Issue
2022-04-09 02:47 xaerthus Note Added: 0000092
2022-04-09 02:48 xaerthus Tag Attached: Character
2022-04-09 02:48 xaerthus Tag Attached: Block
2022-04-09 02:48 xaerthus Tag Attached: Physics
2022-04-09 04:32 equinox Relationship added related to 0000128
2022-04-09 05:52 equinox Note Added: 0000093
2022-04-09 05:52 equinox Assigned To => equinox
2022-04-09 05:52 equinox Status new => assigned
2022-04-09 05:52 equinox Status assigned => in progress
2022-04-09 05:53 equinox Product Version => 0.7.3.33D4BB
2022-04-09 05:53 equinox Target Version => 0.7.3.968CF8
2022-04-09 06:06 equinox Note Edited: 0000093
2022-04-09 22:32 equinox Status in progress => resolved
2022-04-09 22:32 equinox Resolution open => fixed
2022-04-09 22:32 equinox Fixed in Version => 0.7.3.968CF8