Jump to content
  • 0

Multiple decorate actors from a single model?


Doom-X-Machina

Question

Hey all,

Is it possible to define two separate actors in DECORATE using the same model assets? Say I want to have a big version of an existing model, scaled up with it's own builder number etc... can I do this with a separate DECORATE entry or do I have to completely define a whole new model?

Cheers all.
Peace, love and demon guts.

Share this post


Link to post

3 answers to this question

Recommended Posts

  • 0

In fact it's actually one of the central part of DECORATE's design to let you use an actor to define another.

 

Actor SmallVersion 31337
{
	<include all actual code here>
}

Actor BigVersion : SmallVersion 31338
{
	Scale 2.5      
}

Here we describe fully the small version (actual code not included), and then define the big version by simply making it inherit from the small version and only specifying a large scale.

Edited by Gez

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...