Category: OpenSim

  • Usefull links

    Server Server Commands Robust / OpenSim commands Check Inventory Script Script to identify database assets that can cause login issues. Tout sur l’OpenSim Archive de la page du site du zero OpenSimulator Tools OpenSim Utils A collection of PHP utilities for opensimulator. (Git of Jeff Kelley) Scripts LSL-OpenSim-Script-Library A library of scripts exemple Super Car…

  • OpenSim Maintenance

    Backup MySQL database: Launch Robust and OpenSim: To exit screen without stopping the process Press:Press Ctrl + a (release) and then d to detach the process/screen

  • Switch an avatar’s entire inventory to FullPerm

    ⚠️Be very careful when manipulating the database. The ideal is to do the manipulations on a local server to extract an IAR once the permissions have been modified. This article describes how to change all assets to Full Permission to allow sharing and modification.The permissions of inventory items are stored in the inventoryitems table of…

  • Land grief prevention

    Some lost soul has pleasure to damage people land.To prevent hours of work ruined by those idiots please follow those steps to protect it: Go to World > Parcel DetailsSelect the Options tab and make sure Build & Object Entry is unticked for Everyone: If you have multiple region you check all land that are unprotected with the following MySQL query:…

  • Fix Firestorm Unresponsive when using 2 or more screen

    When I launched Firestorm I had a white windows and it was unresponsive. This is a known issue with Firestorm: https://wiki.firestormviewer.org/secondary_monitorI didn’t like the solution and decided to find what cause it.The issue is caused by Firestorm saving the window location on the first screen.The setting is located in “%APPDATA%\Firestorm_x64\user_settings\settings.xml” The Solution:Edit your Shortcut in the…

  • Install OpenSim 0.9.2.2 in Grid mode on Ubuntu 24.04

    In this example of configuration I will use:For the database the user opensim with the password DB_Password. (Chose whatever you want instead)For the domain name replace domain.com by your own. Dependency installation:Before installing OpenSim you need Mono, MySQL and unzip. MySQL configuration: Add the following lines before:!includedir /etc/mysql/conf.d/!includedir /etc/mysql/mysql.conf.d/ Restart MySQL: Database creation: Check the…