Scripting Second Life with realXtend and IronPython
realXtend is an "Open source platform for interconnected virtual worlds". The server can be scripted with Python using IronPython: Content Scripting Python Introduction realXtend adds Python script support for the server using Ironpython. The script uses a different kind of system compared to LSL scripts which use the inventory system. This is because the scripts are more powerful and can also access the server machine's other resources. The scripts are stored in the server's ScriptEngines\PythonScript subfolders, not to database. By default this folder contains the RXCore folder which contains the core implementation of the script engine so this folder shouldn't be modified. Samples folder contains some example scripts. Apparently realXtend can also be used to do some pretty funky things with Second Life scripting: Tutorial: realXtend’s powerful configuration management for models without notecards One of the most annoying aspects of supplying parameters to sc...