I'm pretty new to scripting and I was wondering how you end a dungeon.
I have tried really hard but no luck so far.
If someone could help me that would be great
I dont know how to make the game end in these tiles here X25 Y 6 and Level6
How to end a Dungeon
- Skuggasveinn
- Posts: 562
- Joined: Wed Sep 26, 2012 5:28 pm
Re: How to end a Dungeon
you call endGame with a script and point it to your lua file for the end credits
Code: Select all
function endGame()
completeGame("mod_assets/cinematics/ending.lua")
end
Re: How to end a Dungeon
Thanks Skuggasveinn.
Now I just need to figure out some nice cinematic scenes
Now I just need to figure out some nice cinematic scenes
Last edited by Sheep on Sun Jan 06, 2013 12:04 am, edited 1 time in total.
Re: How to end a Dungeon
The source of my mod is available for download, check this for more info: viewtopic.php?f=14&t=4102Sheep wrote:Now I just need to figure out how to make the credits
You can find the ending in mod_assets/cinematics/outtro.lua
More info about making cinematics can be found in this link: http://www.grimrock.net/modding/how-to- ... inematics/
I'm looking forward to the cinematics you make!
Did you visit the Wine Merchant's Basement? And heard about the Awakening of Taarnab?