aboutsummaryrefslogtreecommitdiff
path: root/subpages/Batch_Compiler-Tutorials/Adding_Preset_Quick_Launch_Buttons_(Source).html
blob: b6b7e2a33c4c3f7b5530c4e6f48796a21fd18069 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html>

<head>
  <title>Nem's Tools [Batch Compiler - Tutorials - Adding Preset Quick Launch Buttons (Source)]</title>
  <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon">
  <link rel="stylesheet" type="text/css" href="../../css/default.css">
  <meta http-equiv="pragma" content="no-cache">
  <meta http-equiv="cache-control" content="no-cache">
  <meta name="author" content="Ryan Gregg">
  <meta name="description" content="Nem&#39;s Half-Life and Half-Life 2 editing tools.">
</head>

<body>
  <div class="banner" onclick="location.href='https://nemstools.github.io/'"> </div>
  <div class="archived">This is archived copy of currently unavailable <a href="http://nemesis.thewavelength.net">Nem's
      Tools website</a>, restored from <a
      href="https://web.archive.org/web/20191202151405/http://www.nemesis.thewavelength.net/">Web Archive</a>. <br>
    Download section now provides links to both Web Archive and to this unofficial Github mirror.
  </div>
  <div class="main">
    <div class="group">
      <div class="separator"></div>
      <div class="heading2 menu">
        <a href="../../index.html" class="menuitem">Home</a>
        <a href="../../pages/GCFScape.html" class="menuitem">GCFScape</a>
        <a href="../../pages/Crafty.html" class="menuitem">Crafty</a>
        <a href="../../pages/VTFLib.html" class="menuitem">VTFLib</a>
        <a href="../../pages/Batch_Compiler.html" class="menuitem">Batch Compiler</a>
        <a href="../../pages/Terrain_Generator.html" class="menuitem">Terrain Generator</a>
        <a href="../../pages/BSP_Viewer.html" class="menuitem">BSP Viewer</a>
        <a href="../../pages/MAP_Viewer.html" class="menuitem">MAP Viewer</a>
        <a href="../../pages/virtuAMP.html" class="menuitem">virtuAMP</a>
        <a href="../../pages/Miscellaneous.html" class="menuitem">Miscellaneous</a>
      </div>
      <div class="separator"></div>
      <div class="content">
        <div class="main_area">
          <div class="space"></div>
          <div class="main_content">
            <div class="group">
              <div class="heading1">
                <div class="space"></div><span class="left"><a name="p143"
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=143#p143">Adding
                    Preset 'Quick Launch' Buttons (Source)</a> - <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
                  class="right">Posted: Feb 10th, 2005 - 2:14:07 am</span>
                <div class="space"></div>
              </div>
              <div class="content">
                <p>If you are coming from the <a href="Creating_A_Preset_(Source).html">Creating
                    A Preset</a> tutorial then you should be all set to add your "Fast" preset to the <b>Presets</b>
                  menu; otherwise, if you have not created a "Fast" preset, please see the <a
                    href="Creating_A_Preset_(Source).html">Creating
                    A Preset</a> tutorial.</p>

                <p>To add a preset to the <b>Presets</b> menu we must first head back to the options form. In the
                  <b>Options</b> menu click <b>Setup</b>. Next click on the <b>Presets</b> tab. It should look like
                  this:</p>

                <center><img src="../../images/subpages/Batch_Compiler-Tutorials/bcsourcesetup17.png" width="304"
                    height="376" alt="Options Form - Presets Tab"></center>

                <p>Now click the <b>Add</b> button and browse to the location you saved your preset to, select it, and
                  open it. The preset will now be added to your list of presets as shown below:</p>

                <center><img src="../../images/subpages/Batch_Compiler-Tutorials/bcsourcesetup18.png" width="304"
                    height="376" alt="Options Form - Paths Tab"></center>

                <p>You can add as many presets as you want here, and remove them latter by simply selecting them and
                  clicking the <b>Remove</b> button. Once you are happy with the presets you have added, click <b>OK</b>
                  to return to the main Batch Compiler from. You'll now notice a shinny new <b>Presets</b> main menu
                  option. From here you can launch any presets you added from the options form. It should look like
                  this:</p>

                <center><img src="../../images/subpages/Batch_Compiler-Tutorials/bcsourcesetup19.png" width="790"
                    height="605" alt="Batch Compiler Form"></center>
              </div>
              <div class="heading1">
                <div class="space"></div><span class="left"></span><span class="right">[ 26364 Views ]</span>
                <div class="space"></div>
              </div>
            </div><br>
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">1.</span> <a name="c1373"
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=1383">nitros2005uk</a></span><span
                  class="right">Posted: Feb 26th, 2005 - 7:51:32 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">THAT WAS VERY HELPFUL, I JUST WISH HAMMER WAS</div>
            </div><br>
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">2.</span> <a name="c2548"
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=2851">mlfodor</a></span><span
                  class="right">Posted: Jul 15th, 2007 - 2:12:42 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Just installed the compiler and followed setup tutorial. All worked well. Just
                curious though, when you press F9 in Hammer it runs its compilers. Can hammer be set to run this
                compiler so you're not switching between two programs?</div>
            </div><br>
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">3.</span> <a name="c2549"
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=376">Bluefang</a></span><span
                  class="right">Posted: Jul 16th, 2007 - 3:19:50 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">If you've gone through setting up the Batch Compiler once and you setup all of the
                preferences you want, then you should be able to save a BATCH (.bat) file insted of running the compile.
                I think that option is under the Compile menu.<br>
                <br>
                This generates and saves the same BATCH script that the batch compiler its self would use to compile
                your map. As ling as the source and destination files are always going to be in the same place, you can
                directly execute this script with out needing the Batch Compiler.<br>
                <br>
                To execute this compile script from Hammer, go to the Expert Run Map dialog<br>
                <br>
                http://developer.valvesoftware.com/wiki/Hammer_Run_Map_Expert<br>
                <br>
                make a new profile and insted of adding the compile tools, add a new Command. this is where you enter
                your newly created BATCH script. Then whenever you compile using this special profile in Hammer, it will
                call the BATCH script and compile your map.<br>
                <br>
                If you want to change some options in the BATCH script, open up the Batch Compiler, make the changes you
                want, then re-save over the old BATCH script (that way you don't need to change any thing in Hammer).
                Alternatively, if you have different settings that you use often, create multiple BATCH scripts and
                profiles in Hammer so you can quickly change what script you want Hammer to execute.</div>
            </div><br>
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">4.</span> <a name="c2831"
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=3222">Big_AL</a></span><span
                  class="right">Posted: Apr 9th, 2008 - 4:26:04 pm</span>
                <div class="space"></div>
              </div>
              <div class="content">Hey Guys &amp; Gals<br>
                <br>
                I Set Up Batch Compiler To Suit DOD 1.3 using The halflife Tutorial &amp; It comes Up With A Error
                windows error I Think "ERROR cant open complier.bat"<br>
                <br>
                the built in complier in hammer works fine <br>
                (but when i compile a map it has no errors i try &amp; load a local game to test it wont load just sits
                in the DOD splash screen)<br>
                <br>
                any idears ??? :)<br>
                <br>
                <br>
                Cheers AL </div>
            </div><br>
            <div class="group">
              <div class="heading2">
                <div class="space"></div><span class="left"><span class="title">5.</span> <a name="c3279"
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=3916">sparkermachy</a></span><span
                  class="right">Modified: Nov 3rd, 2009 - 12:48:48 am</span>
                <div class="space"></div>
              </div>
              <div class="content">I found this slightly helpful but heres the problem, it wont compile. "Error writing
                batch file<br>
                C:\Program Files\Batch Compiler\compile.bat"</div>
            </div><br>
            
          </div>
          <div class="main_sidebar">
            <div class="group">
              <div class="heading1"><span class="title">Batch Compiler</span></div>
              <div class="content"><span class="title">» <a href="../../pages/Batch_Compiler.html">About</a></span><br>
                <span class="title">» <a href="../../pages/Batch_Compiler-Download.html">Download</a></span><br>
                <span class="title">» <a href="../Batch_Compiler-Revision_History.html">Revision
                    History</a></span><br>
                <span class="title">» <a href="../Batch_Compiler-Specification_Files.html">Specification
                    Files</a></span><br>
                <span class="title">» <a href="../Batch_Compiler-FAQ.html">FAQ</a></span><br>
                <span class="title">» <a href="../Batch_Compiler-Tutorials.html">Tutorials</a></span><br>
              </div>
            </div><br>
            <div class="group">
              <div class="heading1"><span class="title">Login</span></div>
              <div class="content">
                <form name="loginform" method="post"
                  action="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=143&amp;o=0">
                  <div class="label">Username:</div>
                  <div><input type="text" name="username" class="textbox" autocomplete="off"
                      style="background-image: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAPhJREFUOBHlU70KgzAQPlMhEvoQTg6OPoOjT+JWOnRqkUKHgqWP4OQbOPokTk6OTkVULNSLVc62oJmbIdzd95NcuGjX2/3YVI/Ts+t0WLE2ut5xsQ0O+90F6UxFjAI8qNcEGONia08e6MNONYwCS7EQAizLmtGUDEzTBNd1fxsYhjEBnHPQNG3KKTYV34F8ec/zwHEciOMYyrIE3/ehKAqIoggo9inGXKmFXwbyBkmSQJqmUNe15IRhCG3byphitm1/eUzDM4qR0TTNjEixGdAnSi3keS5vSk2UDKqqgizLqB4YzvassiKhGtZ/jDMtLOnHz7TE+yf8BaDZXA509yeBAAAAAElFTkSuQmCC&quot;); background-repeat: no-repeat; background-attachment: scroll; background-size: contain; background-position: 98% 50%;">
                  </div>
                  <div class="label">Password:</div>
                  <div><input type="password" name="password" class="textbox" autocomplete="off"
                      style="background-image: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAPhJREFUOBHlU70KgzAQPlMhEvoQTg6OPoOjT+JWOnRqkUKHgqWP4OQbOPokTk6OTkVULNSLVc62oJmbIdzd95NcuGjX2/3YVI/Ts+t0WLE2ut5xsQ0O+90F6UxFjAI8qNcEGONia08e6MNONYwCS7EQAizLmtGUDEzTBNd1fxsYhjEBnHPQNG3KKTYV34F8ec/zwHEciOMYyrIE3/ehKAqIoggo9inGXKmFXwbyBkmSQJqmUNe15IRhCG3byphitm1/eUzDM4qR0TTNjEixGdAnSi3keS5vSk2UDKqqgizLqB4YzvassiKhGtZ/jDMtLOnHz7TE+yf8BaDZXA509yeBAAAAAElFTkSuQmCC&quot;); background-repeat: no-repeat; background-attachment: scroll; background-size: contain; background-position: 98% 50%;">
                  </div>
                  <div class="label"><input type="checkbox" name="storepassword" class="checkbox"
                      checked="checked">Store Password</div>
                  <div><input name="login" type="submit" value="Login" class="button"></div>
                </form>
              </div>
            </div>

            <br>
            <div class="group">
              <div class="heading1"><span class="title">New Users</span></div>
              <div class="content">
                <span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?action=directory">Directory</a></span><br>
                <span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=143&amp;o=0&amp;action=addauthor">Register</a></span><br>
                <span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=143&amp;o=0&amp;action=retrievepassword">Retrieve
                    Password</a></span><br>
              </div>
            </div>

            <br>
            <div class="group">
              <div class="heading1"><span class="title">Latest Comments</span></div>
              <div class="content"><span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=277&amp;o=0#c4040">GCFScape
                    v1.8.6</a> (<a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=13286">saqi55</a>)</span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=213&amp;o=45#c4039">Crafty
                    FAQ</a> (<a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=13268">steve0503</a>)</span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=277&amp;o=0#c4038">GCFScape
                    v1.8.6</a> (<a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=13282">imgsrc17</a>)</span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=205&amp;o=210#c4037">About
                    Crafty</a> (<a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=13231">Paynamia</a>)</span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=169&amp;o=90#c4036">GCFScape
                    v1.8.6 Full</a> (<a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=13277">liaoyia</a>)</span><br>
              </div>
            </div><br>
            <div class="group">
              <div class="heading1"><span class="title">Latest Articles</span></div>
              <div class="content"><span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=277#p277">GCFScape
                    v1.8.6</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=276#p276">GCFScape
                    v1.8.5</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=275#p275">GCFScape
                    v1.8.4</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=274#p274">GCFScape
                    v1.8.3</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=273#p273">VTFLib
                    v1.3.2</a></span><br></div>
            </div><br>
            <div class="group">
              <div class="heading1"><span class="title">Most Popular Articles</span></div>
              <div class="content"><span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=178#p178">VTFEdit
                    v1.2.5 Full</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=76#p76">GCFScape
                    v1.3.1 Full</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=238#p238">VTFEdit
                    v1.3.3 Full</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=154#p154">VTF
                    Plug-In for Photoshop</a></span><br><span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?c=169#p169">GCFScape
                    v1.8.6 Full</a></span><br></div>
            </div><br>
            <div class="group">
              <div class="heading1"><span class="title">Newest Member</span></div>
              <div class="content"><span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=13303">blank</a></span><br>
              </div>
            </div><br>
            <div class="group">
              <div class="heading1"><span class="title">Elite Spammers</span></div>
              <div class="content"><span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=376">Bluefang</a></span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=708">NoBody</a></span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=7">Slackiller</a></span><br><span
                  class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/index.php?a=385">Keloran</a></span><br>
              </div>
            </div>
            <br>
            <div class="group">
              <div class="heading1"><span class="title">Feeds</span></div>
              <div class="content">
                <span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/rss/?page=1">RSS
                    2.0 (News)</a></span><br>
                <span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/rss/">RSS 2.0
                    (Entire Site)</a></span><br>
                <span class="title">» <a
                    href="https://web.archive.org/web/20170915140137/http://nemesis.thewavelength.net/rss/?comments&amp;limit=15">RSS
                    2.0 (Comments)</a></span><br>
              </div>
            </div>


          </div>
          <div class="space"></div>
        </div>
      </div>
      <div class="separator"></div>
      <div class="heading2 center"><span class="note">Nem's Tools v2.0 © 2006 <a
            href="mailto:[email protected]">Ryan Gregg</a>.<br>Execution
          time: 0.07963s; Queries: 14.<br>
        </span></div>
    </div>
  </div>
</body>

</html>