OpenSim Core ++. Provides Bug Fixes and some new ideas that enhance the reliability and performance of OpenSim Core Yeti.
Find a file
2024-06-29 16:07:00 -04:00
.github Move the rest of the files into Source and split out by projects. No more nested crap to deal with. There are still a few things not in the solution just yet. But this 95% of it. The source code is in Source and testing stuff in Tests. I'll move the stuff in bin to Data later since it will touch alot of places that still resolve the libs placed there. 2024-03-01 13:36:36 -05:00
addon-modules Add tests back in and get everything loading correctly 2024-03-02 13:48:06 -05:00
bin Merge remote-tracking branch 'upstream/master' into feature/dotnet6 2024-01-06 23:14:25 -05:00
Doc Move some files from share to doc and rename it to Doc 2024-02-26 22:49:46 -05:00
Scripts Move the rest of the files into Source and split out by projects. No more nested crap to deal with. There are still a few things not in the solution just yet. But this 95% of it. The source code is in Source and testing stuff in Tests. I'll move the stuff in bin to Data later since it will touch alot of places that still resolve the libs placed there. 2024-03-01 13:36:36 -05:00
Source Slimmed down appsettings. 2024-06-29 16:07:00 -04:00
Tests Remove all references and use of Nini in feature/dotnet6 (#78) 2024-06-27 09:52:37 -04:00
.dockerignore Push up current work. Still needs some love but the restructering is done. I want to get this into VS Studio as well since some of the refactoring tools are better than what you get in VS Code 2024-03-16 20:38:57 -04:00
.gitattributes Migrate from the Oracle Mysql connector to the more performance Pomello MySqlConnector dll. 2023-07-02 22:27:37 -04:00
.gitignore Cutover dependencies for the MoneyServer and Robust to IConfiguration and ILogger and prep to use DI for instantiation of classes. Working through the rest of the Robust support and some of the RegionServer Modules remains 2024-01-25 23:08:35 -05:00
BUILDING.md Merge remote-tracking branch 'upstream/master' into feature/dotnet6 2023-12-20 12:36:42 -05:00
CONTRIBUTORS.txt Remove all references and use of Nini in feature/dotnet6 (#78) 2024-06-27 09:52:37 -04:00
Directory.Build.props Remove the SQLite and PGSQL Connectors. We'll provide support for them via the ef core models. Clean up references to them and fix a few more logging references. 2024-06-12 22:20:22 -04:00
LICENSE.md Initial UGAIM template around AssetServer. More changes for compilation. 2024-04-17 12:55:04 -04:00
LICENSE.txt Last time? 2010-05-03 00:11:12 +01:00
README.md a few changes to readme.md 2022-10-04 22:15:47 +01:00
RELEASE.md Release notes 2023-02-20 20:13:11 -05:00
SECURITY.md Create SECURITY.md 2021-07-30 22:28:56 -04:00
TESTING.txt test again undoing previous changes 2014-02-04 00:32:40 -05:00
Tranquillity.sln Flesh out new server definitions for HG and Grid server. 2024-06-27 13:52:36 -04:00
version.json Remove the SQLite and PGSQL Connectors. We'll provide support for them via the ef core models. Clean up references to them and fix a few more logging references. 2024-06-12 22:20:22 -04:00

Welcome to OpenSimulator (OpenSim for short)!

Overview

OpenSim is a BSD Licensed Open Source project to develop a functioning virtual worlds server platform capable of supporting multiple clients and servers in a heterogeneous grid structure. OpenSim is written in C#, and can run under Mono or the Microsoft .NET runtimes.

This is considered an alpha release. Some stuff works, a lot doesn't. If it breaks, you get to keep both pieces.

Compiling OpenSim

Please see BUILDING.md

Running OpenSim on Windows

You will need dotnet 6.0 runtime (https://dotnet.microsoft.com/en-us/download/dotnet/6.0)

To run OpenSim from a command prompt

  • cd to the bin/ directory where you unpacked OpenSim
  • review and change configuration files (.ini) for your needs. see the "Configuring OpenSim" section
  • run OpenSim.exe

Running OpenSim on Linux/Mac

You will need dotnet 6.0 runtime for linux or Mac (https://dotnet.microsoft.com/en-us/download/dotnet/6.0)

To run OpenSim, from the unpacked distribution type:

  • cd bin
  • review and change configuration files (.ini) for your needs. see the "Configuring OpenSim" section
  • run ./opensim.sh

Configuring OpenSim

When OpenSim starts for the first time, you will be prompted with a series of questions that look something like:

[09-17 03:54:40] DEFAULT REGION CONFIG: Simulator Name [OpenSim Test]:

For all the options except simulator name, you can safely hit enter to accept the default if you want to connect using a client on the same machine or over your local network.

You will then be asked "Do you wish to join an existing estate?". If you're starting OpenSim for the first time then answer no (which is the default) and provide an estate name.

Shortly afterwards, you will then be asked to enter an estate owner first name, last name, password and e-mail (which can be left blank). Do not forget these details, since initially only this account will be able to manage your region in-world. You can also use these details to perform your first login.

Once you are presented with a prompt that looks like:

Region (My region name) #

You have successfully started OpenSim.

If you want to create another user account to login rather than the estate account, then type "create user" on the OpenSim console and follow the prompts.

Helpful resources:

Connecting to your OpenSim

By default your sim will be available for login on port 9000. You can login by adding -loginuri http://127.0.0.1:9000 to the command that starts Second Life (e.g. in the Target: box of the client icon properties on Windows). You can also login using the network IP address of the machine running OpenSim (e.g. http://192.168.1.2:9000)

To login, use the avatar details that you gave for your estate ownership or the one you set up using the "create user" command.

Bug reports

In the very likely event of bugs biting you (err, your OpenSim) we encourage you to see whether the problem has already been reported on the OpenSim mantis system.

If your bug has already been reported, you might want to add to the bug description and supply additional information.

If your bug has not been reported yet, file a bug report ("opening a mantis"). Useful information to include:

  • description of what went wrong
  • stack trace
  • OpenSim.log (attach as file)
  • OpenSim.ini (attach as file)

More Information on OpenSim

More extensive information on building, running, and configuring OpenSim, as well as how to report bugs, and participate in the OpenSim project can always be found at http://opensimulator.org.

Thanks for trying OpenSim, we hope it is a pleasant experience.