Skip to content

Commit 58f2dca

Browse files
authored
Added LoadProgressIndicator and two EntityInterfaces
1 parent 3c8e82c commit 58f2dca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

changes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,30 @@ Updating a mod from Neos to Resonite? Here are some notable changes to assist in
2727
| `neosdb:///` | `resdb:///` | The assets need to exist in Resonite already. |
2828
| `neosrec:///` | `resrec:///` | The assets need to exist in Resonite already. |
2929

30-
## Classes and Types
30+
## Classes, Types, and Components
3131

3232
| Neos | Resonite | Additional Notes |
3333
| ------------------- | ------------------------ | ----------------------------------------------|
34+
| `AudioPlayerOrb` | `LegacyAudioPlayer` | Use the `AudioPlayerInterface` that uses `EntityInterface` |
3435
| `color` | `colorX` | Not everything will be `colorX`, they are two separate Types, however most usage will change to `colorX` |
3536
| `CommonTool` | `InteractionHandler` | |
3637
| `ComponentAttacher` | `ComponentSelector` | |
3738
| `FriendsDialog` | `ContactsDialog` | Friends are now referred to as Contacts more universally |
3839
| `LogixBrowser` | `ComponentSelector` | `ComponentSelector` starting from a different root location for selecting nodes |
3940
| `StatusManager` | `EngineStatusSource` | Also inherits `IUserStatusSource` |
4041
| `Tooltips` | `Tools` | |
42+
| `VideoPlayer` | `LegacyVideoPlayer` | Use the `VideoPlayerInterface` that uses `EntityInterface` |
4143

4244
# Modloader
4345

44-
[NeosModLoader](https://github.com/neos-modding-group/NeosModLoader) change to [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader)
45-
4646
| Neos | Resonite | Additional Notes |
4747
| ------------------- | ------------------------ | ----------------------------------------------|
4848
| `Engine.Initialize` | `Engine.InitializeAssemblies` | This is where compatibility hash is computed |
4949
| `Engine.Shutdown` | `Engine.RequestShutdown` | |
5050
| `NeosMod` | `ResoniteMod` | |
5151
| `NeosModBase` | `ResoniteModBase` | |
52-
| `NeosModLoader` | `ResoniteModLoader` | |
53-
| `SplashChanger` | | Currently disabled, will need to be relooked at |
52+
| [NeosModLoader](https://github.com/neos-modding-group/NeosModLoader) | [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader) | |
53+
| `SplashChanger` | `LoadProgressIndicator` | Re-added as of 2.5.0 |
5454
| `[module: Description("POSTX_PROCESSED")]` | `[module: Description("FROOXENGINE_WEAVED")]` | Plugins now are `Weaved` when loaded, this is done in `FrooxEngine.Weaver` |
5555

5656
# API

0 commit comments

Comments
 (0)