]> icculus.org git repositories - divverent/nexuiz.git/blob - misc/tools/NexuizDemoRecorder/src/main/resources/help/html/faq.html
commit v0.2 of Nexuiz Demo Recorder
[divverent/nexuiz.git] / misc / tools / NexuizDemoRecorder / src / main / resources / help / html / faq.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">\r
2 \r
3 <html>\r
4   <head>\r
5     <meta name="generator" content="HTML Tidy, see www.w3.org">\r
6 \r
7     <title></title>\r
8   </head>\r
9 \r
10   <body>\r
11     <H1>FAQ</H1>\r
12 <P><I>Question: Is it possible to have a\r
13 job being recorded with one of the Nexuiz presets (Low, medium,\r
14 normal, high, ultra), without affecting my Nexuiz installation in\r
15 general (so that this configuration is just active during capturing\r
16 the current demo?</I></P>\r
17 <P>Yes it is. In Nexuiz there are config\r
18 files for this, which are called:</P>\r
19 <UL>\r
20         <LI><P>effects-low.cfg</P>\r
21         <LI><P>effects-med.cfg</P>\r
22         <LI><P>effects-normal.cfg</P>\r
23         <LI><P>effects-high.cfg</P>\r
24         <LI><P>effects-ultra.cfg</P>\r
25         <LI><P>effects-ultimate.cfg</P>\r
26         <LI><P>effects-omg.cfg</P>\r
27 </UL>\r
28 <P>In order to use them, there are 2\r
29 approaches</P>\r
30 <P><B>Approach 1:</B> You should\r
31 consider to use a new directory for each new set of effect configs\r
32 you want to try out. This will simply help you to avoid loss of your\r
33 original config, or any unwanted modification to it. For example,\r
34 setup Nexuiz manually by starting it with some userdir, e.g. <B>-userdir\r
35 effectTestUltimate</B>, start Nexuiz, go into the menu and set the\r
36 effects to ultimate (e<I>xec effects-ultimate.cfg</I> in the\r
37 console). Maybe fine-tune settings as you like. Then put the <B>-userdir\r
38 effectTestUltimate</B> directive into the <B>engine parameters</B>\r
39 field of the job.</P>\r
40 <P><b>Approach 2:</b> For this approach it is\r
41 recommended that you do a backup of your config somewhere else, even\r
42 though everything should work fine and your original config should\r
43 not be modified at all after the demo was recorded.</P>\r
44 <P>Add these 4 lines to the <b>exec before\r
45 capture</b> field:</P>\r
46 <P><B>saveconfig backup.cfg</B></P>\r
47 <P><B>cvar_resettodefaults_all</B></P>\r
48 <P><B>exec effects-ultimate.cfg</B></P>\r
49 <P><B>r_restart</B></P>\r
50 <P>The first line will backup your\r
51 current config to &ldquo;backup.cfg&rdquo;. The second line resets\r
52 all variables (you can remove this if you want, but sometimes these\r
53 effect-xyz.cfg config files will not set every single variable to the\r
54 new value, but assume that some values have their default value,\r
55 which might not be the case in your config. So resetting everything\r
56 to defaults is recommended. Of course you can choose to use another\r
57 effects config than <B>effects-ultimate.cfg</B>. After executing that\r
58 effects config a restart of the renderer (<B>r_restart</B>) is\r
59 mandatory, because of some of the changes of the effects config not\r
60 being applied without a renderer-restart. Also, keep in mind that the\r
61 cvar_resettodefaults_all will have changed your Nexuiz screen\r
62 resolution (vid_height, vid_width). The r_restart command however\r
63 won't take these changes into account (it will still use your old resolution),\r
64 only <B>vid_restart</B> would.\r
65 This just means that you do not have to change these 2 variables\r
66 manually to &ldquo;keep&rdquo; your old screen resolution, as long as\r
67 you don't use vid_restart.</P>\r
68 <P>Also add this to your <b>exec after\r
69 capture</b> field:</P>\r
70 <P><B>cvar_resettodefaults_all</B></P>\r
71 <P><B>exec backup.cfg</B></P>\r
72 <P>Please note: in case you want to\r
73 setup other special things, e.g. whether to record in the AVI instead\r
74 of OGV format, the video FPS, etc, you'd have to put these settings\r
75 some place <B>after</B> the <B>cvar_resettodefaults_all</B> command\r
76 in the <B>exec before capture</B> field.</P>\r
77 <P><BR><BR>\r
78 </P>\r
79 <P><I>Question: Is it possible to record\r
80 a job in a particular screen resolution?</I></P>\r
81 <P>Yes it is. The height and width are\r
82 configured by setting the value vid_height and vid_width to your\r
83 desired value. For example to record a demo in the HD resolution,\r
84 which is 1280x720, put this into the <B>exec before capture</B>\r
85 field:</P>\r
86 <P ALIGN=LEFT><B>vid_width 1280</B></P>\r
87 <P ALIGN=LEFT><B>vid_height 720</B></P>\r
88 <P ALIGN=LEFT><B>vid_restart</B></P>\r
89 <P><BR><BR>\r
90 </P>\r
91 <P><I>Question: I have found a bug, or I\r
92 encountered some other problem, what do I do? </I>\r
93 </P>\r
94 <P>Well, truth to be told, I cannot\r
95 guarantee for any support of this tool. You can put questions or\r
96 comments into the forum thread of the AlienTrap forums where you\r
97 downloaded the tool from.</P>\r
98   </body>\r
99 </html>\r
100 \r