hi
a while ago don't know the map anymore
but i saw when the map has loaded a video intro before the map starts
an flying camera over the map itself
and after that the "press fire to join the battle" appears
how do i make something like that?
can i use fraps for recording an intro
and then make some kind of script for running the video
any help will be welcome
map beginningvideo
Moderator: Moderators
- XenoPHoXx_NL
- Sergeant
- Posts: 53
- Joined: Thu Feb 16, 2006 11:26 pm
- Contact:
map beginningvideo
Can't Win The Game? Change The Rules!
If it was for spearhead then it has a playmovie function that will play a ROQ file . To make that you can use the quake video maker
http://www.swift-tools.net/Quake/QVM/
If it was for mohaa then they used an animated texture in the loadscreen menu this is an example of a shader with animation it plays the .tga files one after the other like a movie
lampflame
{
qer_editorimage textures/sprites/lamplight_1.tga
nopicmip
nomipmaps
deformVertexes autosprite
cull none
{
animMapPhase 15 0 textures/sprites/lamplight_1.tga textures/sprites/lamplight_2.tga textures/sprites/lamplight_3.tga textures/sprites/lamplight_4.tga textures/sprites/lamplight_5.tga textures/sprites/lamplight_6.tga textures/sprites/lamplight_7.tga
blendfunc add
}
}
http://www.swift-tools.net/Quake/QVM/
If it was for mohaa then they used an animated texture in the loadscreen menu this is an example of a shader with animation it plays the .tga files one after the other like a movie
lampflame
{
qer_editorimage textures/sprites/lamplight_1.tga
nopicmip
nomipmaps
deformVertexes autosprite
cull none
{
animMapPhase 15 0 textures/sprites/lamplight_1.tga textures/sprites/lamplight_2.tga textures/sprites/lamplight_3.tga textures/sprites/lamplight_4.tga textures/sprites/lamplight_5.tga textures/sprites/lamplight_6.tga textures/sprites/lamplight_7.tga
blendfunc add
}
}
- XenoPHoXx_NL
- Sergeant
- Posts: 53
- Joined: Thu Feb 16, 2006 11:26 pm
- Contact:
- XenoPHoXx_NL
- Sergeant
- Posts: 53
- Joined: Thu Feb 16, 2006 11:26 pm
- Contact:

