-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SMLHelper 2.10.0 #223
Merged
SMLHelper 2.10.0 #223
Conversation
This file contains 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
Works for SOOOO many places already.
…tation of the spawns
Sound Replacer / Custom Sound Handler
This reverts commit fb54f78.
C# 9.0 support
CoordinatedSpawns System Tweaks
Co-authored-by: Tobey Blaber <tobey@straitjacket.software>
This reverts commit 4153b21. - had unintended bugs
Break the XMLDoc into a separate line after the `<br/>` tag to improve readability.
Updated buildsSubnauticaBelow Zero |
Coordinated spawns bug fixes
Protected virtual processprefab
…o alter this to make it compliant with the change to `protected virtual` on `ModPrefab`.
This reverts commit 9ae6a9f.
…needed to alter this to make it compliant with the change to `protected virtual` on `ModPrefab`." This reverts commit f6d1386.
…ion, as both the original `ProcessPrefab` and this method's own need to be accessed, and neither `new` nor overriding are the way to solve that access.
Protected Process Prefab fix
Updated builds 3f21ddcSubnauticaBelow Zero |
toebeann
approved these changes
Jul 5, 2021
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.
Changes in this version
ModPrefab
'sProcessPrefab
method is now markedprotected virtual
rather thanprivate
. This is intended for the purpose of advanced modders to be able to customise how the prefab is processed via overriding. Protected virtual processprefab #225CustomFabricator.ProcessPrefab
is now renamedCustomFabricator.PreProcessPrefab
. Protected Process Prefab fix #227Updated builds 3f21ddc
Subnautica
Stable
Experimental
Below Zero
Stable
Experimental