Way to shrink object display size?

WrpTool island creator utility

Moderators: Lone Wolf, Snake Man

SFG
Newbie
Posts: 6
Joined: 2006-03-13 02:56:02

Way to shrink object display size?

Post by SFG »

Basically I wanna see where some houses are but the trees and bushes are so many that i cant see where the house is.. is there a way to scale the object box size but not the object itself?
Snake_Man

Re: Way to shrink object display size?

Post by Snake_Man »

I havent never encountered a situation yet where there is too many tree icons to hide a house. But yeah you can set the icon image sizes, shapes and colors from the Objects.xml file.

It looks like this:

Code: Select all

      <Class>
            <Classname>trees</Classname>
            <Shape>
                  <Ellipse>
                        <Point>
                              <X>40</X>
                              <Z>40</Z>
                        </Point>
                  </Ellipse>
            </Shape>
            <Color>
                  <Red>0</Red>
                  <Green>128</Green>
                  <Blue>0</Blue>
            </Color>
      </Class>
SFG
Newbie
Posts: 6
Joined: 2006-03-13 02:56:02

Re: Way to shrink object display size?

Post by SFG »

What about unknown objects?
Snake_Man

Re: Way to shrink object display size?

Post by Snake_Man »

Unknown objects are just question marks ? which you should never see as everyone should configure WrpTool so that all objects are correct icons or real p3ds.
SFG
Newbie
Posts: 6
Joined: 2006-03-13 02:56:02

Re: Way to shrink object display size?

Post by SFG »

Yes there question marks.
Snake_Man

Re: Way to shrink object display size?

Post by Snake_Man »

So then off you go and configure the WrpTool data dirs correctly and perhaps tweak the Objects.xml if necessary (however you should not need to do it).

Return to “WrpTool”