Page 3 of 3
Re: created cinematic of finish???
Posted: Wed Sep 26, 2012 12:14 pm
by pulpum
yes!
that's why I love you at almost human. you are here and you've got ideas!

thanks!
Re: created cinematic of finish???
Posted: Sun Oct 07, 2012 4:07 pm
by bacchus1974
please i don t managed to created a cinematic of end for my dungeon
somebody help me to realized this cinematic
how i do please help me
Re: created cinematic of finish???
Posted: Sun Nov 18, 2012 6:32 pm
by mahric
Maybe this will help you a bit.
Here's the source to the ending cinematics I used for my MOD, the wine merchant's basement.
http://grimrock.nexusmods.com/download/366
1) unzip these files and put them in your /mod_assets/cinematics folder of your dungeon
2) in your dungeon make a hidden pressure plate pointing to lua script with the function below:
Code: Select all
function ending()
completeGame("mod_assets/cinematics/outtro.lua")
end
That should do the trick.
When you run this from the editor, you'll only see "Game completed.".
To see the cinematics themselves, export your dungeon and run it from grimrock the game (instead of the level editor).