KillerJedi156 Posted April 11, 2019 Posted April 11, 2019 Alright, so i been playing some jedi academy mods and i been wondering how they made cutscenes of their own, can someone help me with this i would love to make my own cutscene Droidy365 likes this
AshuraDX Posted April 15, 2019 Posted April 15, 2019 This should cover part of it iirc https://jkhub.org/topic/5149-lets-map-singleplayer/
Asgarath83 Posted April 22, 2019 Posted April 22, 2019 Icarus scripting that use camera commands for enable, disable,zoom, rotate e pan, ref tags used for set the variious camera origins inside the level (you can set a camera origin using areftag entity origin into thje map, more easy that use the map coordinates).for aciiont of actors. well.remembne that player is invisible into cinematic and you need to add a player NPC as actor for it, that call the player NPC . and also that you need to use a "ping-pong"code that use basically something like that:camera enable.affect character A:Set animation.set sound.set watching, facial espression, moving on waypoint, etc etc.wait (the milisecond value should match with lenght of animations and of audio file played)Signal "A"waitisignal "B"B BLOCK CODEsignal Cwaitisignal C Affect character B:animatios did when listen A.waitsignal Asounds of talkinganimation,moving etc etc.signal" B" waitsignal "C"C block code of sound, animation , wait...etc etc, you can use also the "dowait" function into some case, but for dialogues is better signal \ waitisignal.at the end of the dialogue make a fading and disable the camera and you got a basic animation.remember that NPC move the lips only if the lips and jaws of model are rigged, and if there is some audio inside the played track.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now