Dragon Age Toolset - Tutorial 3 - Cutscene + Trigger
Loading...
13,273
Loading...
Uploader Comments (St4rdog)
see all
All Comments (74)
-
Mine always jumps from the next Key Selection to another, without a transition. I've changed it from Step to Linear to Bezier, and each time it does this. Can you help me please?
-
Am I the only one who is EXTREMELY confused by the toolset?
-
@St4rdog also one more thing how do i create a hair?
-
@St4rdog Can we create an armor or helmet and not just design them or something? I find many kinds of tutorial unfortunately they only show how to design a armor.
-
I have problem here my camera doesnt moves just orients! Please help!
-
@St4rdog Thank you so much!:)
-
I WANT TO PLAY THIS CUTSCENE ONLY ONCEEEEEEEEEEEEEEEEEEEEEE
Loading...
Where can I see the description of animation (what will he do if I choose it) because I always lost in all that animations names and I dont know what they do?
MRXkick 10 months ago
@MRXkick Get the DAAnimationsListingv3xls.xls file from here - social(DOT)bioware(DOT)com/project/30/#files
Or google DAAnimationsListingv3xls.xls and it's the top result.
St4rdog 10 months ago
addassas 1 year ago
@addassas #include "PLT..." should be lowercase (plt_cutscenetriggerplayonce). I would also move that include underneath all the other includes.
And when setting/checking the plot flag elsewhere, it should be uppercase (PLT_CUTSCENETRIGGERPLAYONCE, CUTSCENE_COMPLETE) etc.
St4rdog 1 year ago
first, thanks for the vids! I'm new to this toolset and your videos are really helping me get started. So thanks!! The one question I have is where did you get the code? and where does everyone else that posts tutorials get their code? another tutorial said some basic script came with the zipped toolset file upon download but the toolset doesnt download in a zip from the bioware site, just an exe. Am I just missing something? Thanks again for all the help!
TheFilmnut1 1 year ago
There's a lot of scripts that come with the default Demo module. Look through those inside the editor File > Manage Modules. Everything's events-based. When this event happens > do this.
In the code editor (9:05) in the bar down the right, there's a list of stuff you can do inside events. Filter it with keywords at the top.
St4rdog 1 year ago