Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weapon VFX Merging problem #15

Closed
Gols2445 opened this issue Nov 17, 2021 · 4 comments
Closed

Weapon VFX Merging problem #15

Gols2445 opened this issue Nov 17, 2021 · 4 comments
Labels
question Further information is requested

Comments

@Gols2445
Copy link

Hello, I followed the instructions on how to merge vfx into one and it does show the merged effects of both weapons. But when I unsheathe the weapon, the added vfx from the merge persists for some reason. Is there something I'm missing or doing wrong here?

@0ceal0t
Copy link
Owner

0ceal0t commented Nov 17, 2021

Weapons vfxs are a bit weird. The hiding while sheathing is controlled by the "Triggers" in the scheduler. The most straightforward way to fix this is probably to move all of the items from the timeline which you imported into the existing vfx timeline (you'll need to manually recreate them), and then once they're moved over, delete the imported timeline

@0ceal0t 0ceal0t added the question Further information is requested label Nov 17, 2021
@Gols2445
Copy link
Author

Gols2445 commented Nov 17, 2021

I know you might have other important things to do, but may I trouble you with giving an example on how to do it? I don't have too clear of an understanding on how those parts work.

@0ceal0t
Copy link
Owner

0ceal0t commented Nov 17, 2021

sure. For this example, I'm going to merge the effect of the Ultimate Deneb onto that of the Ultimate Dreadwyrm Torquetum.

  1. Open up the Deneb, go to timelines, and export timeline 0
    t1

  2. Open the Torquetum (make sure to select it as both the "source" and "preview" vfx), go to timelines, and import the one which we just exported from the Deneb
    t2

  3. At this point the last timeline (in my case, timeline 4) is the one which we imported from the Deneb. The goal of the next few steps is to get all of the "Items" in timeline 4 into the "Items" of timeline 0
    t3

  4. In timeline 0, create a new item using the "+" icon, click on it, and fill it out exactly the same as the first item in timeline 4 (this means the binder select, emitter select, end time, etc.)
    t4

  5. Repeat step 4 (creating an item in timeline 0 and fill it out) for each item in timeline 4

  6. Once you have effectively copied all of the items from timeline 4 into timeline 0, delete timeline 4
    t5

  7. Press "update," and you should be done

Let me know if you have any more questions

@Gols2445
Copy link
Author

It worked as you said! Though I would request that you put this to the wiki guide if anyone else would come and try it as well. Thank you for your help!

@0ceal0t 0ceal0t closed this as completed Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants