Current version of opensim used

Tips and discussions about using OpenSim
Post Reply
User avatar
Ramesh Ramloll
Posts: 168
Joined: Sun Jan 13, 2013 5:16 pm
Has thanked: 81 times
Been thanked: 164 times

Current version of opensim used

Post by Ramesh Ramloll »

Hello,
How do we find out what is the current version of opensim that kitely is using?
This helps in bug reporting on the opensim list.
Thank you.
Ramesh
User avatar
Ramesh Ramloll
Posts: 168
Joined: Sun Jan 13, 2013 5:16 pm
Has thanked: 81 times
Been thanked: 164 times

Re: Current version of opensim used

Post by Ramesh Ramloll »

Use this dumbo :)
//XEngine:
//set scripting threat level to High in opensim.ini
default
{
state_entry()
{
llSetTimerEvent(3600);
llSetText(osGetSimulatorVersion(),<1,1,1>,1);
llShout(0, osGetSimulatorVersion());
}
touch_start(integer total_number)
{
llSetText(osGetSimulatorVersion(),<1,1,1>,1);
llShout(0, osGetSimulatorVersion());
}
timer()
{
llSetText(osGetSimulatorVersion(),<1,1,1>,1);
llShout(0, osGetSimulatorVersion());
}
} :D
These users thanked the author Ramesh Ramloll for the post (total 2):
Bladyblue BommerangConstance Peregrine
Post Reply