Xeaustin Twine
Registered User
Join date: 31 Jul 2008
Posts: 15
|
12-16-2008 22:35
Hi, I wanna set some interesting Games in my Secondlife`s land.So,what can I do for that?actually I have made some simple games using C++ and Flash.Is there any posibility to bring those Games in Secondlife?If it is not possible,then tell me the other way of techniques.Are there any free Games available tell about that also.And if you have any Games pls., give that too.Whatever it is I wanna set some simple and interesting games in my virtual land. Thanks in advance.
|
Nexii Malthus
[Cubitar]Mothership
Join date: 24 Apr 2006
Posts: 400
|
12-17-2008 00:19
You can't import any outside executables for obvious reasons. Also the Web-On-Prims doesn't support interaction as of yet, so your flash games wouldn't be of any use either. You would need to create games based on the native LSL scripting.
There are also quite a bunch of simple games available in-world, just use the search feature or look around in this forum section.
_____________________
 Geometric Library, for all your 3D maths needs. https://wiki.secondlife.com/wiki/Geometric Creator of the Vertical Life Client
|
Lee Ponzu
What Would Steve Do?
Join date: 28 Jun 2006
Posts: 1,770
|
12-17-2008 07:53
If you are familiar with the Model-View-Controller paradigm...
The View will need to be constructed from SL objects and LSL scripts. The Model will be your executable, and it will be hosted somewhere as an HTTP: server of some kind.
The Controller might be in SL, at your Web site, or a combination of the two.
_____________________
So many monkeys, so little Shakespeare.
|