Addition to cutscene and Statistic screen
Posted: Thu May 10, 2007 4:28 am
Let me tell you that I really enjoy RF as it is, but I would like to see some features added.
First,I would like that the Cutscene entity could launch an outside application (exe) or launch a "slideshow script". The "slideshow script" could be as follow:
An other feature i'd like to see is to be able to show a "statistic screen" when exiting a level (like in Doom or Duke Nukem 3D)
First,I would like that the Cutscene entity could launch an outside application (exe) or launch a "slideshow script". The "slideshow script" could be as follow:
Code: Select all
Slideshow_name()
{
audio = file.wav \\or .midi
image1 = bmp1.bmp
time1= 1000 \\pause time in milliseconds
...
}