Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

need help (XY 2 blocks)

Mrc Homewood
Mentor of Randomness
Join date: 24 Feb 2007
Posts: 779
10-12-2008 08:57
ive been researching with the diffrent XY text formats out there but i cant seam to figure out how it works, im trying to get ahold of one that ONLY has 2 blocks anyone know of any?
Osgeld Barmy
Registered User
Join date: 22 Mar 2005
Posts: 3,336
10-12-2008 11:08
the only one ive seen listed in the forums is my xy numbers do hicky

and its sort of a bad script

but you could pretty quickly mod my xytext light script to do only 2 cells

/15/8a/158479/1.html

omit the 5 face prim setup script, make your own prim

change this line
if (space == 4) {space = 0; ++cell;}
to
if (space == 1) {space = 0; ++cell;}
in the control script, also setup the options correctly

and mod the display script to use 2 faces, and set the face numbers to the faces on your new prim

and it should work (i haevnt actually tried)
Mrc Homewood
Mentor of Randomness
Join date: 24 Feb 2007
Posts: 779
10-12-2008 13:41
thanks