Queries About Ns Movie-making
Bumster
Join Date: 2005-02-26 Member: 42509Members
<div class="IPBDescription">A little more subtle than usual</div> Hi everyone,
I've got the whole record/stop, viewdemo, startmovie/stopmovie sorted out, I can make movies without sound. The next step I'm working for is a movie with properly synched sound.
My current method is to record with TotalRecorder after the movie screenshots have been taken (i.e. replay the demo and record its audio), but if you mess with the frames in the movie at all, this piece of audio rapidly becomes desynched.
So does anyone know a method to ensure synch between video and audio?
Also:
Does anyone know how to get free flying observer? Whenever I try it, I'm stuck in either first person or locked third person - even in an empty server I can't mouselook.
Further:
How do you get rid of the game HUD and the crap that demos make appear? (eg "This
server does not support scripting", the commander drop icons that pile
up on the lefthand side of the screen, and the combat menu that
persists after it should have closed) when replaying demoes?
Oh and finally: Is there a list of all the cvars and cmds NS adds somewhere?
Thanks for any assistance,
- Bumster
Cogito Ergo Bum
I've got the whole record/stop, viewdemo, startmovie/stopmovie sorted out, I can make movies without sound. The next step I'm working for is a movie with properly synched sound.
My current method is to record with TotalRecorder after the movie screenshots have been taken (i.e. replay the demo and record its audio), but if you mess with the frames in the movie at all, this piece of audio rapidly becomes desynched.
So does anyone know a method to ensure synch between video and audio?
Also:
Does anyone know how to get free flying observer? Whenever I try it, I'm stuck in either first person or locked third person - even in an empty server I can't mouselook.
Further:
How do you get rid of the game HUD and the crap that demos make appear? (eg "This
server does not support scripting", the commander drop icons that pile
up on the lefthand side of the screen, and the combat menu that
persists after it should have closed) when replaying demoes?
Oh and finally: Is there a list of all the cvars and cmds NS adds somewhere?
Thanks for any assistance,
- Bumster
Cogito Ergo Bum
Comments
Hud_draw 0 i think.
Can't remember the rest <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
A more difficult method would be to synch manually. That means add every sound manually on the timeline. I have done that for the ns 3.0 trailer due technical reasons .. but I can't recommend it because it's very much work.
For observing, there is the magic command called "spec_mode 3". That enables a very basci observer mode. The problem is: There is no mouse control, just keyboard. So you have to bind all the important view/movement cmds on your keyboard. Here the most important:
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->movement:
+-forward
+-back
+-moveleft
+-moveright
+-moveup
+-movedown
view:
+-left
+-right
+-lookup
+-lookdown
<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
The problem with the spec mode are a bunch of smaller Bugs. If you are on a server with more than just you for example, everytime you press one of the moveleft/moveright keys it will switch to the observing of another player. That's very annoying of you want to make camera movements in freelook. Another one are model/sprite errors, random error messages on screen ("can't delete entity 123"...) and some more. You'll have to life with them <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo--> .
For removing of the hud, you have to delete the sprites. You can do that manually or use the combat kit which is somewhere here in the forums (artwork propably). There are some more which could be helpful:
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->crosshair 1/0 //enables/disbales the crosshair
hud_deathnoticetime 0 //disables the death messages in the upper right corner
hud_drawtext 0 //disables the chat messages<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
I hope that cleared some of your questions
Information like this should get compiled somewhere so more people can make beautiful movies like the NS 3.0 trailer (awesome job Wey!) and promote NS!