Search found 11 matches

by onlyme
Thu Jan 18, 2007 7:56 pm
Forum: GamingTools Members::Inner Space
Topic: LavishNav List<Region> problem
Replies: 2
Views: 2059

Lax, did you find anything on the illigal returns in or did you want me to send an example program showing the problem?

/Me
by onlyme
Tue Jan 16, 2007 4:17 pm
Forum: GamingTools Members::Inner Space
Topic: LavishNAV FQN strange for boxes
Replies: 2
Views: 2016

This is true.

Did not know it would have that effect

Bytelocks "crap" (wich I would not call it) was the only example I could find to learn from.



/Me
by onlyme
Tue Jan 16, 2007 4:09 pm
Forum: GamingTools Members::Inner Space
Topic: LavishNAv Triangle 3*(XYZ) missing in dotnet
Replies: 2
Views: 2144

GotIT thanx :) case "Triangle": { Triangle tmpTriangle = new Triangle(tmpRegion); _point1.X = tmpTriangle.GetPoint(1).X; _point1.Y = tmpTriangle.GetPoint(1).Y; _point1.Z = tmpTriangle.GetPoint(1).Z; _point2.X = tmpTriangle.GetPoint(2).X; _point2.Y = tmpTr...
by onlyme
Tue Jan 16, 2007 12:49 pm
Forum: GamingTools Members::Inner Space
Topic: LavishNAV FQN strange for boxes
Replies: 2
Views: 2016

LavishNAV FQN strange for boxes

Hiya, Normaly when I get FQN I get something like this Shadowglen.Teldrassil.Kalimdor.Azeroth For Universe atleast However when I try to get a box under Shadowglen it do not com back BoxName.Shadowglen.Teldrassil.Kalimdor.Azeroth but rather BoxName I do not see that this realy matters... as far as I...
by onlyme
Tue Jan 16, 2007 12:44 pm
Forum: GamingTools Members::Inner Space
Topic: LavishNAv Triangle 3*(XYZ) missing in dotnet
Replies: 2
Views: 2144

LavishNAv Triangle 3*(XYZ) missing in dotnet

To find sphear values I have done this... Sphere tmpSphere = new Sphere(tmpRegion); _point1.X = tmpSphere.Pt.X; _point1.Y = tmpSphere.Pt.Y; _point1.Z = tmpSphere.Pt.Z; _point1.Size = tmpSphere.Size; But I find nothing for the Triangle. /Me
by onlyme
Mon Jan 15, 2007 3:57 pm
Forum: GamingTools Members::Inner Space
Topic: LavishNav List<Region> problem
Replies: 2
Views: 2059

Lax, no OutOfIndex now but I still get unasignable objects in the list giving the "Heck No" IS Crash Error

/Me
by onlyme
Sun Jan 14, 2007 11:16 am
Forum: GamingTools Members::Inner Space
Topic: LavishNav Contains conversion bugg
Replies: 0
Views: 1802

LavishNav Contains conversion bugg

Seem that the cointains function inside the library get strings in return it can convert to Bool. System.FormatException: vid System.Boolean.Parse(String value) vid System.String.System.IConvertible.ToBoolean(IFormatProvider provider) vid System.Convert.ChangeType(Object value, T...
by onlyme
Sat Jan 13, 2007 7:34 pm
Forum: GamingTools Members::Inner Space
Topic: LavishNav List<Region> problem
Replies: 2
Views: 2059

LavishNav List<Region> problem

Hi, I dont realy know if this is the right place for this, but as I have diffrent waking houres than Lax :) All functions returning List<Region> seem to be generating a IndexOutOfBounds problem. Functions I tested by now include DescendantsWithin. NearestChildren, and RegionsWithin But I am guessing...
by onlyme
Mon Jun 12, 2006 6:37 am
Forum: GamingTools Members::Inner Space
Topic: Console with difrent keyboard mapping
Replies: 3
Views: 2877

Exept that mine say bind console console toggle And if I try to edit it it jumps in the text Showing like the following bind console console toggl e bind console cons ole toggle and so on... dont know if it is language relative.. but the ` is not there and cant set it to § it wont take the input. eq...
by onlyme
Sat Jun 10, 2006 3:59 pm
Forum: GamingTools Members::Inner Space
Topic: Console with difrent keyboard mapping
Replies: 3
Views: 2877

Got this from eqjoe / wowjoe
wowjoe wrote: Goto your InnerSpace directory and look for a file called InnerSpace.xml. Find <Setting Name="Console"> and change the "`" to another key that you don't use in game. That key will bring up your uplink console in game.

-j
Thanx -j
by onlyme
Sat Jun 10, 2006 8:43 am
Forum: GamingTools Members::Inner Space
Topic: Console with difrent keyboard mapping
Replies: 3
Views: 2877

Console with difrent keyboard mapping

http://www.lavishsoft.com/kb/index.php?c=1&p=9000 wrote:On non-English keyboards, this key may not available for binding, and you may need to change the key in the startup sequence to access the in-game console.
How might I go about doing a diffrent bind.

Kind regards

/me