Jump to content

Rescale Rocket Plume Effect


Recommended Posts

Using module manager and trying to rescale engines, the particle effect does not accept the size parameter even though it should.

@EFFECTS,0
{
    @running_closed,0
    {
        @PREFAB_PARTICLE,0
        {
            size = 0.0 0.0
            size = 0.01 0.1
            size = 1.0 0.67
            scale = 0.0 0.0
            scale = 0.01 0.1
            scale = 1.0 0.67
            //X, Y, Z Edit the Z value.
            //@localOffset = 0, 0, 0
        }

Here's a picture showing the problem:

http://imgur.com/jQNke79

The wikipedia does not show how to properly scale the particle effect and there's only one youtube video that describes how to make a rocket engine in the Unity editor but the maker never uses the size value in the config.

And before you say there's an error with the module manager not finding the correct node entry, it works perfectly fine for editing emission and speed so don't bother.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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...