[Opensim-dev] Region-Module Developing problems of a beginner

lillith lillith at hyperfreedom.org
Thu Oct 9 02:28:47 UTC 2014


Hi all,
im not sure if it's right to post such thing here, if i'm wrong please 
correct me.

I got stuck writing my Region-Modules, maybe someone could help me.

I wrote a Module (for Pathfinding) that collects a lot of informations 
out of the scene and stores it into Variables.
This is done while server-startup and takes a lot resources.

Now i want to do another Module, that is able to access the data of the 
1st module.

so for example:

The new Module calls a Function in the 1st Module. The 1st Module starts 
calculating with the data it already has and send the result back to the 
second Module.
I don't want to mess with the code of OpenSim. The Modules should still 
work with a unmodified Opensim-Version (Like drop the .dll-files into 
the bin folder of a fresh installed Server).

I tried to create a Module interface, but the Problem is: it seems i 
need to put a file into Opensim.Region.Framework.Interfaces. So i would 
directly change OpenSim. (Or maybe i did not understand that Namespace 
thing XD)

I'am quite new to the C# stuff, so please don't kill me for that 
question ;-)
And sorry for my bad English, its not my native Language.





More information about the Opensim-dev mailing list