In Memoriam: Tai'lahr

OpenUru.org, along with the rest of the Mystonline community, is mourning the loss of Tai'lahr on October 16th, 2019.

Rest in Peace, friend.

Multiplayer Tips and Considerations

From OpenUru
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Being able to have your Age in a Multiplayer Environment has been around for quite a while with all the different Shards that have been around. One of the things that should be considered quite often is more than one player being involved in your Age.

This can range from simply trying to make things look and act right because there is only one instance of your Age, and you want to make sure things look like they are suppose to if someone else has been in there messing around before someone else links in, to setting up a puzzle that will require more than one person to solve it.

You also need to keep in mind other things, such as animated object that can affect other players. You don't want doors trying to cut players in 2 nor do you want an elevator crushing someone. Let's say you have a train. Player One steps off the platform and takes the train for a ride. Not only do you need to think about making sure that Player Two who comes along 15 minutes later does not see the train, but you may not want them to fall off the platform where the train was!

Maintaining the "State" of the Age (IE when doors should appear open or closed, etc), is important, and is normally controlled by the Age's SDL file. However, to have things change in the SDL file (IE a player opened up a door. If it's going to stay open then it needs to have a SDL state, so that when the player links out and back in, or if other players link in after it's been opened, it will still appear opened).

Once you have SDL states set up, you'll use Global Python files to change these states, or have Plasma run certain responders because of what a SDL state is.

Careful planning and thought is needed to make sure that things work this way.



Return To: 3DS Max Plugin Tutorials

Copyright (C) 2011 Andy Legate.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU Free Documentation License".