64m prim limit?

Ask questions about using viewers to enter worlds, and problems with viewers
Post Reply
User avatar
Serendipity Seraph
Posts: 79
Joined: Sun Dec 30, 2012 9:57 am
Has thanked: 24 times
Been thanked: 29 times

64m prim limit?

Post by Serendipity Seraph »

Does Kitely impose this or is it my viewer, Firestorm, that does so? One thing I have loved about opensim from the beginning is being able to have a 256 m or ever 512m sphere to put a scene inside of (especially space scenes) without having to resort to some megaprim hack collection. So how do I get that?
User avatar
Ilan Tochner
Posts: 6524
Joined: Sun Dec 23, 2012 8:44 am
Has thanked: 4986 times
Been thanked: 4472 times
Contact:

Re: 64m prim limit?

Post by Ilan Tochner »

Hi Serendipity,

Kitely doesn't impose a 64m prim limit but some viewers do. Specifically, the current newest version of Firestorm for OpenSim has regressed to enforcing this limit. The viewer's developers are aware of this and have already fixed it for the next viewer release. See: http://jira.phoenixviewer.com/browse/FIRE-8417

For the time being, I suggest you install an older version of Firestorm which doesn't suffer from this limitation.
These users thanked the author Ilan Tochner for the post:
Ozwell Wayfarer
Phaedra Electra
Posts: 3
Joined: Tue Jan 22, 2013 8:09 pm
Has thanked: 0
Been thanked: 1 time

Re: 64m prim limit?

Post by Phaedra Electra »

You can all so script a prim to go beyond the viewers limits

default
{
state_entry()
{
llSetScale( <0.001, 1.0, 256.0> );
}
}
These users thanked the author Phaedra Electra for the post:
Ozwell Wayfarer
Post Reply