Welcome Guest [Log In] [Register]
Welcome to Zoo Tycoon 2 Designing Centre (ZTDC). We hope you enjoy your visit.


You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Frozen Animal Statues; Having trouble changing the size.
Topic Started: Nov 7 2009, 11:05 PM (604 Views)
Cynder
Member Avatar
Pshyco Cryptozoologist
I'm making frozen animal statues (To look like the animals are frozen in ice.) for a video or comic series I might make. I use the original animal's nif as the model and I know how to change size for an animal but am having trouble changing the size of objects. Where in this coding do i change to adjust size?

<BFTypedBinder binderType="frozencheetah">
<types>
<entity>
<scenery>
<frozencheetah>
<frozencheetah/>
</frozencheetah>
</scenery>
</entity>
</types>
<instance>
<BFGEntity entityVersion="1"/>
</instance>
<shared>
<UIToggleButton template="adopt">
<UIAspect>
<default image="entities\objects\scenery\frozencheetah\frozencheetah_icon.dds"/>
</UIAspect>
<UIHelpInfo name="" short="" long="" help="" ids="entityname:frozencheetah"/>
<on>
<event msg="ZT_SETPLACEMENTOBJECT" data="BFString" string="frozencheetah"/>
</on>
</UIToggleButton>
<BFAIEntityDataShared s_uisort="ed" s_Zoopedia="zoopedia:zoopedia_frozencheetah:entry"/>
<ZTPlacementData terrainFlatten="true" autoFootprint="true" dockArrowStyle="none"/>
</shared>
<binder>
<BFNamedBinder binderName="mainObj">
<instance>
<BFPhysObj>
<BFSimpleLODComponent isBFR="true" modelfile="entities/objects/scenery/frozencheetah/frozencheetah" switch="0 18 36" minSwitch="0 0 35"/>
<BFGroundFitComponent heightOffset="0.0"/>
</BFPhysObj>
</instance>
</BFNamedBinder>
<BFBinder>
<instance>
<ZTEconomyComponent cost="150">
<ZTTransaction name="build" costType="parent" type="debit" category="construction"/>
<ZTTransaction name="destroy" cost="80" costType="%parent" type="credit" category="recycling"/>
</ZTEconomyComponent>
</instance>
</BFBinder>
</binder>
</BFTypedBinder>

Posted Image
Offline Profile Quote Post Goto Top
 
ShenTirag
Member Avatar
Small and Bitter
Senior Mod
Sorry this took me so long to reply!

You need to add scale="2" to

<BFSimpleLODComponent isBFR="true" modelfile="entities/objects/scenery/frozencheetah/frozencheetah" switch="0 18 36" minSwitch="0 0 35" scale="2" />

And then change the number of the scale as suits you best :)
Shen's Den
Forum Rules Are Your Friends!
Posted Image
Offline Profile Quote Post Goto Top
 
« Previous Topic · Object Coding Help · Next Topic »
Add Reply