MapEditorReborn icon indicating copy to clipboard operation
MapEditorReborn copied to clipboard

Fix of annoying bug with non-existent RoomType (more details in PR)

Open PUDGE133 opened this issue 9 months ago • 1 comments

Снимок экрана 2025-03-22 141021 fix bug/suggestion: discord topic

  • Minor refactoring of commands
  • Major refactoring of MapUtils.cs
  • Minor changes in many files
  • Update to the current version of Exiled

Test map. Don't forget to change the file extension to yml testmap.txt Test seed map_seed: 712170397. With this seed generation, there is no room RoomType.EzConference

If in my yml file, there are objects that are attached to non-existent rooms (for example, ezconference), then as a result, the previous code did not allow loading the entire map. Now the code skips objects that cannot be spawned in the game. The code compiles and runs on the server without errors. No issues were found during game tests.

the result of my work: test map Снимок экрана 2025-03-25 101349 main map Снимок экрана 2025-03-25 101357

PUDGE133 avatar Mar 25 '25 08:03 PUDGE133