GAME INFORMATION
These details are CRITICAL; DO NOT skip them or your issue may not be reviewed.
- GAME BUILD #: v101.103.22566.0 #153638 19603495
- GAME PLATFORM: Steam
- OPERATING SYSTEM: Windows 11 / Windows 10 / Windows 8 / Windows 7 / Mac / Linux
ISSUE EXPERIENCED
DESCRIBE THE ISSUE IN DETAIL (below). LIMIT TO ONE BUG PER THREAD.
Masking Beach terrain under certain circumstances not possible in RMS
FREQUENCY OF ISSUE
How often does the issue occur? CHOSE ONE; DELETE THE REST!
- 100% of the time / matches I play (ALWAYS)
REPRODUCTION STEPS
List CLEAR and DETAILED STEPS we can take to reproduce the issue ourselves… Be descriptive!
Here’s the steps to reproduce the issue:
- See video
EXPECTED RESULT
What was SUPPOSED to happen if the bug you encountered were not present?
See video
IMAGE
ALWAYS attach a PICTURE (.jpg, .png, .gif) or VIDEO (.mp4, YouTube link) that highlights the problem.
GAME FILES (SAVE / RECORDING)
Attach a SAVE GAME (.aoe2spgame) or GAME RECORDING (.aoe2record) of the match where you encountered the issue. Link it below if using an external file service.
RMS files not allowed
RMS script used in the video - extendable spoiler
/*
<PLAYER_SETUP>
random_placement
behavior_version 0
<LAND_GENERATION>
base_terrain WATER
<ELEVATION_GENERATION>
/* <CLIFF_GENERATION> */
<TERRAIN_GENERATION>
create_terrain BEACH {
land_percent 2
number_of_clumps 1
base_terrain WATER
}
create_terrain DLC_MANGROVESHALLOW {
land_percent 2
number_of_clumps 1
base_terrain BEACH
terrain_mask 2
}
create_terrain SHALLOW {
land_percent 2
number_of_clumps 1
base_terrain WATER
}
create_terrain BEACH {
land_percent 2
number_of_clumps 1
base_terrain SHALLOW
terrain_mask 1
}
create_terrain BEACH {
land_percent 2
number_of_clumps 1
base_terrain WATER
}
create_terrain GRASS {
land_percent 2
number_of_clumps 1
base_terrain BEACH
terrain_mask 2
}
create_terrain SNOW {
land_percent 2
number_of_clumps 1
base_terrain WATER
}
create_terrain DLC_BEACH3 {
land_percent 2
number_of_clumps 1
base_terrain SNOW
terrain_mask 1
}
<OBJECTS_GENERATION>
<CONNECTION_GENERATION>