Fix of annoying bug with non-existent RoomType (more details in PR)#106
Open
PUDGE133 wants to merge 4 commits intoMichal78900:mainfrom
Open
Fix of annoying bug with non-existent RoomType (more details in PR)#106PUDGE133 wants to merge 4 commits intoMichal78900:mainfrom
PUDGE133 wants to merge 4 commits intoMichal78900:mainfrom
Conversation
- Minor refactoring of commands - Major refactoring of MapUtils.cs - Minor changes in many files - Update to the current version of Exiled
Author
|
It looks like support for the plugin for Exiled has been finally discontinued and the project is completely moving to LabApi. If anyone needs it, I have published the dll file at this link in the MER discord. Although I still hope that this PR will be accepted. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix bug/suggestion: discord topic
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 roomRoomType.EzConferenceIf 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
main map