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