created cinematic of finish???
- bacchus1974
- Posts: 77
- Joined: Sun Apr 08, 2012 7:35 pm
Re: created cinematic of finish???
sorry but i don t understand where i must put my file image.tga
bye
bye
- Montis
- Posts: 340
- Joined: Sun Apr 15, 2012 1:25 am
- Location: Grimrock II 2nd playthrough (hard/oldschool)
Re: created cinematic of finish???
in the folder you specified in the script file
so if you have for example showImage("mod_assets/cinematics/ending.tga")
you need to place the image in the mod_assets\cinematics\ folder which is usually found in
C:\Users\[yourwindowsusername]\Documents\Almost Human\Legend of Grimrock\Dungeons\[yourdungeon]
Please note that scripts use forward slashes while the windows file system uses back slashes.
so if you have for example showImage("mod_assets/cinematics/ending.tga")
you need to place the image in the mod_assets\cinematics\ folder which is usually found in
C:\Users\[yourwindowsusername]\Documents\Almost Human\Legend of Grimrock\Dungeons\[yourdungeon]
Please note that scripts use forward slashes while the windows file system uses back slashes.
- bacchus1974
- Posts: 77
- Joined: Sun Apr 08, 2012 7:35 pm
Re: created cinematic of finish???
i have place my ending.tga in folder mod_assets\cinematics\*.*
where i have place my ending.lua in this same folder mod_assets\cinematics\
this 2 files have been place in C:\Users\[yourwindowsusername]\Documents\Almost Human\Legend of Grimrock\Dungeons\BACCHUS DUNGEON\mod_assets\cinematics\*.*
but when i finish my dungeon i have message dungeon completed but not image of finish cinematic
have you a format image.tga that you give me or example of dungeon just with finish cinematic
thanks for your help because my dungeon is finish but he lack off just this
where i have place my ending.lua in this same folder mod_assets\cinematics\
this 2 files have been place in C:\Users\[yourwindowsusername]\Documents\Almost Human\Legend of Grimrock\Dungeons\BACCHUS DUNGEON\mod_assets\cinematics\*.*
but when i finish my dungeon i have message dungeon completed but not image of finish cinematic
have you a format image.tga that you give me or example of dungeon just with finish cinematic
thanks for your help because my dungeon is finish but he lack off just this
Re: created cinematic of finish???
Cinematics work only in game, not in the editor.
- bacchus1974
- Posts: 77
- Joined: Sun Apr 08, 2012 7:35 pm
Re: created cinematic of finish???
somebody must be created a video to explain how created a cinematic on this game with editor
thanks
thanks
- djoldgames
- Posts: 107
- Joined: Fri Mar 23, 2012 11:28 pm
- Contact:
Re: created cinematic of finish???
To create a cinematic you need the graphics editor (to make an images and export to DDS) and text editor to make "ending.lua" script.bacchus1974 wrote:somebody must be created a video to explain how created a cinematic on this game with editor
thanks
Grimrock Editor is using only to export your custom dungeon with cinematic
I hope there should be an option to play cinematic in the Grimrock Editor in the future, because testing and "debugging" the cinematic for now is very frustrating:
- modify the lua script, export dungeon, close editor, launch the game, play custom dungeon - to see the cinematic, exit to main menu, run the editor, modify the lua script...
[MAP] Interactive Maps of Isle Nex - using Google maps technology
[MOD] Eye of the Beholder: Waterdeep Sewers - recreation for Grimrock
www.oldgames.sk
[MOD] Eye of the Beholder: Waterdeep Sewers - recreation for Grimrock
www.oldgames.sk
Re: created cinematic of finish???
when you close the editor and launch the game, a slightly faster way is to do File-Exit, as that goes straight back to the game main menu without actually starting the whole thing over.
Finished Dungeons - complete mods to play
Re: created cinematic of finish???
sure, a better way to see how cinematics are made and how to "debug" these should be cool.
how can I see my ending cinematic for example? make my start position near the end? but if it's done by killing a big beast? how can I see it without my party killed..?
how can I see my ending cinematic for example? make my start position near the end? but if it's done by killing a big beast? how can I see it without my party killed..?
ad&d / ff / d&d
Re: created cinematic of finish???
easy, just hit K in front of the monster. Or you could always just set up a temporary button to run it, no problem
Finished Dungeons - complete mods to play
Re: created cinematic of finish???
You can add a script entity with the following in it to immediately play the ending:pulpum wrote:sure, a better way to see how cinematics are made and how to "debug" these should be cool.
how can I see my ending cinematic for example? make my start position near the end? but if it's done by killing a big beast? how can I see it without my party killed..?
Code: Select all
completeGame("mod_assets/cinematics/ending.lua")Steven Seagal of gaming industry
