Skip to content

Commit

Permalink
Move examplemod heading
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Jul 6, 2023
1 parent 7cc5abc commit 8e85aa3
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions modules/ROOT/pages/Development/UpdatingFromSml34.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ The Example Mod has been updated with a complex research tree (created by the to
to demonstrate and explain some important research tree concepts.
Explore this tree, and the base game's trees, to learn more about how research trees work.

=== ExampleMod Multiplayer Examples

ExampleMod has been updated to include some examples of correctly adding multiplayer functionality to your mod.
The xref:Development/Satisfactory/Multiplayer.adoc[Multiplayer]
page has also been updated with more information and tutorials.

=== Widget Blueprint Hooks

Widget Blueprint Hooks can be used to add your custom widget into one of the existing game widgets.
Expand Down Expand Up @@ -118,12 +124,3 @@ properly registers itself through the Custom Level system and demonstrates many
// WIP_SessionSettings === Session Settings

// WIP_SessionSettings xref:Development/ModLoader/SessionSettings.adoc[Session Settings]

=== ExampleMod Multiplayer Examples

ExampleMod has been updated to include some examples of correctly adding multiplayer functionality to your mod.

Check out
`/ExampleMod/Buildings/MultiplayerDemoBuilding/Build_MultiplayerDemoBuilding.Build_MultiplayerDemoBuilding`,
`/ExampleMod/ReplicationExampleSubsystem.ReplicationExampleSubsystem`,
and `/ExampleMod/RCO_ExampleMod.RCO_ExampleMod`.

0 comments on commit 8e85aa3

Please sign in to comment.