Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
As per Iri and Arkeon's suggestions, I am going to try to make two plugits.
The first will be a nonui_chat plugit. It will process incoming and outgoing messages from the scol java server. It will have an 'action' that will allow it to send strings derived from the ongoing chat to any other plugit. The vision I have would be sending strings to the activex plugit to send messages to the browser, so the browser can display chat in an html page without using scol vm resources, and allowing developers to do whatever they want in building an html chat interface external to the os3d player.
The second will be an avatar mesh plugit. It will allow any user to specify what .mesh file to be used as an avatar. Eventually it will allow for a user to specify multiple avatars, with os3d displaying a window containing thumbnail images of each avatar .mesh. Also, down the line, it will allow various users to send avatar files (the .mesh and its dependencies, such as .skeleton, if applicable, image maps, an shaders) to other users to allow them to share avatars.
So that is my fall/winter project. It will be cold soon so I will have more time for this and less time outside. Unlike the multiplayer script I have been working on, any user will be able to use the plugit and the plugits will have actions and events to be useful in conjunction with other plugits.
Time to learn that dms api. I hope I'm smart enough to understand it.
-h
Offline
Hi
This almost what the chat and avatar plugits do
You could modify themail directly
The avatar plugit manage the share of the avatar picture you can modify it to select a mesh object
Offline
Hi
This almost what the chat and avatar plugits do
You could modify themail directlyThe avatar plugit manage the share of the avatar picture you can modify it to select a mesh object
Thx I will be looking at that.
Offline
These two parts are a good way. Especially a chat plugit without ui : only strings and the display will be what each project has need.
Time to learn that dms api. I hope I'm smart enough to understand it.
Yes, you can
Offline