Batch Compiler 2.0.0
The_Real_Nem
Join Date: 2002-12-16 Member: 10900Members
<div class="IPBDescription">Compiling Front End</div> Hey, just letting you all know that I've completed a rewrite of Batch Compiler in Delphi. The new version is completely dynamic (meaning that you can make it work with any compiling tools as long as you make a 'Batch Compiler Specification' file for them) and has been visually updated with XP styles. Here’s what’s new in Batch Compiler 2.0.0:
<ul>
<li>BC - Rewritten in Delphi 7.
<li>BC - Now works on dynamic 'Batch Compiler Specification' Files.
<li>BC - Specification files can be written for any application that runs off a batch file.
<li>BC - Comes with Zoners, Mapster and QTools specification files.
<li>BC - Can associate itself with preset files.
<li>BC - The number of recent files can be specified in the recent file menu.
<li>BC - All forms can be made transparent.
<li>BC - New fresh XP look with same old ease of use.
<li>BC - Dynamic 'Presets' menu.
<li>BCLV - Rewritten in Delphi 7.
<li>BCLV - More functionality added.
<li>BCLV - Error scanning temporarily removed.
</ul>
And a picture of its interface:
<img src='http://countermap.counter-strike.net/Nemesis/misc/bc200.jpg' border='0' alt='user posted image'>
For more info, or to download Batch Compiler please visit <a href='http://countermap.counter-strike.net/Nemesis/' target='_blank'>Nem's Tools</a>.
~Nem
<ul>
<li>BC - Rewritten in Delphi 7.
<li>BC - Now works on dynamic 'Batch Compiler Specification' Files.
<li>BC - Specification files can be written for any application that runs off a batch file.
<li>BC - Comes with Zoners, Mapster and QTools specification files.
<li>BC - Can associate itself with preset files.
<li>BC - The number of recent files can be specified in the recent file menu.
<li>BC - All forms can be made transparent.
<li>BC - New fresh XP look with same old ease of use.
<li>BC - Dynamic 'Presets' menu.
<li>BCLV - Rewritten in Delphi 7.
<li>BCLV - More functionality added.
<li>BCLV - Error scanning temporarily removed.
</ul>
And a picture of its interface:
<img src='http://countermap.counter-strike.net/Nemesis/misc/bc200.jpg' border='0' alt='user posted image'>
For more info, or to download Batch Compiler please visit <a href='http://countermap.counter-strike.net/Nemesis/' target='_blank'>Nem's Tools</a>.
~Nem
Comments
But one thing: when i compile my ns map and the bounce comes (at the end) the log window dies, I cant close it and the log is srewed. Any ideas of the couse? No big problem for me though.
Just make a copy of one of the .bcs files in your Batch Compiler\SpecFiles folder (probably zoners.bcs) then open it in Notepad. The syntax is pretty simple and looking at it should be pretty obvious what to do to add or change anything. Once you are done save it and it will appear in your 'Specifications' menu like any other .bcs file. Presets are also designed with flexability in mind and will write and read themselves based on your specification file. If you have checkboxes or fields of the same name they can keep track of themselves, you cannot, however, have groups (tabs) of the same name.
As for the problem with the MS DOS prompt, can you tell me exactly where the output stops? Or a little more descriptive of what the problem actually is, ie. what is dieing?
~Nem
<a href='http://www.df5jz.de/Ollj/batchcompiler200.exe' target='_blank'>http://www.df5jz.de/Ollj/batchcompiler200.exe</a>
/me updates
It happens when I use the bounce flag.
- Font (from default) is not "aranged" like in "[code]"
- right klick copy paste does not work.
and...
<b>- The aditional parameters field is tiny, you can just see 7 Letters, Sardist!!!
- "HL" has missing the "sv_cheats" parameter.</b>
Because everything is dynamic, the additional parameters box is treated as is any other box and thus has the same width. However, if you have an option that you frequently are adding, why not just open the .bcs file up in notepad and add it (as I explained above), this should be pretty simple to do. And the Developer option under the Half-Life tab turns cheats on.
~Nem