Advertisement
Guest User

Untitled

a guest
Apr 17th, 2012
1,831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. -- Intro.lua
  2. --
  3. -- Decompiled by Ekey / h4x0r PGC
  4. --
  5. -- Edited by Haoose
  6. --
  7.  
  8. enableUserInput()
  9. startMusic("assets/samples/music/intro.ogg")
  10. showImage("assets/textures/cinematic/intro/page01.tga")
  11. fadeIn(1)
  12. sleep(2)
  13. setFont("IntroTitle")
  14. showText("Mount Grimrock",2)
  15. sleep(2)
  16. fadeOutText(1)
  17. sleep(1)
  18. setFont("Intro")
  19. textWriter("RUS1 A towering spire looms above the clouds,\na weathered rock that has stood tall for ages,\nlonger than histories of men have been written\ndown. It is a desolate place now, only remembered\nwhen things need to be discarded and forgotten.")
  20. click()
  21. fadeOutText(0.5)
  22. textWriter("RUS2 An airship struggles to gain altitude as it floats towards the peak...\n")
  23. click()
  24. fadeOutText(0.5)
  25. fadeOut(1)
  26. clearText()
  27. showImage("assets/textures/cinematic/intro/page02.tga")
  28. fadeIn(1)
  29. sleep(3)
  30. textWriter("RUS3 Four prisoners bound by heavy chains emerge\nfrom the ship. The court accuses them of terrible\ntreasonous deeds but by the grace of the king,\ntheir crimes shall be forgiven atop Mount Grimrock.")
  31. click()
  32. fadeOutText(0.5)
  33. fadeOut(1)
  34. clearText()
  35. showImage("assets/textures/cinematic/intro/page03.tga")
  36. fadeIn(1)
  37. sleep(3)
  38. textWriter("RUS4 Their final trial is at hand. Numerous prisoners\nhave received their pardons here yet none have\nreturned to live their life in freedom. They are\nat the very top of the world and below them\nonly darkness and justice awaits.")
  39. click()
  40. fadeOutText(0.5)
  41. fadeOut(1)
  42. clearText()
  43. showImage("assets/textures/cinematic/intro/page04.tga")
  44. fadeIn(1)
  45. sleep(3)
  46. textWriter("RUS5 As they are plunged down the open maw at the peak,\ntheir crimes are absolved. Everyone before them has\nperished in the guts of the mountain but will you \nbe able to lead them through the dark and to freedom\nthat waits them at the base of Mount Grimrock?")
  47. click()
  48. fadeOutText(1)
  49. fadeOut(2)
  50. clearText()
  51. showImage("assets/textures/cinematic/intro/grimrock_logo.tga")
  52. fadeIn(2)
  53. sleep(2)
  54. fadeOut(3)
  55. fadeOutMusic(3)
  56. startGame()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement