Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
function endGame()
completeGame ("mod_assets\cinematics\ending.lua")
end
enableUserInput()
startMusic("assets/samples/music/intro.ogg")
showImage("assets/textures/cinematic/intro/page01.tga")
fadeIn(2)
sleep(1)
setFont("Intro")
textWriter([[ You have passed the ways of the maze of death, your party emerges into the sunlight your trials at an end. ]]) click() fadeOutText(0.5) sleep(1) setFont("IntroTitle") showText("
You have passed the ways of the maze of death,
your party emerges into the sunlight
your trials at an end.
]])
click()
fadeOutText(0.5)
sleep(1)
setFont("IntroTitle")
showText("THE END")
sleep(2)
fadeOutText(1)
fadeOut(4)
fadeOutMusic(3)
Feel free to just paste that. Hope it helps
http://www.grimrock.net/forum/viewtopic.php?f=14&t=3099
http://www.grimrock.net/modding/
Hope that helps